Created
May 25, 2012 21:51
-
-
Save Mouad-BGD/2790800 to your computer and use it in GitHub Desktop.
add application luncher in gnome 3
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
| Gnome 3 | |
| ------- | |
| to add shortcut application to gnome luncher | |
| for ur account: | |
| add the file: ~/.local/share/applications/Your_app.desktop | |
| and past: | |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Version=1.0 | |
| Type=Application | |
| NoDisplay=false | |
| Exec=/path/to/eclipse/eclipse | |
| Name=Eclipse Comment=Launcher for Eclipse | |
| Icon=/path/to/eclipse/eclipse.svg (better the png one) | |
| for all users | |
| add the files to: /usr/share/applications | |
| and the icon must be in: /usr/share/icons | |
| exp: Icon=My-app (with no extention) | |
| or use some extentions in: https://extensions.gnome.org/ | |
| exp: gnome-shell-extensions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment