[neon/neon/settings/Neon/unstable] etc/xdg/plasma-workspace/env: export SASL_PATH to allow libkgapi to work properly

Carlos De Maine null at kde.org
Mon Aug 4 03:12:11 BST 2025


Git commit 8ddc3d606ed818f9db70691f090a3361f2165e9c by Carlos De Maine.
Committed on 04/08/2025 at 00:44.
Pushed by carlosdem into branch 'Neon/unstable'.

export SASL_PATH to allow libkgapi to work properly

A  +8    -0    etc/xdg/plasma-workspace/env/neon_sasl_path.sh

https://invent.kde.org/neon/neon/settings/-/commit/8ddc3d606ed818f9db70691f090a3361f2165e9c

diff --git a/etc/xdg/plasma-workspace/env/neon_sasl_path.sh b/etc/xdg/plasma-workspace/env/neon_sasl_path.sh
new file mode 100644
index 0000000..15e3649
--- /dev/null
+++ b/etc/xdg/plasma-workspace/env/neon_sasl_path.sh
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+# SPDX-FileCopyrightText: 2025 Carlos De Maine <carlosd.kde at gmail.com>
+
+# set SASL_PATH as per recommendation https://bugs.kde.org/show_bug.cgi?id=505656
+# and https://bugs.kde.org/show_bug.cgi?id=505428.  allows the libkgapi
+# sasl auth tokens to actually work.
+
+export SASL_PATH=/usr/lib/${DEB_HOST_MULTIARCH}/sasl2



More information about the Neon-commits mailing list