Package: qgis Version: 2.8.6+dfsg-1~bpo8+1 Severity: normal Tags: patch Hi,
the desktop entry for the /usr/bin/qgis.bin and /usr/bin/qbrowser.bin binaries point towards /usr/bin/qgis and /usr/bin/qbrowser respectively instead. Either the binaries are being installed with an unintended suffix of .bin or the desktop entries are broken. Not sure which one given that debian/rules seem to explicitly install to a non-suffixed name. I have taken the liberty to attach a patch for the latter case, which is the workaround I decided to deploy at our environment for the time being. Thanks for your work as maintainer. Best regards, Leonhard Weber --- System information. --- Architecture: amd64 Kernel: Linux 4.3.0-0.bpo.1-amd64 Debian Release: 8.3
From 0629438c9970dbcd013d244660188984d0909fa8 Mon Sep 17 00:00:00 2001 From: Leonhard Weber <[email protected]> Date: Fri, 1 Apr 2016 09:22:39 -0300 Subject: [PATCH] Fixed references in desktop files for qgis and qbrowser. --- debian/qbrowser.desktop | 4 ++-- debian/qgis.desktop | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/qbrowser.desktop b/debian/qbrowser.desktop index 28987e5..b412a3a 100644 --- a/debian/qbrowser.desktop +++ b/debian/qbrowser.desktop @@ -48,8 +48,8 @@ GenericName[tr]=CoÄrafi bilgi sistemi GenericName[uk]=ÐеоÑнÑоÑмаÑÑйна ÑиÑÑема GenericName[uz]=Geografik axborot tizimi Icon=qgis -TryExec=/usr/bin/qbrowser -Exec=/usr/bin/qbrowser %F +TryExec=/usr/bin/qbrowser.bin +Exec=/usr/bin/qbrowser.bin %F Terminal=false StartupNotify=false Categories=Qt;Education;Science;Geography; diff --git a/debian/qgis.desktop b/debian/qgis.desktop index 8a1d3ad..d893375 100644 --- a/debian/qgis.desktop +++ b/debian/qgis.desktop @@ -48,8 +48,8 @@ GenericName[tr]=CoÄrafi bilgi sistemi GenericName[uk]=ÐеоÑнÑоÑмаÑÑйна ÑиÑÑема GenericName[uz]=Geografik axborot tizimi Icon=qgis -TryExec=/usr/bin/qgis -Exec=/usr/bin/qgis %F +TryExec=/usr/bin/qgis.bin +Exec=/usr/bin/qgis.bin %F Terminal=false StartupNotify=false Categories=Qt;Education;Science;Geography; -- 2.1.4
signature.asc
Description: OpenPGP digital signature

