[neon/neon/settings/Neon/unstable] etc/xdg/plasma-workspace/env: add packaging recommendations work around for qml video tearing

Carlos De Maine null at kde.org
Sun May 31 03:38:11 BST 2026


Git commit a6aa23f199462d1437a2c2e31dbbd9958d42d6d0 by Carlos De Maine.
Committed on 31/05/2026 at 02:38.
Pushed by carlosdem into branch 'Neon/unstable'.

add packaging recommendations work around for qml video tearing

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

https://invent.kde.org/neon/neon/settings/-/commit/a6aa23f199462d1437a2c2e31dbbd9958d42d6d0

diff --git a/etc/xdg/plasma-workspace/env/neon_qt_disable_hw_textures_conversion.sh b/etc/xdg/plasma-workspace/env/neon_qt_disable_hw_textures_conversion.sh
new file mode 100644
index 0000000..77dd60e
--- /dev/null
+++ b/etc/xdg/plasma-workspace/env/neon_qt_disable_hw_textures_conversion.sh
@@ -0,0 +1,9 @@
+#!/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>
+
+# as per - https://community.kde.org/Distributions/Packaging_Recommendations
+# and - https://qt-project.atlassian.net/browse/QTBUG-138679
+# and - https://bugs.kde.org/show_bug.cgi?id=508309
+
+export QT_DISABLE_HW_TEXTURES_CONVERSION=1


More information about the Neon-commits mailing list