Skip to content

Commit

Permalink
xfce: unbreak gtk3 theming for xfce desktop users
Browse files Browse the repository at this point in the history
This is a partial revert of f0da9ff.

The half-usable menus in gtk3 apps have been aggravating me for months.

(cherry picked from commit 446d57c)
  • Loading branch information
vcunat committed Oct 20, 2016
1 parent 44dc490 commit 49a0a8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/desktops/xfce/default.nix
Expand Up @@ -21,7 +21,8 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od

exo = callPackage ./core/exo.nix { };
garcon = callPackage ./core/garcon.nix { };
gtk_xfce_engine = callPackage ./core/gtk-xfce-engine.nix { withGtk3 = true; }; # ToDo: when should be used?
gtk_xfce_engine = callPackage ./core/gtk-xfce-engine.nix
{ withGtk3 = false; }; # = true; was completely breaking GTK3 app layout
libxfce4ui = callPackage ./core/libxfce4ui.nix { };
libxfce4ui_gtk3 = libxfce4ui.override { withGtk3 = true; };
libxfce4util = callPackage ./core/libxfce4util.nix { };
Expand Down

0 comments on commit 49a0a8e

Please sign in to comment.