⇤ ← Revision 1 as of 2019-09-17 05:46:25
Size: 943
Comment:
|
Size: 1089
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 20: | Line 20: |
1. Update your local desktop database with the new information for google-chrome: {{{ update-desktop-database ~/.local/share/applications }}} |
Set google-chrome (SEPP) as default webbrowser
Create a custom ~/.local/share/applications/google-chrome.desktop with the following content:
[Desktop Entry] Name=Google Chrome Comment=Browse the World Wide Web GenericName=Web Browser X-GNOME-FullName=Google Chrome Web Browser Exec=/usr/sepp/bin/google-chrome %u Terminal=false X-MultipleArgs=false Type=Application #Icon=firefox-esr Categories=Network;WebBrowser; StartupWMClass=Google-chrome StartupNotify=true MimeType=x-scheme-handler/unknown;x-scheme-handler/about;text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
Update your local desktop database with the new information for google-chrome:
update-desktop-database ~/.local/share/applications
Set google-chrome as default:
xdg-settings set default-web-browser google-chrome.desktop
Verify the setting:
xdg-settings get default-web-browser