r54385 - in /desktop/unstable/gnome-control-center/debian: changelog patches/fix-about-desktop.patch patches/series

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Oct 13 21:14:35 UTC 2017


Author: jbicha
Date: Fri Oct 13 21:14:35 2017
New Revision: 54385

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54385
Log:
fix launching About panel (LP: #1721802)

Added:
    desktop/unstable/gnome-control-center/debian/patches/fix-about-desktop.patch
Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/patches/series

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=54385&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog	[utf-8] Fri Oct 13 21:14:35 2017
@@ -1,3 +1,10 @@
+gnome-control-center (1:3.26.1-2) UNRELEASED; urgency=medium
+
+  * Add fix-about-desktop.patch:
+    - Fix launching About panel (LP: #1721802)
+
+ -- Jeremy Bicha <jbicha at debian.org>  Fri, 13 Oct 2017 17:13:12 -0400
+
 gnome-control-center (1:3.26.1-1) experimental; urgency=medium
 
   * Team upload

Added: desktop/unstable/gnome-control-center/debian/patches/fix-about-desktop.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/fix-about-desktop.patch?rev=54385&op=file
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/fix-about-desktop.patch	(added)
+++ desktop/unstable/gnome-control-center/debian/patches/fix-about-desktop.patch	[utf-8] Fri Oct 13 21:14:35 2017
@@ -0,0 +1,26 @@
+From 3b030155effad2c0df9eae81314ea6e76a1125a9 Mon Sep 17 00:00:00 2001
+From: Jeremy Bicha <jbicha at ubuntu.com>
+Date: Fri, 6 Oct 2017 11:38:19 -0400
+Subject: [PATCH] info: Fix .desktop for About
+
+https://bugzilla.gnome.org/show_bug.cgi?id=788608
+---
+ panels/info/gnome-info-overview-panel.desktop.in.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/panels/info/gnome-info-overview-panel.desktop.in.in b/panels/info/gnome-info-overview-panel.desktop.in.in
+index cb7e44bff..87427097b 100644
+--- a/panels/info/gnome-info-overview-panel.desktop.in.in
++++ b/panels/info/gnome-info-overview-panel.desktop.in.in
+@@ -2,7 +2,7 @@
+ # Translators: Add soft hyphens to your translations so that the icon view won't clip your translations. See https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13 for details
+ _Name=Ab­out
+ _Comment=View information about your system
+-Exec=gnome-control-center about
++Exec=gnome-control-center info-overview
+ Icon=help-about
+ Terminal=false
+ Type=Application
+-- 
+2.14.1
+

Modified: desktop/unstable/gnome-control-center/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/series?rev=54385&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/patches/series	[utf-8] Fri Oct 13 21:14:35 2017
@@ -1,3 +1,4 @@
 01_menu_category.patch
 06_handle_passwd_with_ldap.patch
 07_polkit_wheel_sudo_group.patch
+fix-about-desktop.patch




More information about the pkg-gnome-commits mailing list