LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Launching xdiskusage from IceWM menu (https://www.linuxquestions.org/questions/linux-software-2/launching-xdiskusage-from-icewm-menu-589506/)

BuilderQ 10-04-2007 06:15 PM

Launching xdiskusage from IceWM menu
 
How should I set up my ~.icewm/menu file in order to be able to launch xdiskusage from it? This line
Quote:

prog "Disk usage" /usr/share/icons/Tango/16x16/apps/gnome-fs-blockdev.png /bin/sh -c "xdiskusage"
only opens a transparent window titled "xdiskusage". I found that
Quote:

prog "Disk usage" /usr/share/icons/Tango/16x16/apps/gnome-fs-blockdev.png xfce4-terminal -e "xdiskusage"
will launch xdiskusage properly, but an annoying terminal window is opened at the same time, and cannot be closed without also closing xdiskusage.

MS3FGX 10-05-2007 10:53 AM

Have you tried just doing:

Code:

prog "Disk usage" /usr/share/icons/Tango/16x16/apps/gnome-fs-blockdev.png xdiskusage

BuilderQ 10-05-2007 12:34 PM

Quote:

Originally Posted by MS3FGX (Post 2914333)
Have you tried just doing:

Code:

prog "Disk usage" /usr/share/icons/Tango/16x16/apps/gnome-fs-blockdev.png xdiskusage

Yes, that was the first thing I tried. It also results in the transparent window.


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