[neon/neon/settings/Neon/release] etc/xdg/plasma-workspace/env: shebang always needs to be on first line
Carlos De Maine
null at kde.org
Thu Sep 4 09:46:11 BST 2025
Git commit 857b5101f1eb405e6f0c721c3f21510a447b5482 by Carlos De Maine.
Committed on 04/09/2025 at 08:33.
Pushed by carlosdem into branch 'Neon/release'.
shebang always needs to be on first line
M +1 -1 etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh
M +1 -1 etc/xdg/plasma-workspace/env/neon_kcrash_dump_only.sh
M +1 -1 etc/xdg/plasma-workspace/env/neon_ksshaskpass.sh
M +1 -1 etc/xdg/plasma-workspace/env/neon_moz_use_xinput.sh
M +1 -1 etc/xdg/plasma-workspace/env/neon_no_qtbearer_generic.sh
M +1 -1 etc/xdg/plasma-workspace/env/neon_sasl_path.sh
https://invent.kde.org/neon/neon/settings/-/commit/857b5101f1eb405e6f0c721c3f21510a447b5482
diff --git a/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh b/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh
index 0797b7d..f4af882 100644
--- a/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh
+++ b/etc/xdg/plasma-workspace/env/neon_fork_kio_workers.sh
@@ -1,6 +1,6 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2021 Harald Sitter <sitter at kde.org>
-#!/bin/sh
# 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 afford on
diff --git a/etc/xdg/plasma-workspace/env/neon_kcrash_dump_only.sh b/etc/xdg/plasma-workspace/env/neon_kcrash_dump_only.sh
index 16675e1..0774ca0 100644
--- a/etc/xdg/plasma-workspace/env/neon_kcrash_dump_only.sh
+++ b/etc/xdg/plasma-workspace/env/neon_kcrash_dump_only.sh
@@ -1,6 +1,6 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2021 Harald Sitter <sitter at kde.org>
-#!/bin/sh
# Disable just in time debugging. With drkonqi master we can dump into systemd-coredump
# instead of attaching drkonqi to the running process.
diff --git a/etc/xdg/plasma-workspace/env/neon_ksshaskpass.sh b/etc/xdg/plasma-workspace/env/neon_ksshaskpass.sh
index f700404..2fcdfa4 100644
--- a/etc/xdg/plasma-workspace/env/neon_ksshaskpass.sh
+++ b/etc/xdg/plasma-workspace/env/neon_ksshaskpass.sh
@@ -1,6 +1,6 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2025 Carlos De Maine <carlosd.kde at gmail.com>
-#!/bin/sh
# export SSH_ASKPASS to be ksshaskpass
diff --git a/etc/xdg/plasma-workspace/env/neon_moz_use_xinput.sh b/etc/xdg/plasma-workspace/env/neon_moz_use_xinput.sh
index f2cd5ab..e81b74f 100644
--- a/etc/xdg/plasma-workspace/env/neon_moz_use_xinput.sh
+++ b/etc/xdg/plasma-workspace/env/neon_moz_use_xinput.sh
@@ -1,6 +1,6 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2020 Harald Sitter <sitter at kde.org>
-#!/bin/sh
# On X11, with MOZ_USE_XINPUT2=1 set in the environment Firefox exhibits much
# improved pixel-by-pixel touchpad scrolling, and touchscreen scrolling
diff --git a/etc/xdg/plasma-workspace/env/neon_no_qtbearer_generic.sh b/etc/xdg/plasma-workspace/env/neon_no_qtbearer_generic.sh
index 6e68460..7c9efe3 100644
--- a/etc/xdg/plasma-workspace/env/neon_no_qtbearer_generic.sh
+++ b/etc/xdg/plasma-workspace/env/neon_no_qtbearer_generic.sh
@@ -1,6 +1,6 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2020 Harald Sitter <sitter at kde.org>
-#!/bin/sh
# Disable the generic bearer plugin. This is in lieu of diverging packaging
# from debian as all bearers are in the same package but in reality the generic
diff --git a/etc/xdg/plasma-workspace/env/neon_sasl_path.sh b/etc/xdg/plasma-workspace/env/neon_sasl_path.sh
index 89cd93c..d38ebb3 100644
--- a/etc/xdg/plasma-workspace/env/neon_sasl_path.sh
+++ b/etc/xdg/plasma-workspace/env/neon_sasl_path.sh
@@ -1,6 +1,6 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2025 Carlos De Maine <carlosd.kde at gmail.com>
-#!/bin/sh
# 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
More information about the Neon-commits
mailing list