diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-04 21:08:51 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-04 21:08:51 +0200 |
commit | 52e9014a67e68365e2b184aad9c24006554f53ca (patch) | |
tree | e6613277072cacbf75a30340deee83baa31242a8 /etc/xdg/plasma-workspace | |
parent | d678ed438f404184141f91a6bbe967389d566321 (diff) | |
download | config-52e9014a67e68365e2b184aad9c24006554f53ca.tar config-52e9014a67e68365e2b184aad9c24006554f53ca.tar.gz config-52e9014a67e68365e2b184aad9c24006554f53ca.tar.bz2 config-52e9014a67e68365e2b184aad9c24006554f53ca.tar.xz config-52e9014a67e68365e2b184aad9c24006554f53ca.zip |
Fix XDG_MENU_PREFIX
Diffstat (limited to 'etc/xdg/plasma-workspace')
-rw-r--r-- | etc/xdg/plasma-workspace/env/env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/xdg/plasma-workspace/env/env.sh b/etc/xdg/plasma-workspace/env/env.sh index 27afac0..34def39 100644 --- a/etc/xdg/plasma-workspace/env/env.sh +++ b/etc/xdg/plasma-workspace/env/env.sh @@ -18,7 +18,7 @@ else else export XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:/etc/xdg/kf5:/var/lib/plasma5-profiles/common/xdg" fi - export XDG_MENU_PREFIX="kf5-" + export XDG_MENU_PREFIX="plasma-" fi |