gendesk Command Examples

Specifies the command to generate a .desktop file and a download icon with minimal information. More information: https://gendesk.roboticoverlords.org.

gendesk -n --name "{{app}}" --exec "{{/path/to/app}}" --icon "{{/path/to/icon.png}}" --comment "{{This is application}}"

gendesk -q -f -n --name "{{app}}" --exec "{{/path/to/app}}" --icon "{{/path/to/icon.png}}" --comment "{{This is application}}"

gendesk -h