Skip to content

Commit 3fac2aa

Browse files
committedJan 25, 2018
Don't hardcode the path to qgis binary in .desktop file
1 parent 7ee4bb7 commit 3fac2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎debian/qgis.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ GenericName[tr]=Coğrafi bilgi sistemi
4848
GenericName[uk]=Геоінформаційна система
4949
GenericName[uz]=Geografik axborot tizimi
5050
Icon=qgis
51-
TryExec=/usr/bin/qgis
52-
Exec=/usr/bin/qgis %F
51+
TryExec=qgis
52+
Exec=qgis %F
5353
Terminal=false
5454
StartupNotify=false
5555
Categories=Qt;Education;Science;Geography;

0 commit comments

Comments
 (0)
Please sign in to comment.