r35938 - in /desktop/experimental/gdm3/debian: changelog patches/95_check_x11_display.patch patches/series

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Oct 14 16:10:13 UTC 2012


Author: sjoerd
Date: Sun Oct 14 16:10:12 2012
New Revision: 35938

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35938
Log:
* deiban/patches/95_check_x11_display.patch
  + Added, Check X11Display instead of X11DisplayDevice to see if it's an X
    session as X11DisplayDevice isn't properly set

Added:
    desktop/experimental/gdm3/debian/patches/95_check_x11_display.patch
Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/patches/series

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=35938&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Sun Oct 14 16:10:12 2012
@@ -22,10 +22,13 @@
   * Sync with Ubuntu:
     + debian/patches/10_no_gettext.patch:
       + Added, Don't mix intltool and gettext macro
+  * deiban/patches/95_check_x11_display.patch
+    + Added, Check X11Display instead of X11DisplayDevice to see if it's an X
+      session as X11DisplayDevice isn't properly set
 
   FIXME: 06_first_vt.patch needs to be checked & updated
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 14 Oct 2012 16:51:30 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 14 Oct 2012 18:09:09 +0200
 
 gdm3 (3.4.1-3) unstable; urgency=low
 

Added: desktop/experimental/gdm3/debian/patches/95_check_x11_display.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/95_check_x11_display.patch?rev=35938&op=file
==============================================================================
--- desktop/experimental/gdm3/debian/patches/95_check_x11_display.patch (added)
+++ desktop/experimental/gdm3/debian/patches/95_check_x11_display.patch [utf-8] Sun Oct 14 16:10:12 2012
@@ -1,0 +1,11 @@
+--- a/daemon/gdm-manager.c
++++ b/daemon/gdm-manager.c
+@@ -444,7 +444,7 @@
+                                                      "org.freedesktop.ConsoleKit",
+                                                      sessions[i],
+                                                      "org.freedesktop.ConsoleKit.Session",
+-                                                     "GetX11DisplayDevice",
++                                                     "GetX11Display",
+                                                      NULL,
+                                                      G_VARIANT_TYPE ("(s)"),
+                                                      G_DBUS_CALL_FLAGS_NONE,

Modified: desktop/experimental/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/series?rev=35938&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gdm3/debian/patches/series [utf-8] Sun Oct 14 16:10:12 2012
@@ -12,3 +12,4 @@
 92_gsettings_path.patch
 93_private_lib.patch
 94_schemas_location_on_hup.patch
+95_check_x11_display.patch




More information about the pkg-gnome-commits mailing list