mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gnome3: fix XDG_MENU_PREFIX
This commit is contained in:
parent
1e147fee02
commit
248e3983b0
@ -136,7 +136,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=gnome
|
||||
export XDG_MENU_PREFIX=gnome-
|
||||
|
||||
${concatMapStrings (p: ''
|
||||
if [ -d "${p}/share/gsettings-schemas/${p.name}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user