r31860 - in /desktop/unstable/gdm3/debian: Xsession changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 24 21:26:18 UTC 2011


Author: joss
Date: Thu Nov 24 21:26:18 2011
New Revision: 31860

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31860
Log:
* Xsession: use xhost (!) to always allow the local user to access the 
  session. Closes: #586685.
* Depend on x11-xserver-utils accordingly.

Modified:
    desktop/unstable/gdm3/debian/Xsession
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/control
    desktop/unstable/gdm3/debian/control.in

Modified: desktop/unstable/gdm3/debian/Xsession
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/Xsession?rev=31860&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/Xsession [utf-8] (original)
+++ desktop/unstable/gdm3/debian/Xsession [utf-8] Thu Nov 24 21:26:18 2011
@@ -177,6 +177,10 @@
   set default $*
 fi
 
+# Always allow the session's owner to connect to the display from the
+# local host
+xhost +si:localuser:$(id -un) || :
+
 # use run-parts to source every file in the session directory; we source
 # instead of executing so that the variables and functions defined above
 # are available to the scripts, and so that they can pass variables to each

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=31860&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Thu Nov 24 21:26:18 2011
@@ -5,6 +5,9 @@
 
   [ Josselin Mouette ]
   * gdm3.init: remove .ICEauthority before starting. Closes: #648666.
+  * Xsession: use xhost (!) to always allow the local user to access the 
+    session. Closes: #586685.
+  * Depend on x11-xserver-utils accordingly.
 
  -- Jordi Mallach <jordi at debian.org>  Fri, 04 Nov 2011 20:37:56 +0100
 

Modified: desktop/unstable/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control?rev=31860&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control [utf-8] (original)
+++ desktop/unstable/gdm3/debian/control [utf-8] Thu Nov 24 21:26:18 2011
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: gnome-pkg-tools (>= 0.16.3),
                debhelper (>= 8),
                cdbs,
@@ -65,7 +65,8 @@
          accountsservice (>= 0.6.12),
          gsettings-desktop-schemas,
          libglib2.0-bin (>= 2.26),
-         dconf-gsettings-backend
+         dconf-gsettings-backend,
+         x11-xserver-utils
 Recommends: zenity,
             xserver-xephyr,
             x11-xkb-utils,

Modified: desktop/unstable/gdm3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control.in?rev=31860&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control.in [utf-8] (original)
+++ desktop/unstable/gdm3/debian/control.in [utf-8] Thu Nov 24 21:26:18 2011
@@ -60,7 +60,8 @@
          accountsservice (>= 0.6.12),
          gsettings-desktop-schemas,
          libglib2.0-bin (>= 2.26),
-         dconf-gsettings-backend
+         dconf-gsettings-backend,
+         x11-xserver-utils
 Recommends: zenity,
             xserver-xephyr,
             x11-xkb-utils,




More information about the pkg-gnome-commits mailing list