Created
November 18, 2015 08:21
-
-
Save gorillamoe/df34321390cb8b0e2305 to your computer and use it in GitHub Desktop.
Google Chrome / Chromium Apps Launcher Gnome (Linux) Shortcut (put in ~/.local/share/applications/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Name=Chrome Apps Launcher | |
Comment=Unofficial desktop shortcut for Google Chrome's / Chromium's App Launcher | |
Exec=/usr/bin/chromium --show-app-list | |
Icon=/usr/share/icons/hicolor/256x256/apps/chromium.png | |
Terminal=false | |
Type=Application | |
Categories=Network; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment