Add a generate desktop Entry in ubuntu24.04
Description
Add a generate desktop icon in ubuntu24.04 Thank you, developers, for providing a good tool in ubuntu, but it cannot generate desktop ICONS. You have to manually edit and generate ICONS, which is very troublesome. It is recommended to have a function like phpstorm that can generate desktop ICONS.
Describe the solution you'd like
Create Desktop Entry
Describe alternatives you've considered
No response
Dup: https://github.com/dail8859/NotepadNext/issues/673
This is what I was trying to understand as part of #637.
Is it as simple as embedding https://github.com/dail8859/NotepadNext/blob/master/deploy/linux/NotepadNext.desktop into the application and then just giving the user the option to save it to a selected directory?
Or is there more to implementing this?
This is what I was trying to understand as part of #637.
Is it as simple as embedding https://github.com/dail8859/NotepadNext/blob/master/deploy/linux/NotepadNext.desktop into the application and then just giving the user the option to save it to a selected directory?
Or is there more to implementing this?
Thank you for your guidance. This can be used to create desktop Entry. It is suggested that the official add the function of creating desktop Entry, which would be better for users.