You are not logged in.

#1 2023-05-02 18:50:26

Jotunn
Member
Registered: 2023-04-29
Posts: 69

[SOLVED] Unable to run an appimage file

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

#2 2023-05-02 19:36:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,449

Re: [SOLVED] Unable to run an appimage file

And what tool exactly are you talking about? Terminal output running from a terminal?

Offline

#3 2023-05-02 19:39:04

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,842
Website

Re: [SOLVED] Unable to run an appimage file

Jotunn wrote:

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

#4 2023-05-02 19:56:20

Jotunn
Member
Registered: 2023-04-29
Posts: 69

Re: [SOLVED] Unable to run an appimage file

# ./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

#5 2023-12-05 19:28:39

nikolaus
Member
Registered: 2023-11-22
Posts: 8

Re: [SOLVED] Unable to run an appimage file

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

#6 2023-12-05 23:18:08

yochananmarqos
Member
Registered: 2020-02-05
Posts: 214

Re: [SOLVED] Unable to run an appimage file

@Jounn @nikolaus: Do you have fuse2 installed?

Offline

#7 2024-07-28 13:15:16

julioayuso_arch
Member
Registered: 2024-07-28
Posts: 1

Re: [SOLVED] Unable to run an appimage file

Open a terminal and type:

sudo pacman -S fuse

READY TO RUN APPIMAGES!!
NO SYSTEM RESTART REQUIRED

Offline

#8 2024-07-29 22:28:15

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,449

Re: [SOLVED] Unable to run an appimage file

Yes we know, closing this old solved thread.

Offline

Board footer

Powered by FluxBB