[neon/kf6/kf6-solid/Neon/unstable] /: enable SOLID_ENABLE_KDECONNECT envvar in unstable edition

Carlos De Maine null at kde.org
Sun Apr 19 07:24:03 BST 2026


Git commit 32d325356bda76a07ca597113e793336bd07e28f by Carlos De Maine.
Committed on 19/04/2026 at 06:23.
Pushed by carlosdem into branch 'Neon/unstable'.

enable SOLID_ENABLE_KDECONNECT envvar in unstable edition

to be able to test new optional KDE Connect backend for kf6-solid

M  +2    -0    debian/kf6-solid.install
A  +8    -0    etc/xdg/plasma-workspace/xdg/solid-kde-connect-backend-test.sh

https://invent.kde.org/neon/kf6/kf6-solid/-/commit/32d325356bda76a07ca597113e793336bd07e28f

diff --git a/debian/kf6-solid.install b/debian/kf6-solid.install
index 04aa37b..94b57b4 100644
--- a/debian/kf6-solid.install
+++ b/debian/kf6-solid.install
@@ -3,3 +3,5 @@ usr/lib/*/libKF6Solid.so.6
 usr/lib/*/libKF6Solid.so.6.*
 usr/share/locale/
 usr/share/qlogging-categories6/
+
+etc/
diff --git a/etc/xdg/plasma-workspace/xdg/solid-kde-connect-backend-test.sh b/etc/xdg/plasma-workspace/xdg/solid-kde-connect-backend-test.sh
new file mode 100644
index 0000000..4c8fb7d
--- /dev/null
+++ b/etc/xdg/plasma-workspace/xdg/solid-kde-connect-backend-test.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+# SPDX-FileCopyrightText: 2026 Carlos De Maine <carlosd.kde at gmail.com>
+
+# set SOLID_ENABLE_KDECONNECT to allow testing of new optional KDE Connect backend in unstable edition only.
+# http://invent.kde.org/frameworks/solid/-/commit/75d19cd14c07dda587d429d0a86fa75df83496a4
+
+export SOLID_ENABLE_KDECONNECT=1


More information about the Neon-commits mailing list