Configure XFCE default browser application
To see what you are configured for now:
xdg-settings get default-web-browser
Then to find that file:
locate `xdg-settings get default-web-browser`
For me that was
/usr/share/applications/google-chrome.desktop
xdg-settings get default-web-browser
Then to find that file:
locate `xdg-settings get default-web-browser`
For me that was
/usr/share/applications/google-chrome.desktop
I started with that file and edited so it called chrome the way I do (I run multiple sessions of chrome and wanted a default open to go to a specific one.
cp /usr/share/applications/google-chrome.desktop ~/.local/share/applications/custom-google-chrome.desktop
Edit that file to your liking and then set xdg (NO PATH to the file)
xdg-settings set default-web-browser custom-google-chrome.desktop
Now test
xdg-open https://www.google.com
Comments
Post a Comment