forked from mirrors/nixpkgs
* 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:
parent
4bd1537860
commit
f549ee6009
|
@ -354,6 +354,7 @@ rec {
|
|||
xorg.xrandr
|
||||
xorg.xrdb
|
||||
xorg.setxkbmap
|
||||
xorg.iceauth # required for KDE applications (it's called by dcopserver)
|
||||
pkgs.feh
|
||||
]
|
||||
++ optional (windowManager == "twm") [
|
||||
|
@ -376,7 +377,6 @@ rec {
|
|||
++ optional (sessionType == "kde") [
|
||||
pkgs.kdelibs
|
||||
pkgs.kdebase
|
||||
xorg.iceauth # absolutely required by dcopserver
|
||||
xorg.xset # used by startkde, non-essential
|
||||
]
|
||||
++ optional (videoDriver == "nvidia") [
|
||||
|
|
Loading…
Reference in a new issue