[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Debblue, desktop-base and gnome-session changes



Hello Joss and GNOME people,

I'm going to add debblue to desktop-base and plan to make use of it as
the default background image and splash screen. This will require a
change to the gnome-session patch.

I would like to propose to change the patch to make it generic and use
the default_splash symlink that desktop-base 0.3.15 will create (see
attached file). This will allow us to change defaults without having to
mess with gnome-session again.

What do you think of the idea? And what do the Debian GNOME people think
about the change to debblue? I think I'm going to try to convince Ryan
to use the gdm theme as the default, too.

Thanks,

-- 
kov@debian.org: Gustavo Noronha <http://people.debian.org/~kov>
Debian:  <http://www.debian.org>  *  <http://www.debian-br.org>

Index: debian/control
===================================================================
--- debian/control	(revision 2060)
+++ debian/control	(working copy)
@@ -8,7 +8,7 @@
 
 Package: gnome-session
 Architecture: any
-Depends: ${shlibs:Depends}, desktop-base (>= 0.3.6), capplets (>= 2.6)
+Depends: ${shlibs:Depends}, desktop-base (>= 0.3.15), capplets (>= 2.6)
 Recommends: gnome-panel, nautilus, metacity | sawfish
 Provides: x-session-manager
 Conflicts: gnome-session2, gnome-panel-data (<= 2.0.0)
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 2060)
+++ debian/changelog	(working copy)
@@ -1,3 +1,14 @@
+gnome-session (2.6.2-7) unstable; urgency=low
+
+  * 03_splash.diff:
+  - modified to use 'default_splash' instead of Splash-Debian.png as
+    the default splash
+  * debian/control:
+  - the change above requires desktop-base >= 0.3.15, so update
+    Depends: accordingly
+
+ -- Gustavo Noronha Silva <kov@debian.org>  Sat, 23 Oct 2004 23:59:54 -0300
+
 gnome-session (2.6.2-6) unstable; urgency=low
 
   * 02_conversion.diff: only print a warning, don't launch the broken upgrade
Index: debian/patches/03_splash.diff
===================================================================
--- debian/patches/03_splash.diff	(revision 2060)
+++ debian/patches/03_splash.diff	(working copy)
@@ -6,7 +6,7 @@
           <owner>gnome</owner>
           <type>string</type>
 -         <default>splash/gnome-splash.png</default>
-+         <default>/usr/share/images/desktop-base/Splash-Debian_red.png</default>
++         <default>/usr/share/images/desktop-base/default_splash</default>
           <locale name="C">
              <short>Splash Screen Image</short>
              <long>Preferred Image to use for the splash screen when logging in to the GNOME Desktop</long>
@@ -18,7 +18,7 @@
  
  	if (!sw->background)
 -		sw->background = load_background_pixbuf ("splash/gnome-splash.png");
-+		sw->background = load_background_pixbuf ("/usr/share/images/desktop-base/Splash-Debian_red.png");
++		sw->background = load_background_pixbuf ("/usr/share/images/desktop-base/default_splash");
  }
  
  static void

Reply to: