| 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 /> |
| − | <nowiki>[Desktop Entry] | + | |
| | + | =====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=Popcorn Time | + | Name=X-Plane 11 |
| − | Name[en_US]=Popcorn Time | + | Name[en_US]=X-Plane 11 |
| − | GenericName=BitTorrent Stream Player | + | GenericName=Flight simulator |
| − | GenericName[en_US]=BitTorrent Stream Player | + | GenericName[en_US]=Flight simulator |
| − | Comment=Run the Popcorn Time application | + | Comment=Run X-Plane 11 flight simulator |
| − | Comment[en_US]=Run the Popcorn Time application | + | Comment[en_US]=Run X-Plane 11 flight simulator |
| | Type=Application | | Type=Application |
| − | Terminal=false | + | Terminal=false |
| − | Exec=/opt/Popcorn-Time/Popcorn-Time | + | Exec=/home/rafa/X-Plane 11/X-Plane-x86_64 |
| − | Icon=/opt/Popcorn-Time/src/app/images/icon.png | + | Icon=/home/rafa/X-Plane 11/Resources/bitmaps/interface11/logo.png |
| − | Categories=AudioVideo;Player;Video; | + | Categories=Games; |
| − | Keywords=Player;Audio;Video; | + | Keywords=Game;Games |
| − | </nowiki> | + | </syntaxhighlight> |