[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: Adding symlink creation for the Kvantum folder

Kyuyrii Byakko null at kde.org
Wed Feb 25 11:58:50 GMT 2026


Git commit e9893d387ad80b5952aeb197f3ac29bd05d8d876 by Kyuyrii Byakko.
Committed on 24/02/2026 at 23:01.
Pushed by scarlettmoore into branch 'master'.

Adding symlink creation for the Kvantum folder

M  +7    -0    kde-neon-6/launcher-specific

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/e9893d387ad80b5952aeb197f3ac29bd05d8d876

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 04fad5a..39728fd 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -66,3 +66,10 @@ if [ -e "$SNAP_DESKTOP_RUNTIME/usr/share/i18n" ]; then
     export LOCPATH="$locpath:/usr/lib/locale"
     LC_ALL=C.UTF-8 async_exec "$SNAP_DESKTOP_RUNTIME/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
\ No newline at end of file


More information about the Neon-commits mailing list