Page 1 of 1

Menu entry does not execute application?? [SOLVED]

Posted: Fri 30 Nov 2012, 11:14
by chrome307
For some reason I cannot seem to run Htop from my menu ( Lucid 528-005 ).

Here is my desktop file:

Code: Select all


[Desktop Entry]
Encoding=UTF-8
Name=Htop Process Viewer
Icon=/usr/local/lib/X11/mini-icons/htop24.png
Comment=Htop Process Viewer
Exec=htop
Terminal=false
Type=Application
Categories=System
GenericName=Htop

Any help/advice/tips ..... better still a solution :D would be welcome!!

Posted: Fri 30 Nov 2012, 11:25
by trapster
Try:

Code: Select all

Exec=rxvt -e htop 

Posted: Fri 30 Nov 2012, 11:55
by chrome307
Thanks worked perfectly :)