]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-conf.patch
- use %useradd/%groupadd macros
[packages/gdm2.20.git] / gdm-conf.patch
1 diff -urN gdm-2.4.1.1.orig/config/gdm.conf.in gdm-2.4.1.1/config/gdm.conf.in
2 --- gdm-2.4.1.1.orig/config/gdm.conf.in Tue Jan 14 02:59:56 2003
3 +++ gdm-2.4.1.1/config/gdm.conf.in      Tue Jan 14 03:01:03 2003
4 @@ -56,8 +56,8 @@
5  # User and group used for running gdm GUI applicaitons.  By default this
6  # is set to user gdm and group gdm.  This user/group should have very
7  # limited permissions and access to ony the gdm directories and files.
8 -User=gdm
9 -Group=gdm
10 +User=xdm
11 +Group=xdm
12  # To try to kill all clients started at greeter time or in the Init script.
13  # doesn't always work, only if those clients have a window of their own
14  KillInitClients=true
15 @@ -157,7 +157,7 @@
16  # The specific gtkrc file we use.  It should be the full path to the gtkrc
17  # that we need.  Unless you need a specific gtkrc that doesn't correspond to
18  # a specific theme, then just use the GtkTheme key
19 -#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
20 +GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk-2.0/gtkrc
21  
22  # The GTK+ theme to use for the gui
23  #GtkTheme=Default
This page took 0.179705 seconds and 3 git commands to generate.