Missing desktop entry in Menu [SOLVED]

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
Jasper
Posts: 1599
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 679 times
Been thanked: 359 times

Missing desktop entry in Menu [SOLVED]

Post by Jasper »

Hi all

Can someone tell me what I need to change in order that this application appears in my Menu options?

Image

Direct link to image:
https://ibb.co/TcpNv8q

Thanks in advance!!

Last edited by Jasper on Sat Apr 06, 2024 5:42 pm, edited 1 time in total.
User avatar
wizard
Posts: 1603
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2135 times
Been thanked: 505 times

Re: Missing desktop entry in Menu

Post by wizard »

Try this:

Categories=X-SystemMemory

wizard

Big pile of OLD computers

User avatar
Jasper
Posts: 1599
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 679 times
Been thanked: 359 times

Re: Missing desktop entry in Menu

Post by Jasper »

Thanks for the suggestion :thumbup:

Unfortunately, it does not work for me.

Code: Select all


[Desktop Entry]
Name=GParted
GenericName=Partition Editor
Comment=Create, reorganize, and delete partitions
Exec=/usr/sbin/gparted_shell
Icon=gparted.svg
Terminal=false
Type=Application
Categories=X-SystemMemory
Keywords=Partition;
StartupNotify=true
NoDisplay=true

I think I will try to compile it myself and the overwrite the existing installation.

I should have stated I am using a Development build of Jammypup64 eg

Distro Name: Upup 22.04 (x86_64)

User avatar
wizard
Posts: 1603
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2135 times
Been thanked: 505 times

Re: Missing desktop entry in Menu

Post by wizard »

Did you reboot after making the change?

wizard

Big pile of OLD computers

User avatar
Jasper
Posts: 1599
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 679 times
Been thanked: 359 times

Re: Missing desktop entry in Menu

Post by Jasper »

@wizard

The answer is "No".

I just restarted the Graphical Server.

Not to worry, I have compiled it again and it works fine.

The menu entry places it 'System' , this time round.

Thanks again :thumbup:

User avatar
OscarTalks
Posts: 606
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 228 times

Re: Missing desktop entry in Menu [SOLVED]

Post by OscarTalks »

The original post and the other post lower down shows that the .desktop file has the line:-
NoDisplay=true
This will cause the program to not show up in the Menu
If you want a Menu entry to be there, either remove the line completely, or change it to:-
NoDisplay=false
Seems unusual for a GUI program to have that line, but I think it may be because Gparted is launched via another GUI script in some Puppies.

User avatar
Jasper
Posts: 1599
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 679 times
Been thanked: 359 times

Re: Missing desktop entry in Menu [SOLVED]

Post by Jasper »

@OscarTalks

Thanks for your input.

Having a development OS, I have to expect some bugs to iron out.

It is working/solved now.

Post Reply

Return to “Users”