diff options
Diffstat (limited to 'etc/xdg/plasma-workspace/env/env.sh')
-rw-r--r-- | etc/xdg/plasma-workspace/env/env.sh | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/etc/xdg/plasma-workspace/env/env.sh b/etc/xdg/plasma-workspace/env/env.sh index 34def39..0bc19ca 100644 --- a/etc/xdg/plasma-workspace/env/env.sh +++ b/etc/xdg/plasma-workspace/env/env.sh @@ -2,21 +2,17 @@ # XDG_CONFIG_DIRS #if [ -z "${XDG_CONFIG_DIRS}" ] ; then -# XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma5-profiles/common/xdg +# XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma6-profiles/common/xdg # export XDG_CONFIG_DIRS #fi if [ "$MGA_MENU_STYLE" = "upstream" ]; then if [ -z "$XDG_CONFIG_DIRS" ]; then - export XDG_CONFIG_DIRS="/etc/xdg/kf5:/etc/xdg" - else - export XDG_CONFIG_DIRS="/etc/xdg/kf5:$XDG_CONFIG_DIRS" + export XDG_CONFIG_DIRS="/etc/xdg" fi else if [ -z "$XDG_CONFIG_DIRS" ]; then - export XDG_CONFIG_DIRS="/etc/xdg:/etc/xdg/kf5:/var/lib/plasma5-profiles/common/xdg" - else - export XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:/etc/xdg/kf5:/var/lib/plasma5-profiles/common/xdg" + export XDG_CONFIG_DIRS="/etc/xdg:/var/lib/plasma6-profiles/common/xdg" fi export XDG_MENU_PREFIX="plasma-" fi @@ -24,7 +20,7 @@ fi # XDG_DATA_DIRS if [ -z "${XDG_DATA_DIRS}" ] ; then - XDG_DATA_DIRS=/var/lib/plasma5-profiles/common/share:/usr/local/share:/usr/share + XDG_DATA_DIRS=/var/lib/plasma6-profiles/common/share:/usr/local/share:/usr/share export XDG_DATA_DIRS fi |