mate-control-center: make desktop font setting working
This commit is contained in:
parent
0f81488e9a
commit
cbebf2e15e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, libxml2, dbus-glib
|
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, libxml2, dbus-glib
|
||||||
, libxklavier, libcanberra-gtk3, librsvg, libappindicator-gtk3
|
, libxklavier, libcanberra-gtk3, librsvg, libappindicator-gtk3, glib
|
||||||
, desktop-file-utils, dconf, gtk3, polkit, mate, hicolor-icon-theme, wrapGAppsHook
|
, desktop-file-utils, dconf, gtk3, polkit, mate, hicolor-icon-theme, wrapGAppsHook
|
||||||
, mateUpdateScript
|
, mateUpdateScript
|
||||||
}:
|
}:
|
||||||
|
@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
|
||||||
gappsWrapperArgs+=(
|
gappsWrapperArgs+=(
|
||||||
# WM keyboard shortcuts
|
# WM keyboard shortcuts
|
||||||
--prefix XDG_DATA_DIRS : "${mate.marco}/share"
|
--prefix XDG_DATA_DIRS : "${mate.marco}/share"
|
||||||
|
# Desktop font, works only when passed after gtk3 schemas in the wrapper for some reason
|
||||||
|
--prefix XDG_DATA_DIRS : "${glib.getSchemaDataDirPath mate.caja}"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue