One-click management of AppImage desktop shortcuts - Auto-extract icons, create shortcuts, and clean invalid entries
Desktop Shortcut Manager with GUI
Place appimage-shortcut-sync.sh in your AppImage directory:
# Example: ~/appinstall/ directory
cd ~/appinstall
# Ensure scripts are executable
chmod +x *.sh./appimage-shortcut-sync.shAppImage files needing shortcuts (5):
[0] App1.AppImage
[1] App2.AppImage
...
Select an operation:
[a] Create all
[number] Create specific items (space-separated, e.g.: 0 2 4)
[s] Skip, don't create any shortcuts
👉 Your choice: a
Now you can launch your AppImage applications from desktop or application menu.
# Method 1: Script in AppImage directory (Recommended)
cd ~/appinstall
./appimage-shortcut-sync.sh# Method 2: Specify directory from anywhere
./appimage-shortcut-sync.sh ~/appinstallThis project is licensed under the MIT License. See LICENSE file for details.
- Thanks to AppImage Project for providing portable application solutions
- Thanks to GNOME Project and DING Extension
- Thanks to all contributors and users for their feedback
Made with ❤️ for Linux AppImage users