]> git.pld-linux.org Git - packages/gdm2.20.git/blame - gdm-conf.patch
- rel 5
[packages/gdm2.20.git] / gdm-conf.patch
CommitLineData
2835d411
JR
1diff -urN gdm-2.20.2/config/gdm.conf.in gdm-2.20.2.new/config/gdm.conf.in
2--- gdm-2.20.2/config/gdm.conf.in 2007-11-27 00:12:31.000000000 +0100
3+++ gdm-2.20.2.new/config/gdm.conf.in 2007-12-01 17:25:46.000000000 +0100
4@@ -99,8 +99,8 @@
ce5a8795 5 # User and group used for running GDM GUI applications. By default this is set
c7d57a18 6 # to user "gdm" and group "gdm". This user/group should have very limited
ce5a8795 7 # permissions and access to only the gdm directories and files.
07cf9749 8-User=gdm
9-Group=gdm
10+User=xdm
11+Group=xdm
c7d57a18 12
07cf9749 13 # To try to kill all clients started at greeter time or in the Init script.
c7d57a18 14 # does not always work, only if those clients have a window of their own.
2835d411 15@@ -202,7 +202,7 @@
c7d57a18 16 # Automatic VT allocation. Right now only works on Linux. This way we force
2835d411 17 # X to use specific vts. Turn VTAllocation to false if this is causing
c7d57a18 18 # problems.
19-#FirstVT=7
20+FirstVT=9
21 #VTAllocation=true
22 # Should double login be treated with a warning (and possibility to change VT's
23 # on Linux and FreeBSD systems for console logins)
2835d411
JR
24@@ -397,7 +397,7 @@
25 # User ID's less than the MinimalUID value will not be included in the face
26 # browser or in the gdmselection list for Automatic/Timed login. They will not
27 # be displayed regardless of the settings for Include and Exclude.
28-#MinimalUID=100
29+MinimalUID=1000
30 # Users listed in Include will be included in the face browser and in the
31 # gdmsetup selection list for Automatic/Timed login. Users should be separated
32 # by commas.
33@@ -512,7 +512,7 @@
c7d57a18 34 # list then provide a list that is delimited by /: to the GraphicalThemes
35 # key and set GraphicalThemeRand to true. Otherwise use GraphicalTheme
36 # and specify just one theme.
37-#GraphicalTheme=circles
38+GraphicalTheme=storky
39 #GraphicalThemes=circles/:happygnome
2835d411 40 GraphicalThemeDir=@datadir@/gdm/themes/
c7d57a18 41 GraphicalThemeRand=false
This page took 0.122488 seconds and 4 git commands to generate.