You are not logged in.
Pages: 1
Topic closed
I have used
# chmod -x /path/to/file
to make it executable but when I try to run it nothing happens.
In GUI I can go to the file, right-click, view properties and see that it is in fact executable.
In GUI, when I double-click on the appimage file, it asks me what I want to do with it, and I select "execute"
After that, nothing happens.
Last edited by Jotunn (2023-05-02 19:59:24)
Offline
And what tool exactly are you talking about? Terminal output running from a terminal?
Offline
I have used
# chmod -x /path/to/file
to make it executable
That command removes the executable bit.
I think you want:
# chmod +x /path/to/file
Jin, Jîyan, Azadî
Offline
# ./OpenRGB.AppImage
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
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
Looks like I am missing prerequisites.
Offline
I have exactly the same issue with a report of missing FUSE module but I don't see how this problem has been solved in this thread. Anyone for help?
Could it be FUSE is not compiled into the kernel in Arch?
Offline
@Jounn @nikolaus: Do you have fuse2 installed?
Offline
Open a terminal and type:
sudo pacman -S fuse
READY TO RUN APPIMAGES!!
NO SYSTEM RESTART REQUIRED
Offline
Yes we know, closing this old solved thread.
Offline
Pages: 1
Topic closed