This should be installed as default in all distro. Run it with --install, put appimages in ~/Applications and it’s done, you’ll see all apps in your DE app menu

  • mecen@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    Overall there should be repo for appimages which just don’t have flatpak, for some apps which can’t work well in sandbox.

  • MoshBit@libertatia.org
    link
    fedilink
    English
    arrow-up
    27
    ·
    4 days ago

    I agree, this is a very handy app, and I felt very similarly when I first discovered it. That said, I’ve had some issues with AppImageInstaller that I haven’t had with GearLever, it’s nearest equivalent. That’s the beauty of Linux FOSS though, so many choices :)

    • wasd603@lemmy.zip
      link
      fedilink
      arrow-up
      10
      ·
      4 days ago

      GearLever is my pick too. It does its job, not perfect but good. Updates can be tricky tho sometimes.

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      The only drawback is that it doesn’t have an app catalogue. For novice users that would be great. Otherwise, GearLever is superior in every aspect.

    • TaintTaul
      link
      fedilink
      arrow-up
      3
      ·
      4 days ago

      I’ve had some issues with AppImageInstaller that I haven’t had with GearLever

      Would you be so kind to elaborate? Being explicit would already make a huge difference. Thank you in advance!

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        I have never used that flag. Does that just enable full system access without the usual layer of sandbox protection?

          • SamueruSama
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            Don’t run electron/chromium apps with --no-sandbox, that is not safe, you are exposing yourself to the internet.

            Canonical decided on ubuntu 24.04 to disable unpriv namespaces in the name of security, in reality they did it to push snaps since that change breaks appimage and flatpak.

            Do what linux mint ended up doing and disable the restriction.

            kernel.apparmor_restrict_unprivileged_userns = 0' | sudo tee /etc/sysctl.d/20-fix-namespaces.conf
            sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
            

            Or better yet just don’t use ubuntu, it is just a source nightmares, the uuttils switch even broke one of my appimages

          • TrickDacy@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            2 days ago

            Okay, well gear lever lets you add command line arguments which get saved in the config so that should work easily. I will say it’s odd to me that you say this is needed for a specific OS, let alone often. I have never used that flag and I’ve been using an Ubuntu variant for ~5 years now. Doesn’t mean you’re wrong or anything, I’m just surprised because that seems to defeat one of the main purposes of appImages. The whole security/safety model seems to be sidestepped if you use that flag. I tend to only use appImage if it’s my only option because flatpaks seem to work better in my experience.

    • SamueruSama
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      Gearlever doesn’t even do delta updates, it downloads the whole appimage with every update, and you often have to manually give it the URL to update the appimage.

      It is also a total hack written in python, the dev was even shelling out arch to find the host arch instead of using the built in methods of python…

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        8 hours ago

        All I know is appImageLauncher gave me a lot of issues so as soon as I found an alternative I tried it and haven’t had an issue yet.

  • obsolete@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    AppImageLauncher works as intended.

    But, if you are willing to use the terminal, then there’s appman. Appman is a terminal package manager for handling appimages, which also integrates appimages into the system. It can update appimages, as well as install images that are not found on its package database.

  • horseloaf@piefed.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    I’ve been perfectly happy with AppImageInstaller. It’s an easy way to generate .desktop files and has a provision for manual AppImage updates. It’s worked without any issues for all (only six) of the AppImages I’ve installed. I hadn’t heard of GearLever but now I’ll give a try.