r48303 - in /desktop/unstable/gdm3/debian: changelog patches/09_default_session.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Apr 19 22:43:51 UTC 2016


Author: biebl
Date: Tue Apr 19 22:43:51 2016
New Revision: 48303

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48303
Log:
Restore debian/patches/09_default_session.patch as we postponed the switch
to Wayland.

Added:
    desktop/unstable/gdm3/debian/patches/09_default_session.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/series

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=48303&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Tue Apr 19 22:43:51 2016
@@ -1,6 +1,8 @@
 gdm3 (3.20.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Restore debian/patches/09_default_session.patch as we postponed the switch
+    to Wayland.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 20 Apr 2016 00:08:01 +0200
 

Added: desktop/unstable/gdm3/debian/patches/09_default_session.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/09_default_session.patch?rev=48303&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/09_default_session.patch	(added)
+++ desktop/unstable/gdm3/debian/patches/09_default_session.patch	[utf-8] Tue Apr 19 22:43:51 2016
@@ -0,0 +1,16 @@
+Description: Prefer "default.desktop", so that other desktop environments like XFCE can use gdm, too, without being forced to start GNOME.
+Ubuntu: https://launchpad.net/bugs/403291
+Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=594733
+Index: gdm-3.20.1/daemon/gdm-session.c
+===================================================================
+--- gdm-3.20.1.orig/daemon/gdm-session.c	2016-04-20 00:34:53.144038467 +0200
++++ gdm-3.20.1/daemon/gdm-session.c	2016-04-20 00:35:20.820367810 +0200
+@@ -523,7 +523,7 @@
+                 }
+         }
+ 
+-        name = g_strdup ("gnome");
++        name = g_strdup ("default");
+         if (get_session_command_for_name (self, name, NULL)) {
+                 g_free (self->priv->fallback_session_name);
+                 self->priv->fallback_session_name = name;

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=48303&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series	[utf-8] Tue Apr 19 22:43:51 2016
@@ -1,3 +1,4 @@
+09_default_session.patch
 16_xserver_path.patch
 90_config_comments.patch
 91_dconf_database_path.patch




More information about the pkg-gnome-commits mailing list