about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/mate.nix
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 /nixos/modules/services/x11/desktop-managers/mate.nix
parent248e3983b0fe3f89493ffc62fd73c3cd56160dda (diff)
mate: fix XDG_MENU_PREFIX
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/mate.nix')
-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 ab8a0a48b4837..6ec56f2b1535c 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