diff options
author | Nicolas Lécureuil <nlecureuil@mandriva.com> | 2009-10-18 10:21:34 +0000 |
---|---|---|
committer | Nicolas Lécureuil <nlecureuil@mandriva.com> | 2009-10-18 10:21:34 +0000 |
commit | 6a5d60e90462845b1431218678f1173933e23f09 (patch) | |
tree | 47f57af795ca827d7991bef9b28d2e219a9226df /kde4-profiles | |
parent | 98caf7af557331c4f0a3ce677f59ffbe10bebd73 (diff) | |
download | config-6a5d60e90462845b1431218678f1173933e23f09.tar config-6a5d60e90462845b1431218678f1173933e23f09.tar.gz config-6a5d60e90462845b1431218678f1173933e23f09.tar.bz2 config-6a5d60e90462845b1431218678f1173933e23f09.tar.xz config-6a5d60e90462845b1431218678f1173933e23f09.zip |
increase ServerTimeout from 15 to 120 (Bug #54115 #54318)
Diffstat (limited to 'kde4-profiles')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc index 7bee5d7..8d1f36d 100644 --- a/kde4-profiles/common/share/config/kdm/kdmrc +++ b/kde4-profiles/common/share/config/kdm/kdmrc @@ -459,7 +459,7 @@ Theme=/usr/share/apps/kdm/themes/mandriva-kde4 #ServerAttempts=1 # How long to wait for a local X-server to come up. # Default is 15 -#ServerTimeout=15 +ServerTimeout=120 # The command line to start the X-server, without display number and VT spec. # This string is subject to word splitting. # Default is "/usr/bin/X -br" |