Executing appimage files

Message
Author
cdugan
Posts: 5
Joined: Sun May 08, 2011 8:23 pm

Executing appimage files

#1 Post by cdugan »

I have a community supported KDE version of MX18 and am trying to get an appimage of Firefox to run to allow me to watch streaming video services (which no longer work with the version of Firefox included in MX18). However, after setting the appimage file to "execute" - left clicking does not execute the file - it provides me with options to "open" the file. What am I missing to allow it to run?

Alternatively, are there any backport sites that will allow me to install a more recent version of Firefox (or other browser that I can use for streaming services)?

xaol
Posts: 311
Joined: Wed Mar 03, 2021 8:30 am

Re: Executing appimage files

#2 Post by xaol »

i've not used an appimage in a while so don't know about the first part, but can you download a newer version from mozilla here? https://www.mozilla.org/en-US/firefox/a ... p-release/

affter downloading and extracting that, there is an excutable named firefox that opens the browser.

cdugan
Posts: 5
Joined: Sun May 08, 2011 8:23 pm

Re: Executing appimage files

#3 Post by cdugan »

Thanks. It actually installed - something I have not been able to do until now.

I will have to test it with my streaming services.

I would still like to know how to get appimages to work

User avatar
Stevo
Developer
Posts: 14632
Joined: Fri Dec 15, 2006 7:07 pm

Re: Executing appimage files

#4 Post by Stevo »

It might need libraries that are too recent to be in that Debian 9 "Stretch" based release...as always, trying to start it in a terminal can provide clues.

The "mozillabinaries" MX Firefox packages basically do the same thing with the "Mozilla Binaries", though I'm sure Debian purists blanche and look for the nearest fainting couch at the thought of us not building the thing from source.


Image
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
DukeComposed
Posts: 1437
Joined: Thu Mar 16, 2023 1:57 pm

Re: Executing appimage files

#5 Post by DukeComposed »

cdugan wrote: Sun Dec 15, 2024 12:21 am I would still like to know how to get appimages to work
I was pretty unclear on AppImages until I gave AppImageLauncher a try. It's helpful to have a utility that does the installation process for you.

User avatar
wdscharff
Posts: 1118
Joined: Mon Feb 24, 2020 1:07 am

Re: Executing appimage files

#6 Post by wdscharff »

You must boot in systemd mode to use appimagelauncher
my working horse Desktop AMD Ryzen 9 3900x, 32GB Ram // SSD ... enough
mx-fluxbox, what else?

In nature there are neither rewards nor punishments.
There are consequences.


my wallpaper gallery

User avatar
fehlix
Developer
Posts: 12734
Joined: Wed Apr 11, 2018 5:09 pm

Re: Executing appimage files

#7 Post by fehlix »

cdugan wrote: Sun Dec 15, 2024 12:21 am I would still like to know how to get appimages to work
First you would make the file executable. IIRC, rightclick and permissions, or right-click and properties->permissions to select be executable or "Allow this file to run".
Next you can try to run it. If still not.
Right click on the folder the AppImage is localted on open terminal here.
run the Appimage like

Code: Select all

./filename-of-appimage
If that works, you can create a "Launcher" by adding the command line similar to the one above, but maybe with adjusted
path instead of relative pathe "./" to current directory the full absolute path to the file.
Thats it- just simple.
In case of error messages, the may provide a clue, why they won't run -moste recent AppImage my simply not work b/c they may require newer C-libs or other libs.
Also note, as AppImage-launcher mentioned : The tool AppImage-launcher is not needed to run an AppImage. It was meant to make
it simpler for the user to create a "launcher" and put that launcher into the menu.

cdugan
Posts: 5
Joined: Sun May 08, 2011 8:23 pm

Re: Executing appimage files

#8 Post by cdugan »

Thanks - I did make the file executable, as that was the first step on the instructions that I originally read. I may have even tried the command line, but I will try it again to see what happens.

cdugan
Posts: 5
Joined: Sun May 08, 2011 8:23 pm

Re: Executing appimage files

#9 Post by cdugan »

Thanks. I thought that the launcher was just to set things up in your window environment. I did not that it would help getting it running. Thanks for the recommendation.

cdugan
Posts: 5
Joined: Sun May 08, 2011 8:23 pm

Re: Executing appimage files

#10 Post by cdugan »

wdscharff wrote: Sun Dec 15, 2024 3:59 am You must boot in systemd mode to use appimagelauncher
Thanks - I do not use systemd, so that could be a problem with trying the launcher.

Post Reply

Return to “Older Versions”