desktop-entry-creator icon indicating copy to clipboard operation
desktop-entry-creator copied to clipboard

Add option to install a .desktop file into /usr/share/applications or ~/.local/share/applications

Open skewty opened this issue 6 years ago • 1 comments

The .desktop file can associate with .exe files for example.

It would be nice this tool could be extended to additionally generate launchers for wine (Windows) .exe files and the icon selection would allow the selection of .ico files (which can be converted to .PNG by imagemagik)

wrestool --extract --output=. --type=14 --name=100 ./app.exe
convert app.exe_14_100.ico app.png

See /usr/share/doc/wine/examples/wine.desktop for possible file associations.

Similar project that may serve as good reference material

https://github.com/konarev/wine-launcher-creator (dated.. uses Qt) https://pypi.org/project/desktop-file/

skewty avatar May 19 '19 19:05 skewty

Seems like a good idea. If anyone's interested they could take up this issue, or I'll work on it when I get time.

faheel avatar May 21 '19 10:05 faheel