-
Notifications
You must be signed in to change notification settings - Fork 5
Not Able to install the AppImage #141
Comments
What happens if you start it with And what happens if you enable unprivileged access to |
We've just made some tests and with |
Yes, many systems including Ubuntu set |
If you want to go the |
@probonopd I'm not very familiar with this kind of things. Do you have any examples of how can this be done? |
|
Thank you @probonopd for your help. We are going to give it a try and check if we can implement this on our release workflow. My guess is that other Electron apps must be also doing this somehow |
Other Electron apps may also be running into the same issue, but possibly more of your users are running a distribution that does not allow unprivileged access to |
Currently we are trying to use Docker in order to patch and repack the application, but we are getting: root@d26451a5bfa2:~# ./appimagetool-x86_64.AppImage squashfs-root/
fuse: device not found, try 'modprobe fuse' first
Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
open dir error: No such file or directory So we are trying to fix this error. Once it's done, we will be able to repack the app and make it fully compatible with Centos 7 :) |
You did read the linked page, did you? ;-) When running an AppImage from a Docker container you may get errors Just do: |
Describe the bug
I am not able to install the application on Linux CERN CentOS 7
To Reproduce
Steps to reproduce the behavior:
cern-phone-app-0.5.4-x86_64-linux.AppImage
./cern-phone-app-0.5.4-x86_64-linux.AppImage
Expected behavior
I should be able to install it
Desktop (please complete the following information):
Additional context
chmod 777 cern-phone-app-0.5.4-x86_64-linux.AppImage
The text was updated successfully, but these errors were encountered: