r25281 - in /desktop/unstable/gdm3/debian: changelog gdm3.init patches/27_loginwindow_focus.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Oct 3 20:29:23 UTC 2010


Author: joss
Date: Sun Oct  3 20:29:22 2010
New Revision: 25281

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25281
Log:
* 27_loginwindow_focus.patch: another one bites the dust.
* gdm3.init: drop hal and acpid. Closes: #599015.

Added:
    desktop/unstable/gdm3/debian/patches/27_loginwindow_focus.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/gdm3.init
    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=25281&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Sun Oct  3 20:29:22 2010
@@ -2,6 +2,8 @@
 
   * 21_schemas_usr.patch: add some comments in the daemon.conf file to 
     explain the available options. Thanks Joey Hess. Closes: #598666.
+  * 27_loginwindow_focus.patch: another one bites the dust.
+  * gdm3.init: drop hal and acpid. Closes: #599015.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 03 Oct 2010 10:19:10 +0200
 

Modified: desktop/unstable/gdm3/debian/gdm3.init
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/gdm3.init?rev=25281&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/gdm3.init [utf-8] (original)
+++ desktop/unstable/gdm3/debian/gdm3.init [utf-8] Sun Oct  3 20:29:22 2010
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          gdm3
-# Should-Start:      console-screen acpid dbus hal network-manager
+# Should-Start:      console-screen dbus network-manager
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5

Added: desktop/unstable/gdm3/debian/patches/27_loginwindow_focus.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/27_loginwindow_focus.patch?rev=25281&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/27_loginwindow_focus.patch (added)
+++ desktop/unstable/gdm3/debian/patches/27_loginwindow_focus.patch [utf-8] Sun Oct  3 20:29:22 2010
@@ -1,0 +1,22 @@
+Index: gdm-2.30.5/gui/simple-greeter/gdm-greeter-session.c
+===================================================================
+--- gdm-2.30.5.orig/gui/simple-greeter/gdm-greeter-session.c	2010-10-03 15:38:50.955062193 +0200
++++ gdm-2.30.5/gui/simple-greeter/gdm-greeter-session.c	2010-10-03 15:51:24.179064203 +0200
+@@ -515,7 +515,7 @@ gdm_greeter_session_event_handler (GdkEv
+ 
+                 key_event = (GdkEventKey *) event;
+                 if (session->priv->panel != NULL) {
+-                        if (gtk_window_activate_key (GTK_WINDOW (session->priv->panel),
++                        if (gtk_window_propagate_key_event (GTK_WINDOW (session->priv->panel),
+                                                      key_event)) {
+                                 gtk_window_present_with_time (GTK_WINDOW (session->priv->panel),
+                                                               key_event->time);
+@@ -524,7 +524,7 @@ gdm_greeter_session_event_handler (GdkEv
+                 }
+ 
+                 if (session->priv->login_window != NULL) {
+-                        if (gtk_window_activate_key (GTK_WINDOW (session->priv->login_window),
++                        if (gtk_window_propagate_key_event (GTK_WINDOW (session->priv->login_window),
+                                                      ((GdkEventKey *) event))) {
+                                 gtk_window_present_with_time (GTK_WINDOW (session->priv->login_window),
+                                                               key_event->time);

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=25281&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series [utf-8] Sun Oct  3 20:29:22 2010
@@ -27,4 +27,5 @@
 24_show_user_other.patch
 25_upower.patch
 26_username_escape.patch
+27_loginwindow_focus.patch
 90_relibtoolize.patch




More information about the pkg-gnome-commits mailing list