FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I had 27 AppImages and none of them showed up in my launcher
How-ToProgramming Languages

I had 27 AppImages and none of them showed up in my launcher

via Dev.to Tutorialpvojnisek2h ago

I use Pop!_OS with the new COSMIC desktop. I also use a lot of AppImages — Obsidian, Cursor, WezTerm, Krita, FreeTube, about 27 of them. And every single time I downloaded one, the same ritual: Make it executable ( chmod +x ) Create a .desktop file by hand Hunt for the icon (where does this AppImage keep it?) Figure out the right Categories= so it shows up in the right menu Repeat for the next app After a while my ~/apps/ directory looked like a graveyard of versioned files with no way to tell what was current: Cursor-0.47.9-x86_64.AppImage cursor-0.45.14-build-250219jnihavxsz-x86_64.AppImage Joplin-3.0.15.AppImage Joplin-3.3.13.AppImage WezTerm-nightly-Ubuntu20.04.AppImage WezTerm-20240203-110809-5046fc22-Ubuntu20.04.AppImage So I wrote a tool to fix this. One Python file, zero dependencies. What it does You point it at a directory full of AppImages, and it: Scans for .AppImage files and groups them by app name Picks the latest version (by version number, not file date — so 0.47.9 bea

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
2 views

Related Articles

Building an MCP Server for Your Own Tools
How-To

Building an MCP Server for Your Own Tools

Medium Programming • 2h ago

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One
How-To

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One

Medium Programming • 3h ago

RHAPSODY OF REALITIES - 26TH MARCH 2026
"In Nehemiah’s day, as the people built the wall of…
How-To

RHAPSODY OF REALITIES - 26TH MARCH 2026 "In Nehemiah’s day, as the people built the wall of…

Medium Programming • 3h ago

How to Actually Make Money with a "Free" App
How-To

How to Actually Make Money with a "Free" App

Medium Programming • 3h ago

How-To

Building a Runtime with QuickJS

Lobsters • 4h ago

Discover More Articles