I installed Google Chrome, it's working fine, I set it as the default browser in Systems Settings, yet, when I double-click some .desktop files or use "xdg-open https://domain.com' at the terminal, Firefox launches.
Here's a .desktop file that behaves this way:
Plus:
~/.local/share/applications/mimeapps.list does not exist.
And:
I also looked in ~/.bashrc, ~./bash_login, ~/.bash_profile, and ~/.profile and see no mentions of either browser anywhere (not all of those files exist).
Yet:
dave@MONOLITH:~$ xdg-mime query default x-scheme-handler/https
firefox_firefox.desktop
(emphasis is mine)
I'm not sure how to change that, or if it's the source of the problem. Or why it didn't get changed when I setup
K>System Settings>Default Applications>Web Browser (or when Chrome got installed).
Here's a .desktop file that behaves this way:
Code:
[Desktop Entry] Icon=text-html Name[en_US]=env vars Name=env vars Type=Link URL[$e]=https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/
~/.local/share/applications/mimeapps.list does not exist.
And:
Code:
dave@MONOLITH:~$ xdg-settings get default-web-browser google-chrome.desktop dave@MONOLITH:~$ xdg-settings --list Known properties: default-url-scheme-handler Default handler for URL scheme default-web-browser Default web browser
Yet:
dave@MONOLITH:~$ xdg-mime query default x-scheme-handler/https
firefox_firefox.desktop
(emphasis is mine)
I'm not sure how to change that, or if it's the source of the problem. Or why it didn't get changed when I setup
K>System Settings>Default Applications>Web Browser (or when Chrome got installed).
Comment