Difference between revisions of "Linux: Desktop Launchers"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "=== Gnome Desktop Launcher === ~/.local/share/applications/Popcorn-Time.desktop<br /> ~/.gnome/apps/Popcorn-Time.desktop<br /> <nowiki>[Desktop Entry] Version=1.0 Encoding=UT...") |
Rafahsolis (talk | contribs) m Tag: visualeditor |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | === Gnome Desktop Launcher === | + | ===Gnome Desktop Launcher paths=== |
| − | ~/.local/share/applications/Popcorn-Time.desktop<br /> | + | ~/.local/share/applications/*.desktop<br />~/.gnome/apps/*.desktop |
| − | ~/.gnome/apps/Popcorn-Time.desktop<br /> | + | <br /> |
| − | < | + | |
| + | =====Popcorn Time===== | ||
| + | ~/.local/share/applications/Popcorn-Time.desktop<br />~/.gnome/apps/Popcorn-Time.desktop<br /> | ||
| + | [Desktop Entry] | ||
| + | Version=1.0 | ||
| + | Encoding=UTF-8 | ||
| + | Name=Popcorn Time | ||
| + | Name[en_US]=Popcorn Time | ||
| + | GenericName=BitTorrent Stream Player | ||
| + | GenericName[en_US]=BitTorrent Stream Player | ||
| + | Comment=Run the Popcorn Time application | ||
| + | Comment[en_US]=Run the Popcorn Time application | ||
| + | Type=Application | ||
| + | Terminal=false | ||
| + | Exec=/opt/Popcorn-Time/Popcorn-Time | ||
| + | Icon=/opt/Popcorn-Time/src/app/images/icon.png | ||
| + | Categories=AudioVideo;Player;Video; | ||
| + | Keywords=Player;Audio;Video; | ||
| + | <br /> | ||
| + | |||
| + | =====Postman===== | ||
| + | ~/.local/share/applications/postman.desktop<syntaxhighlight lang="bash"> | ||
| + | [Desktop Entry] | ||
| + | Encoding=UTF-8 | ||
| + | Version=1.0 | ||
| + | Type=Application | ||
| + | Name=Postman | ||
| + | Icon=/home/rafa/Pictures/icons/postman.png | ||
| + | Path=/opt/Postman | ||
| + | Exec=/opt/Postman/Postman | ||
| + | StartupNotify=false | ||
| + | StartupWMClass=Postman | ||
| + | OnlyShowIn=Unity;GNOME; | ||
| + | X-UnityGenerated=true | ||
| + | |||
| + | </syntaxhighlight> | ||
| + | |||
| + | ==== X-Plane 11 ==== | ||
| + | ~/.local/share/applications/X-Plane11.desktop <syntaxhighlight lang="bash"> | ||
| + | [Desktop Entry] | ||
Version=1.0 | Version=1.0 | ||
Encoding=UTF-8 | Encoding=UTF-8 | ||
| − | Name= | + | Name=X-Plane 11 |
| − | Name[en_US]= | + | Name[en_US]=X-Plane 11 |
| − | GenericName= | + | GenericName=Flight simulator |
| − | GenericName[en_US]= | + | GenericName[en_US]=Flight simulator |
| − | Comment=Run | + | Comment=Run X-Plane 11 flight simulator |
| − | Comment[en_US]=Run | + | Comment[en_US]=Run X-Plane 11 flight simulator |
Type=Application | Type=Application | ||
| − | Terminal=false | + | Terminal=false |
| − | Exec=/ | + | Exec=/home/rafa/X-Plane 11/X-Plane-x86_64 |
| − | Icon=/ | + | Icon=/home/rafa/X-Plane 11/Resources/bitmaps/interface11/logo.png |
| − | Categories= | + | Categories=Games; |
| − | Keywords= | + | Keywords=Game;Games |
| − | </ | + | </syntaxhighlight> |
Latest revision as of 12:19, 9 March 2021
Gnome Desktop Launcher paths[edit]
~/.local/share/applications/*.desktop
~/.gnome/apps/*.desktop
Popcorn Time[edit]
~/.local/share/applications/Popcorn-Time.desktop
~/.gnome/apps/Popcorn-Time.desktop
[Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Popcorn Time Name[en_US]=Popcorn Time GenericName=BitTorrent Stream Player GenericName[en_US]=BitTorrent Stream Player Comment=Run the Popcorn Time application Comment[en_US]=Run the Popcorn Time application Type=Application Terminal=false Exec=/opt/Popcorn-Time/Popcorn-Time Icon=/opt/Popcorn-Time/src/app/images/icon.png Categories=AudioVideo;Player;Video; Keywords=Player;Audio;Video;
Postman[edit]
~/.local/share/applications/postman.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Postman
Icon=/home/rafa/Pictures/icons/postman.png
Path=/opt/Postman
Exec=/opt/Postman/Postman
StartupNotify=false
StartupWMClass=Postman
OnlyShowIn=Unity;GNOME;
X-UnityGenerated=true
X-Plane 11[edit]
~/.local/share/applications/X-Plane11.desktop
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=X-Plane 11
Name[en_US]=X-Plane 11
GenericName=Flight simulator
GenericName[en_US]=Flight simulator
Comment=Run X-Plane 11 flight simulator
Comment[en_US]=Run X-Plane 11 flight simulator
Type=Application
Terminal=false
Exec=/home/rafa/X-Plane 11/X-Plane-x86_64
Icon=/home/rafa/X-Plane 11/Resources/bitmaps/interface11/logo.png
Categories=Games;
Keywords=Game;Games