Skip to content

Instantly share code, notes, and snippets.

@jcf
Created April 24, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcf/226f4e01342765ced394ca0f26ade591 to your computer and use it in GitHub Desktop.
Save jcf/226f4e01342765ced394ca0f26ade591 to your computer and use it in GitHub Desktop.
Chromium "desktop" with explicit profile
[Desktop Entry]
Version=1.0
Name=Chromium
Exec=/usr/bin/chromium --profile-directory='Profile 3' %U
StartupNotify=true
Terminal=false
Icon=chromium
Type=Application
Categories=Network;WebBrowser;
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/ftp;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Exec=/usr/bin/chromium --profile-directory='Profile 3'
[Desktop Action new-private-window]
Name=New Incognito Window
Exec=/usr/bin/chromium --profile-directory='Profile 3' --incognito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment