Skip to content

Instantly share code, notes, and snippets.

@meyt
Last active April 28, 2024 13:58
Show Gist options
  • Save meyt/275fc6443b3018f084c79e715b04b1e0 to your computer and use it in GitHub Desktop.
Save meyt/275fc6443b3018f084c79e715b04b1e0 to your computer and use it in GitHub Desktop.
Google chrome fix for XFCE (~/.local/share/applications/google-chrome.desktop)
[Desktop Entry]
Version=1.1
Type=Application
Name=Google Chrome
GenericName=Web Browser
Comment=Access the Internet
Icon=google-chrome
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=1 --password-store=gnome-libsecret %U
Actions=new-window;new-private-window;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Categories=Internet;Network;WebBrowser;kf5-internet;
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment