gorilla-devs / GDLauncher

GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
https://gdevs.io
GNU General Public License v3.0
1.22k stars 246 forks source link

Can't install from app image on Linux #947

Open Rzrfin8 opened 3 years ago

Rzrfin8 commented 3 years ago

Describe the bug Receiving error:

The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_GDLaunDsL6sG/chrome-sandbox is owned by root and has mode 4755.
[1]    876253 trace trap (core dumped)  ./GDLauncher-linux-setup.AppImage

Note the file name ".mount_GDLaunDSL6sG/chrome-sandbox". This file is immediately deleted and cannot be modified. I believe this has to do with it creating the file in /tmp

It also creates a new file name each time where the DSL6sG is.

To Reproduce Steps to reproduce the behavior:

  1. Download
  2. Run ./GDLauncher-linux-setup.AppImage
  3. Attempt to run chmod/chown or just ls /tmp

Expected behavior Not delete the file that I'm supposed to modify immediately

Possible solutions Some ideas of how you would solve this issue, if possible

Screenshots Top terminal window shows 3 commands and different file names, bottom shows there is no .mount... in /tmp/

Screenshot_20210615_233841

Operating System:

Additional context Add any other context about the problem here.

huantianad commented 3 years ago

This seems to be an electron thing. Some workarounds are mentioned here, but may not be applicable or possible for you. If all else fails, you can always just use the other versions for now (or get it through the AUR if you're into that). I don't have enough information to say definitively if this is fixable on the dev's side though.