Executing appimage files
Executing appimage files
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)?
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)?
Re: Executing appimage files
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.
affter downloading and extracting that, there is an excutable named firefox that opens the browser.
Re: Executing appimage files
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
I will have to test it with my streaming services.
I would still like to know how to get appimages to work
Re: Executing appimage files
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.

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.

MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
- DukeComposed
- Posts: 1437
- Joined: Thu Mar 16, 2023 1:57 pm
Re: Executing appimage files
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.
Re: Executing appimage files
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
mx-fluxbox, what else?
In nature there are neither rewards nor punishments.
There are consequences.
my wallpaper gallery
Re: Executing appimage files
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
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.
Re: Executing appimage files
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.
Re: Executing appimage files
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.
Re: Executing appimage files
Thanks - I do not use systemd, so that could be a problem with trying the launcher.