Skip to content

3gmgithub/appimage-desktop-entry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Bash script that creates desktop entry for an .AppImage

appimage-desktop-entry

Usage: appimage-desktop-entry [OPTIONS]
    
Options:
    
    --help            Display this help message
    --app-name        Use to specify name of app in menu (Defaults to filename, if omitted)
    --app-path        Use to specify app filepath
    -s                Add '--no-sandbox' to app
    --remove          Remove the .desktop file
    
Create desktop entry:

    appimage-desktop-entry --app-name 'Example' --app-path '/path/to/Example.AppImage'

    appimage-desktop-entry --app-name 'Example' --app-path '/path/to/Example.AppImage' -s


Remove desktop entry:

    appimage-desktop-entry --app-name 'Example' --app-path '/path/to/Example.AppImage' --remove

About

Used to add Appimage to linux menu

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%