diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-27 12:16:19 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-27 12:16:19 -0600 |
commit | 5cc933039e4763b8675611c63b6147b42878a2bb (patch) | |
tree | 81b0d763c60b9d053b70f6942e739b4a2ef715f5 /debian | |
parent | 138009e9fad01f79df4c3820fbc206f78688bdce (diff) |
fix permissions on installed jar file, switch from ao-view to altosui in
the desktop file
Diffstat (limited to 'debian')
-rw-r--r-- | debian/altos.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/altos.desktop b/debian/altos.desktop index 4281ad3a..4345cf09 100644 --- a/debian/altos.desktop +++ b/debian/altos.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Type=Application -Name=AltOS View +Name=AltOS UI GenericName=TeleMetrum Telemetry Viewer Comment=View and log downlink data from TeleMetrum Icon=/usr/share/pixmaps/altusmetrum.xpm -Exec=/usr/bin/ao-view %f +Exec=/usr/bin/altosui %f Terminal=false MimeType=text/plain; Categories=Education;Science; |