Size: 1115
Comment:
|
← Revision 4 as of 2023-05-26 20:59:08 ⇥
Size: 258
Comment: Remove desktop file as it is now available through XDG_DATA_DIRS
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
1. 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; }}} 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
Set google-chrome as default:
xdg-settings set default-web-browser google-chrome.desktop
Verify the setting:
xdg-settings get default-web-browser