Broken desktop link [SOLVED]

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
Jasper
Posts: 2067
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 854 times
Been thanked: 480 times

Broken desktop link [SOLVED]

Post 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:

Last edited by Jasper on Thu Jan 11, 2024 2:19 pm, edited 1 time in total.
User avatar
fredx181
Posts: 3061
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 373 times
Been thanked: 1302 times
Contact:

Re: Broken desktop link

Post by fredx181 »

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

Dry Falls
Posts: 80
Joined: Thu Jul 29, 2021 7:40 pm
Has thanked: 22 times
Been thanked: 43 times

Re: Broken desktop link

Post 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

.

User avatar
MochiMoppel
Posts: 1233
Joined: Mon Jun 15, 2020 6:25 am
Location: Japan
Has thanked: 21 times
Been thanked: 437 times

Re: Broken desktop link

Post 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.

User avatar
Jasper
Posts: 2067
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 854 times
Been thanked: 480 times

Re: Broken desktop link

Post by Jasper »

Thank you all :thumbup:

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

Image

Post Reply

Return to “Users”