diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-03-20 09:19:58 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-03-20 09:19:58 +0000 |
commit | ac2563e6930e5728389b710fb0b4f97cfc998c7d (patch) | |
tree | 1d3f903ea37fe870f5b222308a7e6cdbdd63b3c1 /gnome-base/gnome-session/files/gnome-session-2.6-schema_defaults.patch | |
parent | fix bug #44709 by turning off logging; other clean ups if you can call this p... (diff) | |
download | gentoo-2-ac2563e6930e5728389b710fb0b4f97cfc998c7d.tar.gz gentoo-2-ac2563e6930e5728389b710fb0b4f97cfc998c7d.tar.bz2 gentoo-2-ac2563e6930e5728389b710fb0b4f97cfc998c7d.zip |
gnome 2.6 commit
Diffstat (limited to 'gnome-base/gnome-session/files/gnome-session-2.6-schema_defaults.patch')
-rw-r--r-- | gnome-base/gnome-session/files/gnome-session-2.6-schema_defaults.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome-base/gnome-session/files/gnome-session-2.6-schema_defaults.patch b/gnome-base/gnome-session/files/gnome-session-2.6-schema_defaults.patch new file mode 100644 index 000000000000..55e7192ddfbf --- /dev/null +++ b/gnome-base/gnome-session/files/gnome-session-2.6-schema_defaults.patch @@ -0,0 +1,29 @@ +--- gnome-session-2.5.92/gnome-session/gnome-session.schemas.in 2003-11-12 11:30:57.000000000 +0100 ++++ gnome-session-2.5.92/gnome-session/gnome-session.schemas.in.patched 2004-03-20 09:59:55.497898160 +0100 +@@ -17,7 +17,7 @@ + <applyto>/apps/gnome-session/options/auto_save_session</applyto> + <owner>gnome</owner> + <type>bool</type> +- <default>false</default> ++ <default>true</default> + <locale name="C"> + <short>Save sessions</short> + <long>If enabled, gnome-session will save the session automatically. Otherwise, the logout dialog will have an option to save the session.</long> +@@ -28,7 +28,7 @@ + <applyto>/apps/gnome-session/options/logout_prompt</applyto> + <owner>gnome</owner> + <type>bool</type> +- <default>true</default> ++ <default>false</default> + <locale name="C"> + <short>Logout prompt</short> + <long>If enabled, gnome-session will prompt the user before ending a session.</long> +@@ -50,7 +50,7 @@ + <applyto>/apps/gnome-session/options/splash_image</applyto> + <owner>gnome</owner> + <type>string</type> +- <default>splash/gnome-splash.png</default> ++ <default>splash/gentoo-splash.png</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> |