r23942 - in /desktop/experimental/gdm3/debian: TODO changelog gdm3.postinst greeter.gconf-defaults

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Apr 21 19:44:51 UTC 2010


Author: joss
Date: Wed Apr 21 19:44:51 2010
New Revision: 23942

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23942
Log:
* greeter.gconf-defaults: remove trailing whitespace.
* debian/gdm3.postinst: create a /var/lib/gdm3/.gconf.path that 
  mentions the .gconf.mandatory where the settings live. This fixes 
  all issues with g-s-d, which didn’t obtain the correct settings. 
  Yay!

Modified:
    desktop/experimental/gdm3/debian/TODO
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/gdm3.postinst
    desktop/experimental/gdm3/debian/greeter.gconf-defaults

Modified: desktop/experimental/gdm3/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/TODO?rev=23942&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/TODO [utf-8] (original)
+++ desktop/experimental/gdm3/debian/TODO [utf-8] Wed Apr 21 19:44:51 2010
@@ -5,6 +5,10 @@
  * There’s a race condition that will often prevent the xsettings 
    manager in g-s-d to start up in the user’s session.
 
- * In a nested session, the greeter selects the US keyboard by default.
-
- * gdmsetup spews debug information.
+The current Xephyr patch is not usable and is disabled:
+ * It is *completely* insecure - anyone can connect to the Xephyr 
+   server.
+ * The greeter always selects the US keyboard by default.
+ * It proposes to reboot/shutdown instead of having an exit button.
+ * Closing the Xnest window doesn’t clean it up in the GDM internal 
+   status.

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=23942&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Wed Apr 21 19:44:51 2010
@@ -3,6 +3,11 @@
   * 11_xephyr_nested.patch: don’t lock the screen when you use Xnest. 
     Also handle correctly the -l option.
   * debian/po-up/fr.po: updated accordingly.
+  * greeter.gconf-defaults: remove trailing whitespace.
+  * debian/gdm3.postinst: create a /var/lib/gdm3/.gconf.path that 
+    mentions the .gconf.mandatory where the settings live. This fixes 
+    all issues with g-s-d, which didn’t obtain the correct settings. 
+    Yay!
 
  -- Josselin Mouette <joss at debian.org>  Wed, 21 Apr 2010 19:43:24 +0200
 

Modified: desktop/experimental/gdm3/debian/gdm3.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/gdm3.postinst?rev=23942&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/gdm3.postinst [utf-8] (original)
+++ desktop/experimental/gdm3/debian/gdm3.postinst [utf-8] Wed Apr 21 19:44:51 2010
@@ -46,6 +46,11 @@
 K=01
 
 mkdir -p /var/lib/gdm3/.gconf.mandatory
+cat > /var/lib/gdm3/.gconf.path << "EOF"
+# System-wide settings set in /usr/share/gdm/greeter-config
+# and auto-generated by the init script
+xml:readonly:$(HOME)/.gconf.mandatory
+EOF
 chmod 0750 /var/lib/gdm3
 update-gconf-defaults \
 	--source=/usr/share/gdm/greeter-config \

Modified: desktop/experimental/gdm3/debian/greeter.gconf-defaults
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/greeter.gconf-defaults?rev=23942&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/greeter.gconf-defaults [utf-8] (original)
+++ desktop/experimental/gdm3/debian/greeter.gconf-defaults [utf-8] Wed Apr 21 19:44:51 2010
@@ -1,5 +1,5 @@
 # Use a specific background
-/desktop/gnome/background/picture_filename	/usr/share/images/desktop-base/moreblue-orbit-gdm.svg 
+/desktop/gnome/background/picture_filename	/usr/share/images/desktop-base/moreblue-orbit-gdm.svg
 /desktop/gnome/background/picture_options	stretched
 
 # Theming options




More information about the pkg-gnome-commits mailing list