mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
Ubuntu application launcher for Paparazzi
This commit is contained in:
@@ -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 |
@@ -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
|
||||
Reference in New Issue
Block a user