r22294 - in /desktop/unstable/epiphany-browser/debian: changelog patches/04_set_prgname.patch patches/series

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Nov 12 13:26:56 UTC 2009


Author: kov
Date: Thu Nov 12 13:26:56 2009
New Revision: 22294

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22294
Log:
New patch to make Ephy behave better in GNOME Shell

Added:
    desktop/unstable/epiphany-browser/debian/patches/04_set_prgname.patch
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/patches/series

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=22294&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Thu Nov 12 13:26:56 2009
@@ -1,3 +1,11 @@
+epiphany-browser (2.29.1-2) UNRELEASED; urgency=low
+
+  * debian/patches/04_set_prgname.patch:
+  - New patch, to make sure GNOME Shell is able to match the application
+    windows to the .desktop file, and app well favourite.
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 03 Nov 2009 12:38:03 -0200
+
 epiphany-browser (2.29.1-1) unstable; urgency=low
 
   * New upstream release

Added: desktop/unstable/epiphany-browser/debian/patches/04_set_prgname.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/04_set_prgname.patch?rev=22294&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/04_set_prgname.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/04_set_prgname.patch [utf-8] Thu Nov 12 13:26:56 2009
@@ -1,0 +1,26 @@
+From b94c2bf5f55be4cbf4cb706e47b8c1b609283455 Mon Sep 17 00:00:00 2001
+From: Gustavo Noronha Silva <gns at gnome.org>
+Date: Thu, 12 Nov 2009 11:09:06 -0200
+Subject: [PATCH] Set program name to match the desktop file
+
+---
+ src/ephy-main.c |    3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/src/ephy-main.c b/src/ephy-main.c
+index 5daca6f..ac6251b 100644
+--- a/src/ephy-main.c
++++ b/src/ephy-main.c
+@@ -494,6 +494,9 @@ main (int argc,
+ 	 */
+ 	LIBXML_TEST_VERSION;
+ 
++	/* sets name to help matching with the .desktop file */
++	g_set_prgname ("epiphany");
++
+ 	/* If we're given -remote arguments, translate them */
+ 	if (argc >= 2 &&
+ 	    strcmp (argv[1], "-remote") == 0)
+-- 
+1.6.5.2
+

Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=22294&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series [utf-8] Thu Nov 12 13:26:56 2009
@@ -2,6 +2,7 @@
 01_bookmarks_menu.patch
 02_ac_init.patch
 03_dbus.patch
+04_set_prgname.patch
 05_libexecdir.patch
 07_bookmarks.patch
 10_smart_bookmarks.patch




More information about the pkg-gnome-commits mailing list