db7879e
diff -up gdm-2.19.8/config/gdm.conf.in.change-defaults gdm-2.19.8/config/gdm.conf.in
db7879e
--- gdm-2.19.8/config/gdm.conf.in.change-defaults	2007-09-07 11:40:58.000000000 -0400
db7879e
+++ gdm-2.19.8/config/gdm.conf.in	2007-09-12 13:14:39.000000000 -0400
db7879e
@@ -66,9 +66,9 @@ TimedLoginDelay=30
db7879e
 # should leave this alone.
db7879e
 #Chooser=@libexecdir@/gdmchooser
db7879e
 
db7879e
-# The greeter for attached (non-xdmcp) logins.  Change gdmlogin to gdmgreeter
db7879e
-# to get the new graphical greeter.
db7879e
-#Greeter=@libexecdir@/gdmlogin
db7879e
+# The greeter for attached (non-xdmcp) logins.  Change gdmgreeter to gdmlogin to
db7879e
+# get the boring greeter.
db7879e
+Greeter=@libexecdir@/gdmgreeter
db7879e
 
db7879e
 # The greeter for xdmcp logins, usually you want a less graphically intensive
db7879e
 # greeter here so it's better to leave this with gdmlogin
db7879e
@@ -78,23 +78,23 @@ TimedLoginDelay=30
db7879e
 # This is useful for enabling additional feature support e.g. GNOME
db7879e
 # accessibility framework. Only "trusted" modules should be allowed to minimize
db7879e
 # security holes
db7879e
-#AddGtkModules=false
db7879e
+AddGtkModules=true
db7879e
 # By default, these are the accessibility modules.
db7879e
-#GtkModulesList=gail:atk-bridge:@libdir@/gtk-2.0/modules/libdwellmouselistener:@libdir@/gtk-2.0/modules/libkeymouselistener
db7879e
+GtkModulesList=gail:atk-bridge:@libdir@/gtk-2.0/modules/libkeymouselistener
db7879e
 
db7879e
 # Default path to set.  The profile scripts will likely override this value.
db7879e
 # This value will be overridden with the value from /etc/default/login if it
db7879e
 # contains "ROOT=<pathvalue>".
db7879e
-#DefaultPath=@GDM_USER_PATH@
db7879e
+DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin
db7879e
 # Default path for root.  The profile scripts will likely override this value.
db7879e
 # This value will be overridden with the value from /etc/default/login if it
db7879e
 # contains "SUROOT=<pathvalue>".
db7879e
-#RootPath=/sbin:/usr/sbin:@GDM_USER_PATH@
db7879e
+RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
db7879e
 
db7879e
 # If you are having trouble with using a single server for a long time and want
db7879e
 # GDM to kill/restart the server, turn this on.  On Solaris, this value is
db7879e
 # always true and this configuration setting is ignored.
db7879e
-#AlwaysRestartServer=@ALWAYS_RESTART_SERVER@
db7879e
+AlwaysRestartServer=true
db7879e
 
db7879e
 # User and group used for running GDM GUI applications.  By default this is set
db7879e
 # to user "gdm" and group "gdm".  This user/group should have very limited
db7879e
@@ -126,9 +126,9 @@ XKeepsCrashing=@gdmconfdir@/XKeepsCrashi
db7879e
 #
db7879e
 # Reboot, Halt and suspend commands, you can add different commands separated
db7879e
 # by a semicolon.  GDM will use the first one it can find.
db7879e
-RebootCommand=@REBOOT_COMMAND@
db7879e
-HaltCommand=@HALT_COMMAND@
db7879e
-SuspendCommand=@SUSPEND_COMMAND@
db7879e
+#
db7879e
+RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot
db7879e
+HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff
db7879e
 
db7879e
 # The following options specify how GDM system commands are supported.
db7879e
 #
db7879e
@@ -158,14 +158,14 @@ ServAuthDir=@authdir@
db7879e
 # This is our standard startup script.  A bit different from a normal X
db7879e
 # session, but it shares a lot of stuff with that.  See the provided default
db7879e
 # for more information.
