]> git.pld-linux.org Git - packages/gdm2.20.git/blobdiff - gdm-conf.patch
- firstVT=9 in config file
[packages/gdm2.20.git] / gdm-conf.patch
index f68a85a1e70b6825fa31e76ceb87df4f4ede5202..265999d7fedd1ddaecc00a98ade7aeb9fa235fc8 100644 (file)
@@ -2,9 +2,9 @@ diff -urN gdm-2.4.1.1.orig/config/gdm.conf.in gdm-2.4.1.1/config/gdm.conf.in
 --- gdm-2.4.1.1.orig/config/gdm.conf.in        Tue Jan 14 02:59:56 2003
 +++ gdm-2.4.1.1/config/gdm.conf.in     Tue Jan 14 03:01:03 2003
 @@ -56,8 +56,8 @@
- # 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
- # access to only the gdm directories and files.
+ # User and group used for running gdm GUI applicaitons.  By default this
+ # is set to user gdm and group gdm.  This user/group should have very
+ # limited permissions and access to ony the gdm directories and files.
 -User=gdm
 -Group=gdm
 +User=xdm
@@ -13,11 +13,11 @@ diff -urN gdm-2.4.1.1.orig/config/gdm.conf.in gdm-2.4.1.1/config/gdm.conf.in
  # doesn't always work, only if those clients have a window of their own
  KillInitClients=true
 @@ -157,7 +157,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.
+ # The specific gtkrc file we use.  It should be the full path to the gtkrc
+ # that we need.  Unless you need a specific gtkrc that doesn't correspond to
+ # a specific theme, then just use the GtkTheme key
 -#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
 +GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk-2.0/gtkrc
- # Maximum size of an icon, larger icons are scaled down
- MaxIconWidth=128
- MaxIconHeight=128
+ # The GTK+ theme to use for the gui
+ #GtkTheme=Default
This page took 0.055829 seconds and 4 git commands to generate.