Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2019-09-17 05:46:25
Size: 943
Editor: bonaccos
Comment:
Revision 4 as of 2023-05-26 20:59:08
Size: 258
Editor: stroth
Comment: Remove desktop file as it is now available through XDG_DATA_DIRS
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2020-09-08 stroth
Line 3: 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;
}}}

Set google-chrome (SEPP) as default webbrowser

  1. Set google-chrome as default:

    xdg-settings set default-web-browser google-chrome.desktop
  2. Verify the setting:

    xdg-settings get default-web-browser

FAQ/GoogleChromeDefault (last edited 2023-05-26 20:59:08 by stroth)