]> git.pld-linux.org Git - packages/gdm2.20.git/blame - gdm-conf.patch
- rel 3 for fixed xsession patch
[packages/gdm2.20.git] / gdm-conf.patch
CommitLineData
cdabe616 1diff -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 @@
07cf9749 5 # you should create these user and group. Anyone found running this as
6 # someone too privilaged will get a kick in the ass. This should have
7 # access to only 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
cdabe616 15@@ -157,7 +157,7 @@
cfbf009e 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
562945d7 19-#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
cdabe616 20+GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk-2.0/gtkrc
cfbf009e 21
22 # The GTK+ theme to use for the gui
23 #GtkTheme=Default
This page took 0.271912 seconds and 4 git commands to generate.