Default background patch



I'm going away for the greater part of the next two months next
wednesday, so I'm tieing up all my loose ends. I've attached the patches
to libgnome to implement the improved default background.

To apply these:
1. Apply the background-configure patch the libgnome directory
2. Move schemas/desktop_gnome_background.schemas.in to schemas
desktop_gnome_background.schemas.in.in
3. Apply newbackground.in.in.patch to the libgnome/schemas directory.

Later

ps. This requires that you run gnome-desktop head as of today because
that's where the background image is.
-- 
Mark Finlay <sisob eircom net>
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libgnome/configure.in,v
retrieving revision 1.162
diff -u -r1.162 configure.in
--- configure.in	4 Jun 2003 06:31:56 -0000	1.162
+++ configure.in	29 Jun 2003 19:49:54 -0000
@@ -247,6 +247,7 @@
 libgnome/Makefile
 monikers/Makefile
 schemas/Makefile
+schemas/desktop_gnome_background.schemas.in
 gnome-data/Makefile
 libgnome/libgnome-2.0.pc
 help-converters/Makefile
--- desktop_gnome_background.schemas.in	2002-06-04 23:30:11.000000000 +0100
+++ desktop_gnome_background.schemas.in.in	2003-06-29 19:48:55.000000000 +0100
@@ -29,7 +29,7 @@
         <applyto>/desktop/gnome/background/picture_filename</applyto>
         <owner>gnome</owner>
         <type>string</type>
-	<default></default>
+	<default>@prefix@/share/pixmaps/gnome-background-pattern.png</default>
         <locale name="C">
         <short>Picture Filename</short>
         <long>File to use for the background image</long>
@@ -51,7 +51,7 @@
         <applyto>/desktop/gnome/background/primary_color</applyto>
         <owner>gnome</owner>
         <type>string</type>
-        <default>#39374b</default>
+        <default>#76848F</default>
         <locale name="C">
         <short>Primary Color</short>
         <long>Left or Top color when drawing gradients, or the solid color.</long>
@@ -62,7 +62,7 @@
         <applyto>/desktop/gnome/background/secondary_color</applyto>
         <owner>gnome</owner>
         <type>string</type>
-        <default>#42528f</default>
+        <default>#7F7F7F</default>
         <locale name="C">
         <short>Secondary Color</short>
         <long>Right or Bottom color when drawing gradients, not used for solid color.</long>
@@ -73,7 +73,7 @@
         <applyto>/desktop/gnome/background/color_shading_type</applyto>
         <owner>gnome</owner>
         <type>string</type>
-        <default>vertical-gradient</default>
+        <default>solid</default>
         <locale name="C">
         <short>Color Shading Type</short>
         <long>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid"</long>


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