ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

Steven Rosenberg

in OpenBSD with Xfce, when I have a link in another application, including Thunderbird, those links have been opening in Chromium, even though my default browser in the Xfce settings is Firefox.

There's another place where this is set, and this Stack Exchange post lays it all out.

unix.stackexchange.com/a/69656

Unix & Linux Stack Exchangexfce4-terminal; change default browserNo matter what I change, my xfce4-terminal will not use chrome as the browser, and keeps opening firefox windows. tim@MushaV3 ~ $ grep 'html' ~/.config/mimeapps.list text/html=google-chrome.desktop;

Check your "available" browsers with:

$ gio mime x-scheme-handler/http

And change for http and https with:

$ gio mime x-scheme-handler/http firefox.desktop

$ gio mime x-scheme-handler/https firefox.desktop

@passthejoe you can also just click "Others" in the default applications settings app to set those in the GUI.

@raptor85 The problem was that Firefox was already selected in the Xfce settings GUI, but the system was not following that setting.

@passthejoe it's actually an issue with how chromium installs, it has additional mime type overrides that aren't normally needed in xfce that override that. If you use the "other" tab in xfce application settings though you get a gui to edit those same mime type mappings you linked to

@passthejoe interesting! that dialog pulls off all the locations mime associations can be overridden in (so you don't have to find which file something is set in), now x-scheme-handler is NORMALLY blank if there's no overrides but if you set it in the local config it should be showing up.