AppImage updates conflicts with its .desktop file

76 Views Asked by At

I have a couple of AppImage files in my system (Fedora38). I need all of those AppImage icons in my app tray. I manually created the .desktop files, and it works fine. But when an app gets updated, most of the time, that modifies its filename. Hence, the icon stops working. And I need to go to the .desktop file and modify the file path to work again.

What is the best workaround for this issue? I tried 'appimage launcher', but it did not provide icons for most of my AppImages.

1

There are 1 best solutions below

0
On

I've created an application to install appimage applications. My application name is Happim. (Happim stands for Handle Appimage)

After installing happim, What all you need to do is to 1. launch happim by click the icon, 2. Type your appimage application name. 3. Select your preferred icon and appimage file through gui, 4. Click install. Now, your favorite appimage's icon will be available among your installed programs. You can add to favorite by right clicking and selecting 'Add to favorite'.

Free to use. Available in github.

Ensure the necessary packages have been installed.

git clone https://github.com/suramuthurs/Happim.git
cd Happim
python3 install.py

Go through my readme.md in github for the solution in case if it doesn't work