* 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
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};