Page 1 of 1

Broken desktop link [SOLVED]

Posted: Thu Jan 11, 2024 8:12 am
by Jasper

Hi all

For some reason, I am unable to launch Htop from my menu :oops:

The config file is:

Code: Select all


[Desktop Entry]
Type=Application
Version=1.0
Name=Htop
GenericName=Process Viewer
Icon=/usr/share/icons/htop.png
Exec=/usr/bin/htop
Terminal=true
Categories=System;
Keywords=system;process;task

Can someone let me know how to "fix" this?

Thanks in advance :thumbup:


Re: Broken desktop link

Posted: Thu Jan 11, 2024 8:52 am
by fredx181

@Jasper Try changing the Exec= line to Exec=/usr/bin/urxvt -e htop


Re: Broken desktop link

Posted: Thu Jan 11, 2024 9:05 am
by Dry Falls

Don't know about the other distros, but in slackware htop must be run as a normal usr. I use

Code: Select all

Exec=run-as-spot urxvt -e htop

.


Re: Broken desktop link

Posted: Thu Jan 11, 2024 9:31 am
by MochiMoppel

In BW64 it's

Code: Select all

Exec=htop
Terminal=true
Categories=X-System-process

Tried with your Categories=System; and Htop would vanish from the menu.
Ahhh...no it's there, moved to beginning of the menu.


Re: Broken desktop link

Posted: Thu Jan 11, 2024 2:19 pm
by Jasper

Thank you all :thumbup:

Had to use a mixture of suggestions to get it to work!!

Image