Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions extensions/desktop/kde-neon-6/launcher-specific
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,3 @@ if [ -e "$SNAP_DESKTOP_RUNTIME/usr/share/i18n" ]; then
export LOCPATH="$locpath:/usr/lib/locale"
LC_ALL=C.UTF-8 async_exec "$SNAP/snap/command-chain/locale-gen"
fi

# Kvantum configuration folder
KVANTUM_CONFIG_PATH="$XDG_CONFIG_HOME/Kvantum"
if [ ! -L "$KVANTUM_CONFIG_PATH" ] && [ -d "$SNAP_REAL_HOME/.config/Kvantum" ]; then
ensure_dir_exists "$(dirname "$KVANTUM_CONFIG_PATH")"
ln -sfn "$SNAP_REAL_HOME/.config/Kvantum" "$KVANTUM_CONFIG_PATH"
fi
Loading