this post was submitted on 05 Jul 2024
737 points (93.8% liked)

linuxmemes

20741 readers
833 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mutter9355@discuss.tchncs.de 4 points 2 months ago (1 children)

You could possibly also make a shell script that does this automatically. I believe most flatpak ids follow a pattern such as com.github.user.package, for github projects for example. So you could loop through all installed flatpaks, extract the name, and then add the alias.

[โ€“] grue@lemmy.world 9 points 2 months ago

Agreed, but I also feel like such a thing should be included with Flatpak by default instead of leaving it to the users to solve.