Posts: 17
jfontana
Joined: 25 Feb 2009
#1
I'm trying to add Thunderbird as one of the apps that can be accessed via an icon on the tool bar. I can't find the way to do it.

I added the following line to settings > Edit IceWM settings > toolbar:

prog"Thunderbird" /usr/share/pixmaps/thunderbird.png /usr/lib/thunderbird

/usr/lib/thunderbird is the path to the executable and /usr/share/pixmaps/thunderbird.png is the path to one of the icons I found for the app.

Nothing appears on the toolbar, though. What am I doing wrong?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Try this: (bin not lib)

prog"Thunderbird" /usr/share/pixmaps/thunderbird.png /usr/bin/thunderbird
Posts: 17
jfontana
Joined: 25 Feb 2009
#3
Thanks a lot! That worked.