r52058 - in /desktop/unstable/gnome-power-manager/debian: changelog control patches/ patches/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Feb 23 15:43:05 UTC 2017


Author: bigon
Date: Thu Feb 23 15:43:04 2017
New Revision: 52058

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52058
Log:
d/p/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch: Fix
the program name so it matches the .desktop file

Added:
    desktop/unstable/gnome-power-manager/debian/patches/
    desktop/unstable/gnome-power-manager/debian/patches/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch
    desktop/unstable/gnome-power-manager/debian/patches/series
Modified:
    desktop/unstable/gnome-power-manager/debian/changelog
    desktop/unstable/gnome-power-manager/debian/control

Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=52058&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog	[utf-8] Thu Feb 23 15:43:04 2017
@@ -1,3 +1,10 @@
+gnome-power-manager (3.22.2-2) unstable; urgency=medium
+
+  * d/p/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch: Fix
+    the program name so it matches the .desktop file
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 23 Feb 2017 16:37:20 +0100
+
 gnome-power-manager (3.22.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-power-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/control?rev=52058&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/control	[utf-8] Thu Feb 23 15:43:04 2017
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                autoconf-archive,

Added: desktop/unstable/gnome-power-manager/debian/patches/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/patches/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch?rev=52058&op=file
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/patches/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch	(added)
+++ desktop/unstable/gnome-power-manager/debian/patches/0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch	[utf-8] Thu Feb 23 15:43:04 2017
@@ -0,0 +1,31 @@
+From 9c91bf6ed47265466f06677fddb1940bebfd6e9e Mon Sep 17 00:00:00 2001
+From: Laurent Bigonville <bigon at bigon.be>
+Date: Mon, 20 Feb 2017 11:15:48 +0100
+Subject: [PATCH] Rename the application id passed to the gtk_application_new()
+ function
+
+The application id and the desktop file need to match, rename the
+application id here instead of renaming all the other icon and .desktop
+files
+
+https://bugzilla.gnome.org/show_bug.cgi?id=778945
+---
+ src/gpm-statistics.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
+index b10a9004..ab970fab 100644
+--- a/src/gpm-statistics.c
++++ b/src/gpm-statistics.c
+@@ -1923,7 +1923,7 @@ main (int argc, char *argv[])
+ 	settings = g_settings_new (GPM_SETTINGS_SCHEMA);
+ 
+ 	/* are we already activated? */
+-	application = gtk_application_new ("org.gnome.PowerManager.Statistics",
++	application = gtk_application_new ("org.gnome.PowerStats",
+ 					   G_APPLICATION_HANDLES_COMMAND_LINE);
+ 	g_signal_connect (application, "startup",
+ 			  G_CALLBACK (gpm_stats_startup_cb), NULL);
+-- 
+2.11.0
+

Added: desktop/unstable/gnome-power-manager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/patches/series?rev=52058&op=file
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/patches/series	(added)
+++ desktop/unstable/gnome-power-manager/debian/patches/series	[utf-8] Thu Feb 23 15:43:04 2017
@@ -0,0 +1 @@
+0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch




More information about the pkg-gnome-commits mailing list