On Fri, Jan 07, 2022 at 02:04:01AM +0100, Vincent Lefevre wrote: > On 2022-01-07 09:17:22 +0900, Mike Hommey wrote: > > Rephrasing: the main question is why your config/Emacs's desktop > > file/Emacs's configuration/whatever wants to use urxvt, because > > Firefox won't do that on its own. > > There's no mention of rxvt in > /usr/share/applications/emacs-term.desktop > > Anyway, this is Firefox that starts the application. Unfortunately, > http://kb.mozillazine.org/File_types_and_download_actions and > https://firefox-source-docs.mozilla.org/uriloader/exthandler/index.html > are silent on this subject.
Firefox starts whatever glib tells it is in the desktop file. If the command in the desktop file ends up running urxvt, it's not Firefox's fault. If the desktop file says "Terminal=true" and glib tells Firefox to run urxvt, it's not Firefox's fault. Mike

