xfce: Set GTK_PATH to system.path/lib/gtk-2.0, so xfce can find all theme engines.

This commit is contained in:
Rickard Nilsson 2013-03-04 10:50:11 +01:00
parent 162fd7d568
commit 5737604b13

View File

@ -28,8 +28,8 @@ in
bgSupport = true; bgSupport = true;
start = start =
'' ''
# Set GTK_PATH so that GTK+ can find the Xfce theme engine. # Set GTK_PATH so that GTK+ can find the theme engines.
export GTK_PATH=${pkgs.xfce.gtk_xfce_engine}/lib/gtk-2.0 export GTK_PATH=${config.system.path}/lib/gtk-2.0
# Set GTK_DATA_PREFIX so that GTK+ can find the Xfce themes. # Set GTK_DATA_PREFIX so that GTK+ can find the Xfce themes.
export GTK_DATA_PREFIX=${config.system.path} export GTK_DATA_PREFIX=${config.system.path}