]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-conf.patch
- support _libexecdir; release 12
[packages/gdm2.20.git] / gdm-conf.patch
1 diff -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 @@
5  # User and group used for running GDM GUI applications.  By default this is set
6  # to user "gdm" and group "gdm".  This user/group should have very limited
7  # permissions and access to only the gdm directories and files.
8 -User=gdm
9 -Group=gdm
10 +User=xdm
11 +Group=xdm
12  
13  # To try to kill all clients started at greeter time or in the Init script.
14  # does not always work, only if those clients have a window of their own.
15 @@ -202,7 +202,7 @@
16  # Automatic VT allocation.  Right now only works on Linux.  This way we force
17  # X to use specific vts.  Turn VTAllocation to false if this is causing
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)
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 @@
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
40  GraphicalThemeDir=@datadir@/gdm/themes/
41  GraphicalThemeRand=false
This page took 0.057763 seconds and 3 git commands to generate.