r13635 - in /desktop/unstable/gnome-session/debian: changelog patches/09_splash_hide.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Nov 27 12:15:18 UTC 2007


Author: lool
Date: Tue Nov 27 12:15:18 2007
New Revision: 13635

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13635
Log:
* New patch, 09_splash_hide, hides splash screen unconditionally when all
  apps have been launched as to avoid it staying visible with broken apps.

Added:
    desktop/unstable/gnome-session/debian/patches/09_splash_hide.patch
Modified:
    desktop/unstable/gnome-session/debian/changelog
    desktop/unstable/gnome-session/debian/patches/series

Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=13635&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog (original)
+++ desktop/unstable/gnome-session/debian/changelog Tue Nov 27 12:15:18 2007
@@ -29,8 +29,10 @@
     enable it in README.Debian.
   * New patch, 10_update_notifier, adds update-notifier to the list of known
     applications.
-
- -- Loic Minier <lool at dooz.org>  Tue, 27 Nov 2007 13:13:31 +0100
+  * New patch, 09_splash_hide, hides splash screen unconditionally when all
+    apps have been launched as to avoid it staying visible with broken apps.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 27 Nov 2007 13:14:23 +0100
 
 gnome-session (2.20.1-1) unstable; urgency=low
 

Added: desktop/unstable/gnome-session/debian/patches/09_splash_hide.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/09_splash_hide.patch?rev=13635&op=file
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/09_splash_hide.patch (added)
+++ desktop/unstable/gnome-session/debian/patches/09_splash_hide.patch Tue Nov 27 12:15:18 2007
@@ -1,0 +1,35 @@
+diff -PruN gnome-session-2.8.1.orig/gnome-session/manager.c gnome-session-2.8.1/gnome-session/manager.c
+--- gnome-session-2.8.1.orig/gnome-session/manager.c	2004-10-01 12:13:23.000000000 +0200
++++ gnome-session-2.8.1/gnome-session/manager.c	2004-11-23 15:20:28.000000000 +0100
+@@ -1381,6 +1381,7 @@
+ 		runlevel = client->priority;
+ 	    }
+ 	  if (pending_list)
++	    splash_hide ();
+ 	    goto out;
+ 	}
+       save_state = MANAGER_IDLE;
+diff -PruN gnome-session-2.8.1.orig/gnome-session/splash-widget.c gnome-session-2.8.1/gnome-session/splash-widget.c
+--- gnome-session-2.8.1.orig/gnome-session/splash-widget.c	2004-09-24 18:35:38.000000000 +0200
++++ gnome-session-2.8.1/gnome-session/splash-widget.c	2004-11-23 15:19:57.000000000 +0100
+@@ -605,3 +605,10 @@
+ 	}
+ }
+ 
++void
++splash_hide (void)
++{
++	if (global_splash) {
++	gtk_widget_hide (GTK_WIDGET (global_splash));
++	}
++}
+diff -PruN gnome-session-2.8.1.orig/gnome-session/splash-widget.h gnome-session-2.8.1/gnome-session/splash-widget.h
+--- gnome-session-2.8.1.orig/gnome-session/splash-widget.h	2003-02-13 23:29:57.000000000 +0100
++++ gnome-session-2.8.1/gnome-session/splash-widget.h	2004-11-23 15:18:45.000000000 +0100
+@@ -79,5 +79,6 @@
+ void splash_start  (void);
+ void splash_update (const gchar *text);
+ void splash_stop   (void);
++void splash_hide   (void);
+ 
+ #endif /* SPLASH_WIDGET_H */

Modified: desktop/unstable/gnome-session/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/series?rev=13635&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/series (original)
+++ desktop/unstable/gnome-session/debian/patches/series Tue Nov 27 12:15:18 2007
@@ -1,4 +1,5 @@
 01_ignore-gdm-lang.patch
 02_gsd-spawn.patch
+09_splash_hide.patch
 10_update_notifier.patch
 90_autoconf.patch




More information about the pkg-gnome-commits mailing list