Description: Hide the mouse cursor on startup and when starting an user session. Author: Martin Pitt Origin: Ubuntu --- gdm-2.29.6/daemon/gdm-simple-slave.c 2010-03-05 09:47:19.464536080 +0100 +++ gdm-2.29.6.new/daemon/gdm-simple-slave.c 2010-03-05 09:50:02.564553046 +0100 @@ -950,9 +950,6 @@ static void setup_server (GdmSimpleSlave *slave) { - /* Set the busy cursor */ - gdm_slave_set_busy_cursor (GDM_SLAVE (slave)); - /* The root window has a background that may be useful * to cross fade or transition from when setting the * login screen background. We read it here, and stuff diff -Nur -x '*.orig' -x '*~' gdm-2.29.6/gui/simple-greeter/gdm-greeter-login-window.c gdm-2.29.6.new/gui/simple-greeter/gdm-greeter-login-window.c --- gdm-2.29.6/gui/simple-greeter/gdm-greeter-login-window.c 2010-03-05 09:47:19.464536080 +0100 +++ gdm-2.29.6.new/gui/simple-greeter/gdm-greeter-login-window.c 2010-03-05 10:15:44.958482794 +0100 @@ -159,7 +159,7 @@ { GdkCursor *cursor; - cursor = gdk_cursor_new (GDK_WATCH); + cursor = gdk_cursor_new (GDK_BLANK_CURSOR); gdk_window_set_cursor (GTK_WIDGET (login_window)->window, cursor); gdk_cursor_unref (cursor); }