• MoonlightFox@lemmy.world
    link
    fedilink
    arrow-up
    32
    arrow-down
    3
    ·
    2 months ago

    I have really started to like AppImage. You just download a single file make it executable and it just works.

    I use Cursor for coding, and it has an appimage that replaces itself when it updates.

    • bdonvr@thelemmy.club
      link
      fedilink
      arrow-up
      54
      arrow-down
      1
      ·
      2 months ago

      That’s cool and all but it would be even cooler if you could just install and keep it updated through your package manager

        • dinckel@lemmy.world
          link
          fedilink
          arrow-up
          18
          ·
          2 months ago

          That’s kind of the point though. One of the foundational pillars of a good distribution is mature package management, and that includes not relying on self-updaters that will pollute your system with untracked files

          • Leon@pawb.social
            link
            fedilink
            English
            arrow-up
            5
            ·
            2 months ago

            Absolutely, but don’t AppImage updaters basically just replace the AppImage? They’re self-contained, no?

        • bdonvr@thelemmy.club
          link
          fedilink
          arrow-up
          12
          ·
          2 months ago

          That’s cool.

          It would still be even cooler if the app makers just packaged them for distros. Or even just Flatpak.

          But that’s a cool project I’ll keep it in mind for my next go with an immutable distro

          • klu9@lemmy.ca
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            2 months ago

            I do wish something like AM’s functions was built into an all-in-one package manager for my distro. The closest I found was bauh which handles “AppImage, Debian and Arch Linux packages (including AUR), Flatpak, Snap and Web applications”. Which seems like an all-in-one solution.

            But the problem with bauh (that last time I tried it) is that it accesses only a small number of (often very out-of-date) AppImages from the largely moribund AppImageHub.com, unlike AM, which pulls in the latest releases from loads of GitHub repos, and adds more on a frequent basis or request.

    • Psychadelligoat@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 months ago

      Some apps are a bitch and a half for some reason, other apps just work

      Make a .desktop file, slap it in ./local/share/imdrawingafuckingblank and boom, it’s integrated into your shell menu like any other app

      The Nexus Mod App and Foundry VTT work flawlessly and it’s so nice

      • MoonlightFox@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        2 months ago

        As a somewhat Linux noob I just made a folder called ~/Apps and launch them through terminal. Not ideal, but I don’t care enough to fix it.

        Your suggestion makes me kinda want to fix it though. Doesn’t seem like to much work