A mystery app showed up in my Ubuntu app drawer, and getting rid of it was annoying. So I built Showcase.
A user discovered an unknown app in their Ubuntu app drawer and found it difficult to remove. To address this issue, they developed a new application called Showcase that consolidates all installed apps from various sources into one interface. Showcase allows users to easily manage, uninstall, and update their applications without the complexities of different package managers.
- ▪The user encountered an unrecognized app in their Ubuntu 22.04 app drawer.
- ▪Showcase is designed to display all installed apps regardless of their source, such as apt, Flatpak, or Snap.
- ▪The application provides features like searching, filtering, and sorting apps, as well as detailed information about each app.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2495668) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Rabiul Islam Posted on May 24 A mystery app showed up in my Ubuntu app drawer, and getting rid of it was annoying. So I built Showcase. #linux #rust #showdev #opensource A while back I was scrolling through my Ubuntu 22.04 app drawer and noticed an app I didn't recognize. I hadn't knowingly installed it, or if I had, I'd forgotten about it ages ago. No problem, I thought, I'll just remove it.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).