CVS: moonbase/gnome2-core/gdm gdm.conf,1.3,1.4
jmhodges at lunar-linux.org
jmhodges at lunar-linux.org
Sat Sep 13 23:54:59 GMT 2003
Update of /var/cvs/lunar/moonbase/gnome2-core/gdm
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11860
Modified Files:
gdm.conf
Log Message:
path fix.. yaaaaay!
Index: gdm.conf
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gdm/gdm.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gdm.conf 13 Sep 2003 17:25:43 -0000 1.3
+++ gdm.conf 13 Sep 2003 23:54:57 -0000 1.4
@@ -32,22 +32,22 @@
AlwaysRestartServer=true
# The gdm configuration program that is run from the login screen, you should
# probably leave this alone
-Configurator=/opt/lunar/gnome/2/bin/gdmsetup
-GnomeDefaultSession=/opt/lunar/gnome/2/share/gnome/default.session
+Configurator=/opt/lunar/gnome/2.4/bin/gdmsetup
+GnomeDefaultSession=/opt/lunar/gnome/2.4/share/gnome/default.session
# The chooser program. Must output the chosen host on stdout, probably you
# should leave this alone
-Chooser=/opt/lunar/gnome/2/bin/gdmchooser
+Chooser=/opt/lunar/gnome/2.4/bin/gdmchooser
# Default path to set. The profile scripts will likely override this
-DefaultPath=/usr/local/bin:/opt/lunar/gnome/2/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin
+DefaultPath=/usr/local/bin:/opt/lunar/gnome/2.4/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin
# Default path for root. The profile scripts will likely override this
-RootPath=/sbin:/opt/lunar/gnome/2/bin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin
+RootPath=/sbin:/opt/lunar/gnome/2.4/bin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin
DisplayInitDir=/etc/X11/gdm/Init
# Greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to
# get the new graphical greeter.
-Greeter=/opt/lunar/gnome/2/bin/gdmgreeter
+Greeter=/opt/lunar/gnome/2.4/bin/gdmgreeter
# Greeter for xdmcp logins, usually you want a less graphically intensive
# greeter here so it's better to leave this with gdmlogin
-RemoteGreeter=/opt/lunar/gnome/2/bin/gdmlogin
+RemoteGreeter=/opt/lunar/gnome/2.4/bin/gdmlogin
# User and group that gdm should run as. Probably should be gdm and gdm and
# you should create these user and group. Anyone found running this as
# someone too privilaged will get a kick in the ass. This should have
@@ -153,7 +153,7 @@
# The 'theme'. By default we're using the default gtk theme
# Of course assuming that gtk got installed in the same prefix,
# if not change this.
-GtkRC=/opt/lunar/gnome/2/share/themes/Default/gtk/gtkrc
+GtkRC=/opt/lunar/gnome/2.4/share/themes/Default/gtk/gtkrc
# Maximum size of an icon, larger icons are scaled down
MaxIconWidth=128
MaxIconHeight=128
@@ -167,21 +167,21 @@
# standard greeter as it is not yet enabled in the graphical greeter.
Browser=false
# The default picture in the browser
-DefaultFace=/opt/lunar/gnome/2/share/pixmaps/nobody.png
+DefaultFace=/opt/lunar/gnome/2.4/share/pixmaps/nobody.png
# These are things excluded from the face browser, not from logging in
Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm
# As an alternative to the above this is the minimum uid to show
MinimalUID=100
# If user or user.png exists in this dir it will be used as his picture
-GlobalFaceDir=/opt/lunar/gnome/2/share/faces/
+GlobalFaceDir=/opt/lunar/gnome/2.4/share/faces/
# Icon we use
-Icon=/opt/lunar/gnome/2/share/pixmaps/gdm.png
+Icon=/opt/lunar/gnome/2.4/share/pixmaps/gdm.png
# File which contains the locale we show to the user. Likely you want to use
# the one shipped with gdm and edit it. It is not a standard locale.alias file,
# although gdm will be able to read a standard locale.alias file as well.
LocaleFile=/etc/X11/gdm/locale.alias
# Logo shown in the standard greeter
-Logo=/opt/lunar/gnome/2/share/pixmaps/gdm-foot-logo.png
+Logo=/opt/lunar/gnome/2.4/share/pixmaps/gdm-foot-logo.png
# The standard greeter should shake if a user entered the wrong username or
# password. Kind of cool looking
Quiver=true
@@ -233,15 +233,15 @@
# These two keys are for the new greeter. Circles is the standard
# shipped theme
GraphicalTheme=emo-blue
-GraphicalThemeDir=/opt/lunar/gnome/2/share/gdm/themes/
+GraphicalThemeDir=/opt/lunar/gnome/2.4/share/gdm/themes/
# The chooser is what's displayed when a user wants an indirect XDMCP
# session
[chooser]
# Default image for hosts
-DefaultHostImg=/opt/lunar/gnome/2/share/pixmaps/nohost.png
+DefaultHostImg=/opt/lunar/gnome/2.4/share/pixmaps/nohost.png
# Directory with host images, they are named by the hosts: host or host.png
-HostImageDir=/opt/lunar/gnome/2/share/hosts/
+HostImageDir=/opt/lunar/gnome/2.4/share/hosts/
# Time we scan for hosts (well only the time we tell the user we are
# scanning actually)
ScanTime=3
More information about the Lunar-commits
mailing list