Page 1 of 1

Create new "Link to application" - can it work with appimages as well ?

Posted: Sun Dec 29, 2024 6:01 pm
by Sprinterdriver
Hi.

I know I can make a regular link on the desktop that points to an executable appimage file.

However, I'd like to be able to put custom symbols/icons to the links that appears on the desktop, so I tried to make a new "Link to application". However, it won't spawn any window of the applications.

I assume that there is some issue regarding the app link itself. Here is it's content:

Code: Select all

[Desktop Entry]
Comment[en_US]=
Comment=
Exec=file:///home/appimages/CherryTree-1.2.0-x86_64.AppImage
GenericName[en_US]=
GenericName=
Icon=system-help
MimeType=
Name[en_US]=Cherrytree 1.2.0
Name=Cherrytree 1.2.0
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

Re: Create new "Link to application" - can it work with appimages as well ?

Posted: Sun Dec 29, 2024 6:03 pm
by Eadwine Rose
With all requests, as per forum rules (which, if you haven't, please read), please share your full Quick System Info, do not edit.
If need be, you can do this using the LiveUSB, thanks.

Re: Create new "Link to application" - can it work with appimages as well ?

Posted: Sun Dec 29, 2024 8:03 pm
by Germ
Should work fine. Although, I use "link to location (URL)".

Re: Create new "Link to application" - can it work with appimages as well ?

Posted: Sun Dec 29, 2024 8:16 pm
by BV206
I have never seen a desktop file with Exec= entry that starts with file://
Maybe just use the path to the file.

Re: Create new "Link to application" - can it work with appimages as well ?

Posted: Sun Dec 29, 2024 8:37 pm
by AVLinux
I do this all the time and as long as the AppImage file is set executable you just put the path to the AppImage filename without prepending anything.

Exec=/path/to/AppImage_filename

Re: Create new "Link to application" - can it work with appimages as well ?

Posted: Mon Dec 30, 2024 1:05 am
by Stevo
Seems like extra work when 1.2.0 still sits in the MX test repo because of lack of testers.