Skip to content

Commit ec86fcb

Browse files
authored
Merge pull request #6169 from landryb/fix/desktopfile
Don't hardcode the path to qgis binary in .desktop file
2 parents 9e79d8a + 3fac2aa commit ec86fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/qgis.desktop

+2-2
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)