about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2017-12-24 19:32:08 -0200
committerJan Tojnar <jtojnar@gmail.com>2017-12-25 07:15:07 +0100
commit6e0387a1e6425066ea2fd838e35ffc7325bc6729 (patch)
treeae9aa55279c82d47855e814c8751fee3cf669307
parent248e3983b0fe3f89493ffc62fd73c3cd56160dda (diff)
downloadnixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.tar
nixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.tar.gz
nixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.tar.bz2
nixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.tar.lz
nixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.tar.xz
nixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.tar.zst
nixlib-6e0387a1e6425066ea2fd838e35ffc7325bc6729.zip
mate: fix XDG_MENU_PREFIX
-rw-r--r--nixos/modules/services/x11/desktop-managers/mate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/mate.nix b/nixos/modules/services/x11/desktop-managers/mate.nix
index ab8a0a48b483..6ec56f2b1535 100644
--- a/nixos/modules/services/x11/desktop-managers/mate.nix
+++ b/nixos/modules/services/x11/desktop-managers/mate.nix
@@ -47,7 +47,7 @@ in
         # Find theme engines
         export GTK_PATH=${config.system.path}/lib/gtk-3.0:${config.system.path}/lib/gtk-2.0
 
-        export XDG_MENU_PREFIX=mate
+        export XDG_MENU_PREFIX=mate-
 
         # Find the mouse
         export XCURSOR_PATH=~/.icons:${config.system.path}/share/icons