appimage-manager — auto-detect, symlink, and launcher integration for AppImages #1429
pvojnisek
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a single-file Python tool that automatically makes AppImages show up in the application launcher with proper icons.
The problem: Every time I downloaded an AppImage, I had to manually create a
.desktopfile and find/set the icon. With 27+ AppImages, this got old fast.What it does:
.AppImagefilesStartupWMClassfrom inside the AppImage~/.local/share/icons/hicolor/).desktopfiles with proper categories and dock supportobsidian.AppImage→Obsidian-1.9.10.AppImage)What it doesn't do: It doesn't download, update, or manage AppImage versions. It just makes your existing AppImages visible in the launcher. One job, done well.
Zero dependencies — pure Python 3.9+ stdlib. Single file, ~730 lines, MIT licensed.
Works on COSMIC, GNOME, KDE, and any freedesktop-compliant desktop.
🔗 https://github.com/pvojnisek/appimage-manager
Happy to hear feedback — especially if the name extraction regex misses your AppImage naming convention!
Beta Was this translation helpful? Give feedback.
All reactions