[neon/neon/settings/Neon/unstable] etc/xdg/plasma-workspace/env: enable kio worker forking on unstable

Harald Sitter null at kde.org
Mon Mar 29 09:33:17 BST 2021


Git commit 082909e70c6fd4f27db51505da5e34d424cd8d1b by Harald Sitter.
Committed on 29/03/2021 at 06:42.
Pushed by dfaure into branch 'Neon/unstable'.

enable kio worker forking on unstable

to get more testing

A  +9    -0    etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh

https://invent.kde.org/neon/neon/settings/commit/082909e70c6fd4f27db51505da5e34d424cd8d1b

diff --git a/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh b/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh
new file mode 100644
index 0000000..5edd10c
--- /dev/null
+++ b/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+# SPDX-FileCopyrightText: 2021 Harald Sitter <sitter at kde.org>
+
+# Explicitly enable workers forking from the app using KIO rather than centralized through klauncher.
+# This is neon unstable only! The motivation is to get a bit broader testing which we can effort on
+# unstable, what with being focused on KDE development anyway.
+# https://phabricator.kde.org/T12140
+
+export KDE_FORK_SLAVES=1


More information about the Neon-commits mailing list