* Set KDEDIRS in kdm, otherwise it can't find the wallpaper.

svn path=/nixos/trunk/; revision=24282
This commit is contained in:
Eelco Dolstra 2010-10-14 12:11:37 +00:00
parent 9def3a8dbc
commit f9a62453b0

View File

@ -100,7 +100,7 @@ in
services.xserver.displayManager.job = services.xserver.displayManager.job =
{ execCmd = { execCmd =
(optionalString (config.system.boot.loader.id == "grub") "PATH=${config.system.build.grub}/sbin:$PATH ") + (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; logsXsession = true;
}; };