I'm trying to get xdg-open
to using chromium to open urls instead of firefox. I noticed that xdg-settings get default-web-browser
returns chromium.desktop
when it should be chromium-browser-chromium.desktop
.
Following the instructions here I tried xdg-settings set default-web-browser chromium-browser-chromium.desktop
, which runs with no errors. However when I run xdg-settings get default-web-browser
it stills shows chromium.desktop
, and xdg-open "http://www.example.com"
still uses firefox. I have confirmed that /usr/share/applications/chromium-browser-chromium.desktop
is present. Rebooting the machine does not fix the problem.
For now, I've created a "chromium.desktop" sym-link to "chromium-browser-chromium.desktop", but it would be nice to know why xdg-settings
is not working.