From 9d33d052696bc5d0372bb30c7f81a1b282aaa9c8 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 30 Apr 2010 07:36:19 +0000 Subject: [PATCH] Add $profile/lib/qt4/plugins to QT_PLUGIN_PATH svn path=/nixos/trunk/; revision=21448 --- modules/programs/bash/bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/bash/bashrc.sh b/modules/programs/bash/bashrc.sh index 9c2ff17c6cb..2a54449a4ce 100644 --- a/modules/programs/bash/bashrc.sh +++ b/modules/programs/bash/bashrc.sh @@ -34,7 +34,7 @@ for i in $NIX_PROFILES; do # !!! reverse # KDE/Gnome stuff. export KDEDIRS=$i:$KDEDIRS - export QT_PLUGIN_PATH=$i/plugins:$QT_PLUGIN_PATH + export QT_PLUGIN_PATH=$i/plugins:$i/lib/qt4/plugins:$QT_PLUGIN_PATH export XDG_CONFIG_DIRS=$i/etc/xdg:$XDG_CONFIG_DIRS export XDG_DATA_DIRS=$i/share:$XDG_DATA_DIRS done