diff options
author | Luc Menut <lmenut@mageia.org> | 2013-02-03 23:04:49 +0000 |
---|---|---|
committer | Luc Menut <lmenut@mageia.org> | 2013-02-03 23:04:49 +0000 |
commit | 955a0fb1b5c9623c4dd33031b3ffeff9193ca6e3 (patch) | |
tree | 3257fdfe83793daa1ec293a1516af3ad54622787 /kde4-profiles/common/share | |
parent | 56a6f046c07aa9e1c2f552a77d9362e43863d691 (diff) | |
download | config-955a0fb1b5c9623c4dd33031b3ffeff9193ca6e3.tar config-955a0fb1b5c9623c4dd33031b3ffeff9193ca6e3.tar.gz config-955a0fb1b5c9623c4dd33031b3ffeff9193ca6e3.tar.bz2 config-955a0fb1b5c9623c4dd33031b3ffeff9193ca6e3.tar.xz config-955a0fb1b5c9623c4dd33031b3ffeff9193ca6e3.zip |
kdmrc: Update default UserPath and SystemPath after UsrMove
Diffstat (limited to 'kde4-profiles/common/share')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc index 2ad7687..d367d3c 100644 --- a/kde4-profiles/common/share/config/kdm/kdmrc +++ b/kde4-profiles/common/share/config/kdm/kdmrc @@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5 ServerVTs=-1 # TTYs (without /dev/) to monitor for activity while in console mode. # Default is "" -#ConsoleTTYs=tty2,tty3,tty4,tty5,tty6 +ConsoleTTYs=tty2,tty3,tty4,tty5,tty6 # Where KDM should store its PID (do not store if empty). # Default is "" PidFile=/var/run/kdm.pid @@ -229,10 +229,10 @@ Session=/usr/share/X11/xdm/Xsession FailsafeClient=/usr/bin/xterm # The PATH for the Session program. # Default is "/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games" -UserPath=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/ +UserPath=/usr/local/bin:/usr/bin # The PATH for Setup, Startup and Reset, etc. # Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -SystemPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin +SystemPath=/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin # The default system shell. # Default is "/bin/sh" #SystemShell=/bin/bash @@ -292,11 +292,11 @@ ClientLogFile=.xsession-errors-%s # Widget style of the greeter. "" means the built-in default which currently # is "Plastik". # Default is "" -GUIStyle=ia_ora +GUIStyle=Oxygen # Widget color scheme of the greeter. "" means the built-in default which # currently is yellowish grey with some light blue and yellow elements. # Default is "" -ColorScheme=IaOraBlue +ColorScheme=Oxygen # What should be shown in the greeter's logo are: # "None" - nothing # "Logo" - the image specified by LogoPixmap @@ -305,7 +305,7 @@ ColorScheme=IaOraBlue LogoArea=None # The image to show when LogoArea=Logo. # Default is "" -#LogoPixmap=/usr/share/apps/kdm/pics/kdm-mdk-logo.png +LogoPixmap=/usr/share/apps/kdm/pics/kdelogo.png # The relative coordinates (X,Y in percent) of the center of the greeter. # Default is "50,50" #GreeterPos=30,40 |