summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-08 03:54:15 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-08 03:54:15 +0000
commit91789bd196a784e3baf389f094ca9ba6c408788d (patch)
tree2f156e3d24a0b6644c6696eea33d827753fd035c /config
parent8902138b07a439fec7a4e5e8ed9fd8da50dcffed (diff)
downloadgdm-91789bd196a784e3baf389f094ca9ba6c408788d.tar.gz
Add a new key RunBackgroundProgramAlways. It is now normally false, and if
Wed Aug 07 21:01:41 2002 George Lebl <jirka@5z.com> * daemon/gdm.h, config/gdm.conf.in, gui/gdmlogin.c: Add a new key RunBackgroundProgramAlways. It is now normally false, and if it is false, background program is run ONLY if the BackgroundType is set to 0 (None), setting it to true will revert to previous behaviour. This is to work around the crackladden xsri hack that redhat does and still have nice gui way to config backgrounds.
Diffstat (limited to 'config')
-rw-r--r--config/gdm.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index db9fd03a..5e44c12d 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -116,6 +116,9 @@ BackgroundScaleToFit=true
BackgroundColor=#363047
BackgroundRemoteOnlyColor=true
BackgroundProgram=
+# if this is true then the background program is run always, otherwise
+# it is only run when the BackgroundType is 0 (None)
+RunBackgroundProgramAlways=false
ShowGnomeChooserSession=true
ShowGnomeFailsafeSession=true
ShowXtermFailsafeSession=true