• Kierunkowy74
      link
      fedilink
      337 months ago

      What chmod step?

      When I clicked on new app image, the OS told me, that program /name of app/ will be launched, I clicked “Continue” and it runs! No meddling with “chmod” or anything like that.

      • u/lukmly013 💾 (lemmy.sdf.org)
        link
        fedilink
        English
        157 months ago

        Same, I love AppImages for that. I just wish they also had way to contain configurations instead of putting it on the system. That would make it even more portable.

      • @Damage@feddit.it
        link
        fedilink
        4
        edit-2
        7 months ago

        ELF and .sh files need to be set executable, chmod +x file, before they can be run, unless your DE does that for you

        Dunno about appimages

        • @droans@lemmy.world
          link
          fedilink
          27 months ago

          At least for Ubuntu, you do need to set the permissions of the AppImage before it’ll launch.

          I still haven’t figured out how to make .desktop files work yet.

      • @cerement@slrpnk.net
        link
        fedilink
        57 months ago

        also for non-KDE, non-Gnome systems, there’s appimaged – requires a little more setup, but handles the set executable, automates the AppImage integration (.desktop files and menus), keeps a watch on specific folders for new AppImages, and provides a way to check for updates

        • @theshatterstone54@feddit.uk
          link
          fedilink
          37 months ago

          I’m saving this. I don’t use any appimages (except a cracked Minecraft bedrock launcher but we dont talk about that one), but I’m still going to save this.

    • Ziixe
      link
      fedilink
      37 months ago

      I installed Linux a few weeks ago and it was on Tuesday I wanted to add some programs I had installed (it was mGBA and melonDS) to my steam launcher, I went through the hassle of making a . desktop file for both of them (I was dumb and used a Ubuntu based distro, so it installed as a snap, which sucks hard on a hdd) and then it wouldn’t launch, I searched up again (I was using chatGPT for all of this, I asked it a lot how to do stuff, it’s like this was it’s purpose beacuse it always worked first try), did the chmod x+ command and then I was done

      Just to see it not launch :/

    • Kühe sind toll
      link
      fedilink
      17 months ago

      How do you actually install an AppImage? I figured out how to use them, but not how to install them.