Hi, Vincas Dargis: > Interesting, on Sid with XFCE 4.14, Thunderbird uses `gio-launch-desktop` for > some reason:
> ``` > [pid 5664] execve("/usr/lib/x86_64-linux-gnu/glib-2.0/gio-launch-desktop", > ["/usr/lib/x86_64-linux-gnu/glib-2"..., "/usr/lib/firefox-esr/firefox-esr", > "https://bugs.debian.org/882048"], 0x7f87f7e3a300 /* 56 vars */) = 0 > ``` > Any ideas how to make it use exo-helper? AFAICT, Thunderbird itself has no knowledge of gio-launch-desktop, exo-helper-N, etc. I believe that like most GTK programs, it delegates such operations to GIO (quite possibly via GLib). So to answer this question, I suspect you'll need to read the GIO/GLib documentation (and possibly source code). Cheers, -- intrigeri