LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   icewm toolbar terminal launch button (https://www.linuxquestions.org/questions/linux-desktop-74/icewm-toolbar-terminal-launch-button-4175440059/)

KYJazzyJeff 12-04-2012 09:14 PM

icewm toolbar terminal launch button
 
Want to make this launch eterm or some other terminal other than xterm. Not having much luck. Everything I put into the ~/.icewm/toolbar file gets passed-over for some odd reason. And for that matter, where in the heck is icewm getting the icon for the terminal button from? Asking because when I made the change to ~/.icewm/toolbar, the icon went byebye. Not having as much luck configuring the toolbar as I am with the menus.

steelneck 12-05-2012 06:32 AM

First you have to give us an example of your toolbar file, so we can see if you have made some error. Though i can give you an example from mine (I use xterm):

Code:

prog "XTerm" "xterm" xterm
In my case i use IceWm's built in icons, so it is enough to write "xterm" in the icon-field. Every prog row in the toolbar file has 3 options, in order: Name (Call it what you want), icon file (png or xpm file), command to execute the program in question (with options if you want).


All times are GMT -5. The time now is 12:41 AM.