Executing appimage files

Message
Author
User avatar
fehlix
Developer
Posts: 12575
Joined: Wed Apr 11, 2018 5:09 pm

Re: Executing appimage files

#11 Post by fehlix »

cdugan wrote: Sun Dec 15, 2024 7:23 am
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.
You are not talking about AppimageLauncher tool, which you don't need to run an AppImage file.
Confused?

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

Re: Executing appimage files

#12 Post by wdscharff »

cdugan wrote: Sun Dec 15, 2024 7:23 am
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.
The launcher is only there for convenience. It generates a desktop file for the appimage in the designated directory (~.local/applications .... ) and that's it. The appimagelauncher is not required for execution, so you can boot normally again (booting with systemd is an option in MX's grub)

You can also write desktop files yourself, that's how I used to do it and now I edit them myself again because I have enough templates for the required *.desktop files

Translated with DeepL.com (free version)
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
DukeComposed
Posts: 1284
Joined: Thu Mar 16, 2023 1:57 pm

Re: Executing appimage files

#13 Post by DukeComposed »

wdscharff wrote: Sun Dec 15, 2024 10:28 am
cdugan wrote: Sun Dec 15, 2024 7:23 am Thanks - I do not use systemd, so that could be a problem with trying the launcher.
The launcher is only there for convenience. It generates a desktop file for the appimage in the designated directory (~.local/applications .... ) and that's it. The appimagelauncher is not required for execution
I'll second this: AppImages are standalone files and you can run them independently of anything kind of launcher utility. I mentioned the project as a way-of-life improvement, not as a prerequisite.

BitterTruth
Posts: 617
Joined: Tue Sep 22, 2020 7:36 pm

Re: Executing appimage files

#14 Post by BitterTruth »

I use the following method for libreoffice:

1) download the appimage
2) make it executable
3) create a .desktop file for it in /home/user/.local/share/applications so that it shows up in the menu

use this template:

Code: Select all

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/path/to/appimage
Name=LibreOffice
Comment=Notes
Categories=Office
Icon=/usr/share/icons/Faenza/apps/24/libreoffice34-writer.png
MimeType=application/office
4) create a launcher pointing to the appimage if you want

5) you may need to create all the file type associations (MIME info) for it so you can just click on a .doc file for example (html in your case) and the os will know to open it with the appimage automatically. Sometimes you can do that by right clicking on the said file you want top open and choose 'open with ..... followed by always for this file type' etc but I remember I had to actually go into a config file and add the info there

6) for upgrading, rename the old appimage, download a new version to the same location and give it the same name as the previous version. If everything works, delete the old appimage

Post Reply

Return to “Older Versions”