-
Notifications
You must be signed in to change notification settings - Fork 32
AppImage apps
Gustavo Reis edited this page Apr 21, 2019
·
2 revisions
With AppImageLauncher installed, you click an AppImage, it is automatically integrated to ~/Applications
, and desktop files are automatically created into ~/local/share/applications
. But if you modify one of the AppImage-built app desktop file to correct the icon path, AppImageLauncher reverts automatically the desktop file to the original and keeps again the icon path hardcoded. It also removes the option StartupWMClass
. We recommend you to remove AppImageLauncher
.
- Remove
appimagelauncher
via terminal; - Create
~/Applications/AppImages/
, move all AppImages to this folder. Make all AppImages executable and trusted:
chmod a+x *.AppImage
- Reboot;
- Create the desktop files manually in the directory
~/.local/share/applications
. Do not forget of adding the optionStartupWMClass
or the icon will be unrecognised or ugly. The desktop file, for example,ColourPicker.desktop
, should be like:
[Desktop Entry]
Categories = Graphics;
Comment = A minimal but complete color picker
Comment[en_GB] = A minimal but complete colour picker
Exec = $HOME/Applications/AppImages/ColorPicker.AppImages
GenericName = Color Picker
GenericName[en_GB] = Colour Picker
Icon = colorpicker
Keywords = colorpicker; color-picker
Keywords[en_GB] = colourpicker; colour-picker
# MimeType = application/illustrator; application/pdf;
Name = Color Picker
Name[en_GB] = Colour Picker
StartupNotify = true
StartupWMClass = ColorPicker
Terminal = false
Type = Application
Version = 1.0
# X-AppImage-Version = 9.0
X-Ayatana-Desktop-Shortcuts = Color Picker
X-GNOME-FullName = Minimal Color Picker
X-GNOME-FullName[en_GB] = Minimal Colour Picker
X-DBUS-ServiceName = ColorPicker
And run update-desktop-database
.
Tips
- To know which
StartupWMClass
name, for example,
- See in bold:
ColorPicker
.AppImage; - If it does not work, you need to extract the AppImage to figure the
bin
shell name; - If it does not work yet, check the title name in the panel when you open the AppImage app.
- If you are foreigner and want comment and name in your native language, you can add, for example,
Comment[en_GB]
,GenericName[en_GB]
,Keywords[en_GB]
,Name[en_GB]
andX-GNOME-FullName[en_GB]
. If to Spanish, it would be[es]
, and to Spanish from Mexico,[es_MX]
. - The AppImage names should remain original, but if you want to rename, you are free, but for the
StartupWMClass
name, you need to put the original name of that AppImage as see in the item 1 above.
- CC BY-SA/GPL3 © 2018-2019 Suru Icons by Sam Hewitt.
- GPL3 © 2018-2019 Suru++ Ubuntu by Andrea Bonanni and Gustavo Costa.
- GPL3 © 2018-2019 Suru++ 25 by Gustavo Costa.
- GPL3 © Papirus by Alexey Varfolomeev.
- GPL3 © Numix by Numix Team.
- GPL3/MIT © 2015-2019 La Capitaine by Keefer Rourke.
- MIT © Icons 8 by Gravit Designer1
- MIT © Twemoji by Twitter Team.
1 Gravit Designer has a special agreement with Icons 8 and allows the Pro user of Gravit Designer to use any icon without attribution and to sub-licence under an open source licence. See the topic here.
- Installation
- Tutorials
- Known bugs
- Report
- Tools
- Contributing
- Authors and Contributors
- Changelog
- Credits and Licences