db7879e
-BaseXsession=@gdmconfdir@/Xsession
db7879e
+BaseXsession=/etc/X11/xinit/Xsession
db7879e
 # This is a directory where .desktop files describing the sessions live.  It is
db7879e
 # really a PATH style variable since 2.4.4.2 to allow actual interoperability
db7879e
 # with KDM.  Note that <dmconfdir>/Sessions is there for backwards
db7879e
 # compatibility reasons with 2.4.4.x.
db7879e
 #SessionDesktopDir=/etc/X11/sessions/:@dmconfdir@/Sessions/:@datadir@/gdm/BuiltInSessions/:@datadir@/xsessions/
db7879e
 # This is the default .desktop session.  One of the ones in SessionDesktopDir
db7879e
-#DefaultSession=gnome.desktop
db7879e
+DefaultSession=default.desktop
db7879e
 # Better leave this blank and HOME will be used.  You can use syntax ~/ below
db7879e
 # to indicate home directory of the user.  You can also set this to something
db7879e
 # like /tmp if you don't want the authorizations to be in home directories.
db7879e
@@ -173,13 +173,13 @@ BaseXsession=@gdmconfdir@/Xsession
db7879e
 # is the home directory the UserAuthFBDir will still be used in case the home
db7879e
 # directory is NFS, see security/NeverPlaceCookiesOnNFS to override this
db7879e
 # behavior.
db7879e
-UserAuthDir=
db7879e
+UserAuthDir=/tmp
db7879e
 # Fallback directory for writing authorization file if user's home directory
db7879e
 # is not writable.
db7879e
 UserAuthFBDir=/tmp
db7879e
-UserAuthFile=.Xauthority
db7879e
+#UserAuthFile=.Xauthority
db7879e
 # The X server to use if we can't figure out what else to run.
db7879e
-StandardXServer=@X_SERVER@
db7879e
+StandardXServer=@X_SERVER@ -br
db7879e
 # The maximum number of flexible X servers to run.
db7879e
 #FlexibleXServers=5
db7879e
 # And after how many minutes should we reap the flexible server if there is no
db7879e
@@ -209,7 +209,7 @@ XnestUnscaledFontPath=@X_XNEST_UNSCALED_
db7879e
 #DoubleLoginWarning=true
db7879e
 # Should a second login always resume the current session and switch VT's on
db7879e
 # Linux and FreeBSD systems for console logins
db7879e
-#AlwaysLoginCurrentSession=true
db7879e
+AlwaysLoginCurrentSession=true
db7879e
 
db7879e
 # If true then the last login information is printed to the user before being
db7879e
 # prompted for password.  While this gives away some info on what users are on
db7879e
@@ -356,7 +356,7 @@ Enable=false
db7879e
 #GtkRC=@datadir@/themes/Default/gtk-2.0/gtkrc
db7879e
 
db7879e
 # The GTK+ theme to use for the GUI.
db7879e
-#GtkTheme=Default
db7879e
+GtkTheme=Clearlooks
db7879e
 # If to allow changing the GTK+ (widget) theme from the greeter.  Currently
db7879e
 # this only affects the standard greeter as the graphical greeter does not yet
db7879e
 # have this ability.
db7879e
@@ -377,7 +377,7 @@ Enable=false
db7879e
 # themed login (gdmgreeter).
db7879e
 #
db7879e
 # The standard login has a title bar that the user can move.
db7879e
-#TitleBar=true
db7879e
+TitleBar=false
db7879e
 # Don't allow user to move the standard login window.  Only makes sense if
db7879e
 # TitleBar is on.
db7879e
 #LockPosition=false
db7879e
@@ -395,13 +395,13 @@ Enable=false
db7879e
 # affect the Face Browser (MinimalUID, DefaultFace, Include, Exclude,
db7879e
 # IncludeAll, GlobalFaceDir) are used by both the Standard and Themed
db7879e
 # greeter.
db7879e
-Browser=false
db7879e
+Browser=true
db7879e
 # The default picture in the browser.
db7879e
 #DefaultFace=@pixmapdir@/nobody.png
db7879e
 # User ID's less than the MinimalUID value will not be included in the face
db7879e
 # browser or in the gdmselection list for Automatic/Timed login.  They will not
