Page 1 of 1

Missing desktop entry in Menu [SOLVED]

Posted: Sat Apr 06, 2024 4:00 pm
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!!


Re: Missing desktop entry in Menu

Posted: Sat Apr 06, 2024 4:17 pm
by wizard

Try this:

Categories=X-SystemMemory

wizard


Re: Missing desktop entry in Menu

Posted: Sat Apr 06, 2024 4:29 pm
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)


Re: Missing desktop entry in Menu

Posted: Sat Apr 06, 2024 4:41 pm
by wizard

Did you reboot after making the change?

wizard


Re: Missing desktop entry in Menu

Posted: Sat Apr 06, 2024 5:42 pm
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:


Re: Missing desktop entry in Menu [SOLVED]

Posted: Sat Apr 06, 2024 6:39 pm
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.


Re: Missing desktop entry in Menu [SOLVED]

Posted: Sun Apr 07, 2024 1:47 am
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.