Generate Desktop File - Create .desktop Files | Online Free DevTools by Hexmos
Generate .desktop files easily with gendesk. Create application launchers and download icons quickly using the command line. Free online tool, no registration required.
gendesk
Specifies the command to generate a
.desktopfile and a download icon with minimal information. More information: https://manned.org/gendesk.
- Create a
.desktopfile namedapp:
gendesk -n --name "{{app}}" --exec "/{{path/to/app}}" --icon "/{{path/to/icon.png}}" --comment "{{This is application}}"
- Create a
.desktopfile namedapp, do not display any output, and overwrite it if it exists:
gendesk -q -f -n --name "{{app}}" --exec "/{{path/to/app}}" --icon "/{{path/to/icon.png}}" --comment "{{This is application}}"
- Display help:
gendesk {{[-h|--help]}}
