Your message dated Tue, 3 May 2016 22:55:08 +0200
with message-id <[email protected]>
and subject line Re: Bug#819721: [qgis] Desktop entry for qgis and qbrowser 
broken
has caused the Debian Bug report #819721,
regarding [qgis] Desktop entry for qgis and qbrowser broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
819721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819721
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Closing this issue, the desktop entry works as expected.

--- End Message ---

Reply via email to