* Always add "iceauth" to the PATH (not just when sessionType ==

"kde") so that KDE applications work even when not running KDE.

svn path=/nixos/trunk/; revision=13154
This commit is contained in:
Eelco Dolstra 2008-10-29 16:15:58 +00:00
parent 4bd1537860
commit f549ee6009

View File

@ -354,6 +354,7 @@ rec {
xorg.xrandr xorg.xrandr
xorg.xrdb xorg.xrdb
xorg.setxkbmap xorg.setxkbmap
xorg.iceauth # required for KDE applications (it's called by dcopserver)
pkgs.feh pkgs.feh
] ]
++ optional (windowManager == "twm") [ ++ optional (windowManager == "twm") [
@ -376,7 +377,6 @@ rec {
++ optional (sessionType == "kde") [ ++ optional (sessionType == "kde") [
pkgs.kdelibs pkgs.kdelibs
pkgs.kdebase pkgs.kdebase
xorg.iceauth # absolutely required by dcopserver
xorg.xset # used by startkde, non-essential xorg.xset # used by startkde, non-essential
] ]
++ optional (videoDriver == "nvidia") [ ++ optional (videoDriver == "nvidia") [