Ubuntu application launcher for Paparazzi

This commit is contained in:
Martin Mueller
2013-03-18 19:34:24 +01:00
parent 61f0c39f79
commit ab5dcccaa4
3 changed files with 19 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Desktop Entry]
Version=3
Type=Application
Terminal=false
StartupNotify=true
Icon=/home/USERNAME/paparazzi/conf/system/launcher/logo.png
Name=Paparazzi
Comment=The Free Autopilot
Exec=/home/USERNAME/paparazzi/paparazzi
Categories=Application;
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

+9
View File
@@ -0,0 +1,9 @@
Ubuntu shortcut
To create a shortcut on the desktop to easily start Paparazzi copy the launcher to the desktop
cp Paparazzi.desktop ~/Desktop
and edit it to fit your username. Replace USERNAME with your actual user name in the 'Icon' and 'Exec' lines.
gedit ~/Desktop/Paparazzi.desktop