xfce: Set GTK_PATH to system.path/lib/gtk-2.0, so xfce can find all theme engines.
This commit is contained in:
parent
162fd7d568
commit
5737604b13
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user