• embed_me
    link
    fedilink
    arrow-up
    51
    arrow-down
    3
    ·
    1 year ago

    With app images it’s easier than installing. Although the chmod step will deter the typical windows user

    • Kierunkowy74@kbin.social
      link
      fedilink
      arrow-up
      34
      arrow-down
      1
      ·
      1 year 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.

      • Damage@feddit.it
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        1 year 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
          arrow-up
          2
          ·
          1 year 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.

    • theshatterstone54@feddit.uk
      link
      fedilink
      arrow-up
      11
      ·
      1 year ago

      With file managers, for example in thunar, you can select Properties -> Permissions -> Allow this file to run as a program

      • cerement@slrpnk.net
        link
        fedilink
        arrow-up
        5
        ·
        1 year 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
          arrow-up
          3
          ·
          1 year 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@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      1 year 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 :/

    • stifle867
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      I just had a horrible vision of a dialog box popping up asking for +x permission à la Vista era UAC.

      • embed_me
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        You don’t install them. You just give them the permission to run and then run them.

      • woobie@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        There is no install needed, you can just edit permissions and make the file executable and then when you open it or click it the app runs.

        What won’t be created by default is an application menu to run it from whatever desktop environment you use. You can create those if you wish. You can create a launcher in the menu manually, or you can use a tool called AppImageLauncher to create these for you.

        There’s a pretty good explanation here: https://askubuntu.com/questions/1311600/add-an-appimage-application-to-the-top-menu-bar