]> git.pld-linux.org Git - packages/gdm.git/blame - gdm-conf.patch
systemd unit
[packages/gdm.git] / gdm-conf.patch
CommitLineData
f2a1103b
PZ
1diff -aurN gdm-2.13.0.7.orig/config/gdm.conf.in gdm-2.13.0.7/config/gdm.conf.in
2--- gdm-2.13.0.7.orig/config/gdm.conf.in 2006-01-28 00:11:50.000000000 +0100
3+++ gdm-2.13.0.7/config/gdm.conf.in 2006-02-05 17:27:41.737522000 +0100
4@@ -92,8 +92,8 @@
e8ef8a0e 5 # User and group used for running GDM GUI applications. By default this is set
dc82d2d7 6 # to user "gdm" and group "gdm". This user/group should have very limited
e8ef8a0e 7 # permissions and access to only the gdm directories and files.
63551dd5 8-User=gdm
9-Group=gdm
10+User=xdm
11+Group=xdm
dc82d2d7 12
63551dd5 13 # To try to kill all clients started at greeter time or in the Init script.
dc82d2d7 14 # does not always work, only if those clients have a window of their own.
f2a1103b 15@@ -159,7 +159,7 @@
dc82d2d7 16 # Automatic VT allocation. Right now only works on Linux. This way we force
f2a1103b 17 # X to use specific vts. turn VTAllocation to false if this is causing
dc82d2d7 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)
f2a1103b 24@@ -436,7 +436,7 @@
dc82d2d7 25 # list then provide a list that is delimited by /: to the GraphicalThemes
26 # key and set GraphicalThemeRand to true. Otherwise use GraphicalTheme
27 # and specify just one theme.
28-#GraphicalTheme=circles
29+GraphicalTheme=storky
30 #GraphicalThemes=circles/:happygnome
f2a1103b 31 GraphicalThemeDir=@EXPANDED_DATADIR@/gdm/themes/
dc82d2d7 32 GraphicalThemeRand=false
This page took 0.025174 seconds and 4 git commands to generate.