db7879e
 # be displayed regardless of the settings for Include and Exclude.
db7879e
-#MinimalUID=100
db7879e
+MinimalUID=500
db7879e
 # Users listed in Include will be included in the face browser and in the
db7879e
 # gdmsetup selection list for Automatic/Timed login.  Users should be separated
db7879e
 # by commas.
db7879e
@@ -418,7 +418,7 @@ Browser=false
db7879e
 # large numbers of users and this feature should not be used in such
db7879e
 # environments.  The setting of IncludeAll does nothing if Include is set to a
db7879e
 # non-empty value.
db7879e
-#IncludeAll=false
db7879e
+IncludeAll=true
db7879e
 # If user or user.png exists in this dir it will be used as his picture.
db7879e
 #GlobalFaceDir=@datadir@/pixmaps/faces/
db7879e
 
db7879e
@@ -427,7 +427,7 @@ Browser=false
db7879e
 # file, although GDM will be able to read a standard locale.alias file as well.
db7879e
 #LocaleFile=@gdmlocaledir@/locale.alias
db7879e
 # Logo shown in the standard greeter.
db7879e
-#Logo=@pixmapdir@/gdm-foot-logo.png
db7879e
+Logo=
db7879e
 # Logo shown on file chooser button in gdmsetup (do not modify this value).
db7879e
 #ChooserButtonLogo=@pixmapdir@/gdm-foot-logo.png
db7879e
 # The standard greeter should shake if a user entered the wrong username or
db7879e
@@ -474,8 +474,9 @@ DefaultRemoteWelcome=true
db7879e
 # The Standard greeter (gdmlogin) uses BackgroundColor as the background
db7879e
 # color, while the themed greeter (gdmgreeter) uses GraphicalThemedColor
db7879e
 # as the background color.
db7879e
-BackgroundColor=#76848F
db7879e
-GraphicalThemedColor=#76848F
db7879e
+BackgroundColor=#20305a
db7879e
+GraphicalThemedColor=#000000
db7879e
+
db7879e
 # XDMCP session should only get a color, this is the sanest setting since you
db7879e
 # don't want to take up too much bandwidth
db7879e
 #BackgroundRemoteOnlyColor=true
db7879e
@@ -496,8 +497,8 @@ GraphicalThemedColor=#76848F
db7879e
 # Show the Failsafe sessions.  These are much MUCH nicer (focus for xterm for
db7879e
 # example) and more failsafe then those supplied by scripts so distros should
db7879e
 # use this rather then just running an xterm from a script.
db7879e
-#ShowGnomeFailsafeSession=true
db7879e
-#ShowXtermFailsafeSession=true
db7879e
+ShowGnomeFailsafeSession=false
db7879e
+ShowXtermFailsafeSession=false
db7879e
 # Normally there is a session type called 'Last' that is shown which refers to
db7879e
 # the last session the user used.  If off, we will be in 'switchdesk' mode
db7879e
 # where the session saving stuff is disabled in GDM
db7879e
@@ -516,7 +517,7 @@ GraphicalThemedColor=#76848F
db7879e
 # list then provide a list that is delimited by /: to the GraphicalThemes
db7879e
 # key and set GraphicalThemeRand to true.  Otherwise use GraphicalTheme
db7879e
 # and specify just one theme.
db7879e
-#GraphicalTheme=circles
db7879e
+GraphicalTheme=FedoraInfinity
db7879e
 #GraphicalThemes=circles/:happygnome
db7879e
 GraphicalThemeDir=@datadir@/gdm/themes/
db7879e
 GraphicalThemeRand=false
db7879e
@@ -633,7 +634,7 @@ Gestures=false
db7879e
 
db7879e
 [server-Standard]
db7879e
 name=Standard server
db7879e
-command=@X_SERVER@ @X_CONFIG_OPTIONS@ @XEVIE_OPTION@
db7879e
+command=@X_SERVER@ -br @X_CONFIG_OPTIONS@ @XEVIE_OPTION@ 
db7879e
 flexible=true
db7879e
 # Indicates that the X server should be started at a different process
db7879e
 # priority.  Values can be any integer value accepted by the setpriority C