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

Kyuyrii Byakko null at kde.org
Wed Feb 25 11:59:06 GMT 2026


Git commit 0089bfeedb92edaecb62ac6593f7061e6e71c1c1 by Kyuyrii Byakko.
Committed on 24/02/2026 at 23:00.
Pushed by scarlettmoore into branch 'work.core24'.

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/0089bfeedb92edaecb62ac6593f7061e6e71c1c1

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index f389018..6b57f77 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -61,3 +61,10 @@ export KF6_LIBEXEC_DIR="$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/libexec/kf6"
 
 # Add path to VLC plugins
 export VLC_PLUGIN_PATH="$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/vlc/plugins"
+
+# 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