
Task Dock Applet (deb package)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
First of all, i am the new maintainer of this applet
Now this is a applet for gnome-panel that organize open windows in icons, just like WIn7, docks or xfce4-panel
This is the only release, but i bring the sources.You can bring more features with the files in the sources, is written in C based on GTk and wnck libraries.
To install from sources
You need libpanelapplet-2.0 and linwnck-1.0 and his repectives dev
1.Untar the archive
2. Navigate from terminal to the carpet
cd taskdock-0.0.1
3. Type
make
su or sudo make
4. Restart gnome-panel
killall gnome-panel
5. And finally just add Taskdock to the panel and its working
From deb package:
Install from Gdebi, or termnal:
sudo dpkg -i taskdock_0.0.1-1_i386.deb
11 years ago
Updates:
0.0.1 Initial Release
0.0.1-dev Bring the sources to people
0.0.1-1 New deb package (thanks algalord)
11 years ago
Updates:
0.0.1 Initial Release
0.0.1-dev Bring the sources to people
0.0.1-1 New deb package (thanks algalord)
se3n
10 years ago
Report
Anywhere
11 years ago
Report
spktkpkt
11 years ago
Report
Lizard
11 years ago
Report
aleksey
11 years ago
And it's like window-picker-applet
(avaible in ubuntu as "window-picker-applet 0.1". dont know about other distribs)
Report
brus46
11 years ago
thanks a lot!
Report
algalord
11 years ago
Here is:
http://www.box.net/shared/rqn88uiiyu
Report
PolarFox
12 years ago
But I miss 2 features:
1. Switching windows using mouse wheel
2. Showing windows only from one desktop
Report
micheledm
12 years ago
Report
TwoPointOh
11 years ago
Report
Anarchj
12 years ago
Report
FraSMOG
12 years ago
this is my output from terminal:
fra@fra-notebook:~/Scrivania/taskdock-0.0.1$ sudo apt-get install libpanel
libpanel-applet2 libpanel-applet2-doc libpanelappletmm-2.6-1
libpanel-applet2-0 libpanel-applet2-ruby libpanelappletmm-2.6-1c2
libpanel-applet2-dev libpanel-applet2-ruby1.8 libpanelappletmm-2.6-dev
fra@fra-notebook:~/Scrivania/taskdock-0.0.1$ sudo apt-get install libwnck
libwnck-1 libwnck2.20-cil libwnck-dev
libwnck22 libwnck-common
so when I compile it give me error because it don't find dependencies... :(
Report
Anarchj
12 years ago
sudo apt-get install libpanelapplettmm-2.6-1c2
sudo apt-get install libpanelapplettmm-2.6-dev
sudo apt-get install libwnck22
sudo apt-get install libwnck-dev
sudo apt-get install libwnck-common
and it works form me
Report
jawbreaker
12 years ago
sudo apt-get -y --force-yes install libpanelappletmm-2.6-1c2 libpanelappletmm-2.6-dev libwnck22 libwnck-dev libwnck-common
The "-y --force-yes" is for all the dependencies... There are a ton if you don't already have a lot of -dev packages installed.
Report
jawbreaker
12 years ago
sudo apt-get -y --force-yes install libpanelappletmm-2.6-1c2 libpanelappletmm-2.6-dev libwnck22 libwnck-dev libwnck-common
The "-y --force-yes" is for all the dependencies... There are a ton if you don't already have a lot of -dev packages installed.
Report
FraSMOG
12 years ago
Quote:sudo apt-get install libpanel-applet2-dev libpanel-applet2-0 libwnck-dev libwnck-common
then compile with
Quote:make
sudo make install
in the directory of the sources...
Report
fausto23
12 years ago
Report
Anarchj
12 years ago
Report
fausto23
12 years ago
Report
Anarchj
12 years ago
Report
Anarchj
12 years ago
One question: can you make icons a little bigger, like the other on the panel?
thanks again!
Report
mistyrouge
12 years ago
I haven't tryed it because I'm not on my computer but I'm looking for this kind of stuff for 2 year now. It's just a shame that we had to wait Microsoft to do that.
Thanks again
Report