Author: eelco
Date: Sun Oct 10 22:35:18 2010
New Revision: 24208
URL: https://svn.nixos.org/websvn/nix/?rev=24208&sc=1
Log:
* Enable xfce4-mixer.
Modified:
nixos/trunk/modules/services/x11/desktop-managers/xfce.nix
Modified: nixos/trunk/modules/services/x11/desktop-managers/xfce.nix
==============================================================================
--- nixos/trunk/modules/services/x11/desktop-managers/xfce.nix Sun Oct 10
22:34:48 2010 (r24207)
+++ nixos/trunk/modules/services/x11/desktop-managers/xfce.nix Sun Oct 10
22:35:18 2010 (r24208)
@@ -33,7 +33,11 @@
# Set GTK_DATA_PREFIX so that GTK+ can find the Xfce themes.
export GTK_DATA_PREFIX=${config.system.path}
-
+
+ # Necessary to get xfce4-mixer to find GST's ALSA plugin.
+ # Ugly.
+ export GST_PLUGIN_PATH=${config.system.path}/lib
+
exec ${pkgs.stdenv.shell}
${pkgs.xfce.xfceutils}/etc/xdg/xfce4/xinitrc
'';
};
@@ -55,6 +59,7 @@
pkgs.xfce.xfce4panel
pkgs.xfce.xfce4session
pkgs.xfce.xfce4settings
+ pkgs.xfce.xfce4mixer
pkgs.xfce.xfceutils
pkgs.xfce.xfconf
pkgs.xfce.xfdesktop
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits