* Set KDEDIRS in kdm, otherwise it can't find the wallpaper.
svn path=/nixos/trunk/; revision=24282
This commit is contained in:
parent
9def3a8dbc
commit
f9a62453b0
|
@ -100,7 +100,7 @@ in
|
|||
services.xserver.displayManager.job =
|
||||
{ execCmd =
|
||||
(optionalString (config.system.boot.loader.id == "grub") "PATH=${config.system.build.grub}/sbin:$PATH ") +
|
||||
"exec ${kdebase_workspace}/bin/kdm -config ${kdmrc} -nodaemon";
|
||||
"KDEDIRS=${kdebase_workspace} exec ${kdebase_workspace}/bin/kdm -config ${kdmrc} -nodaemon";
|
||||
logsXsession = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue