]> git.pld-linux.org Git - packages/gdm.git/blame - gdm-conf.patch
- added systemd bcond (off by default) - when enabled, systemd is used for
[packages/gdm.git] / gdm-conf.patch
CommitLineData
81d695a5 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 @@
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@@ -159,7 +159,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@@ -436,7 +436,7 @@
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
31 GraphicalThemeDir=@EXPANDED_DATADIR@/gdm/themes/
32 GraphicalThemeRand=false
This page took 0.034288 seconds and 4 git commands to generate.