• grue@lemmy.world
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    2
    ·
    11 days ago

    You could make aliases for each program, but I agree, there should be a way to set it up so they resolve automatically.

    • mutter9355@discuss.tchncs.de
      link
      fedilink
      arrow-up
      4
      ·
      11 days ago

      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
        link
        fedilink
        English
        arrow-up
        9
        ·
        11 days 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.