Author: eelco Date: Mon Sep 5 17:55:53 2011 New Revision: 29033 URL: https://svn.nixos.org/websvn/nix/?rev=29033&sc=1
Log: * Get the Virtuoso backend in Soprano/Nepomuk to work. Soprano tries to find virtodbc_r.so in QT_PLUGIN_PATH (among other locations), so make sure that Virtuoso can be found there. Modified: nixos/trunk/modules/programs/bash/bashrc.sh nixos/trunk/modules/services/x11/desktop-managers/kde4.nix Modified: nixos/trunk/modules/programs/bash/bashrc.sh ============================================================================== --- nixos/trunk/modules/programs/bash/bashrc.sh Mon Sep 5 17:29:45 2011 (r29032) +++ nixos/trunk/modules/programs/bash/bashrc.sh Mon Sep 5 17:55:53 2011 (r29033) @@ -45,7 +45,7 @@ # KDE/Gnome stuff. export KDEDIRS=$i${KDEDIRS:+:}$KDEDIRS export STRIGI_PLUGIN_PATH=$i/lib/strigi/${STRIGI_PLUGIN_PATH:+:}$STRIGI_PLUGIN_PATH - export QT_PLUGIN_PATH=$i/lib/qt4/plugins:$i/lib/kde4/plugins${QT_PLUGIN_PATH:+:}$QT_PLUGIN_PATH + export QT_PLUGIN_PATH=$i/lib/qt4/plugins:$i/lib/kde4/plugins${QT_PLUGIN_PATH:+:}:$i/lib:$QT_PLUGIN_PATH export QTWEBKIT_PLUGIN_PATH=$i/lib/mozilla/plugins/${QTWEBKIT_PLUGIN_PATH:+:}$QTWEBKIT_PLUGIN_PATH export XDG_CONFIG_DIRS=$i/etc/xdg${XDG_CONFIG_DIRS:+:}$XDG_CONFIG_DIRS export XDG_DATA_DIRS=$i/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS Modified: nixos/trunk/modules/services/x11/desktop-managers/kde4.nix ============================================================================== --- nixos/trunk/modules/services/x11/desktop-managers/kde4.nix Mon Sep 5 17:29:45 2011 (r29032) +++ nixos/trunk/modules/services/x11/desktop-managers/kde4.nix Mon Sep 5 17:55:53 2011 (r29033) @@ -109,6 +109,7 @@ pkgs.kde4.kdebase # contains kde-workspace etc. pkgs.kde4.kde_wallpapers # contains kdm's default background pkgs.kde4.oxygen_icons + pkgs.virtuoso # to enable Nepomuk to find Virtuoso # Starts KDE's Polkit authentication agent. pkgs.kde4.polkit_kde_agent _______________________________________________ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits