Sujet : Re: Gemini protocol mime type
De : flexibeast (at) *nospam* gmail.com (Alexis)
Groupes : comp.infosystems.geminiDate : 28. Mar 2025, 00:35:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87y0wq11zd.fsf@gmail.com>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13)
Davinci <
brometeo@gmail.com> writes:
I'd like to use different applications for opening gemini or http
protocols with generic xdg-open, using mime types. But, as you say, it
seems not possible, so I am sad and small again :)
Well, since you mentioned xdg-open specifically, you could try using
xdg-settings to specify which application you wish to use for URLs using
the `gemini` scheme, e.g.:
xdg-settings set default-url-scheme-handler gemini <gemini-client>.desktop
where <gemini-client> should be replaced by the name of the relevant
client.
As an aside, there's also the `default-web-browser` setting:
xdg-settings set default-web-browser firefox.desktop
Alexis.