dreamer wrote: Sat Aug 02, 2025 11:40 am
Looking in my LXQt environment there is a file association called "x-scheme-handler/mailto". In XFCE I can't find it. It's strange because both desktop environments are installed alongside each other on the same MX-23 installation. Another example is mp3. The file association works in XFCE, but is nowhere to be found in the file associations GUI. I always considered Default Applications in XFCE subpar to basically any other desktop environment that I have tried. I'm saying this as someone who likes XFCE.
Thank you for your efforts. I went over to my Manjaro machine (gasp!) because it is basically a raw install and found this
Code: Select all
/usr/share/xfce4/helpers/thunderbird.desktop
at the bottom of the file one finds
Code: Select all
Name=Mozilla Thunderbird
StartupNotify=false
X-XFCE-Binaries=thunderbird;thunderbird-gtk2;thunderbird-gtk;mozilla-thunderbird;org.mozilla.Thunderbird;
X-XFCE-Category=MailReader
X-XFCE-Commands=%B;
X-XFCE-CommandsWithParameter=/usr/lib/xfce4/xfce4-compose-mail mozilla-remote %B "mailto:%s";/usr/lib/xfce4/xfce4-compose-mail mozilla %B "mailto:%s";
When I get back to office and start working on this I will thieve this to create a betterbird.desktop in /usr/share/xfce4/helpers. If the forum wishes, once I get it working I can post the final results in this thread, perhaps write a tutorial?