On XFCE4 (Xubuntu 20.04) - and Firefox (v105.0).
I've installed Shotcut using the AppImage.
1) Create symlink with a "nicer" filename for the appimage .desktop file.
cd ~/.local/share/applications
ln -s *shotcut.desktop" shotcut.desktop
2) Add x-scheme-handler to xfce's mimeapps.list:
Option A: using "xdg-mime"
Code: Select all
$ xdg-mime default shotcut.desktop x-scheme-handler/shotcut`
Option B: Edit the "mimeapps.list" file:
Code: Select all
$ vim ~/.config/mimeapps.list
I've added the entry right on top of the "Added Associations" list (you'll find that string).
Since the symlink is called "shotcut.desktop", it runs the appimage desktop file.[Added Associations]
x-scheme-handler/shotcut=shotcut.desktop
Done.