Desktop integration lets your AppImages appear in your desktop application launcher automatically. When enabled, fp-appimage-updater extracts theDocumentation Index
Fetch the complete documentation index at: https://docs.fau.fpt.icu/llms.txt
Use this file to discover all available pages before exploring further.
.desktop manifest and icons directly from the AppImage using --appimage-extract, then installs them into the correct user directories.
What gets installed
| File type | Destination |
|---|---|
.desktop file | ~/.local/share/applications/ |
| App icons | ~/.local/share/icons/ |
Exec and Icon paths inside the .desktop file are automatically updated to point to the installed AppImage location, so your launcher always uses the correct binary path.
Desktop integration requires the AppImage to support
--appimage-extract. Virtually all modern AppImages support it.Enable or disable globally
Desktop integration is enabled by default. Setmanage_desktop_files in your config.yml to control it globally:
Disable per app
To opt a single app out of desktop integration, setintegration: false in its recipe: