Differences between revisions 3 and 4
Revision 3 as of 2020-09-08 13:15:58
Size: 1115
Editor: stroth
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 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

  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)