Hello, when Zentiy is used on KDE it outputs "WINDOW DECORATIONS RELOADED". This can break scripts that are using Zenity like the gui of games/homura. As far as I can remember this didn't happen a few weeks ago, unfortunately i can't name a specific version number of KDE where it still worked. To reproduce the problem: first=$(zenity --title="Your First Name" --text "What is your first name?" --entry) zenity --info --title="Hello" --text="Hello $first" Output: Hello WINDOW DECORATIONS RELOADED Alex With normal GTK desktops like Mate, XFCE etc.. this does not happen, so i assume it could be a KDE problem?
5.20.4 was the latest version where it was working.
(In reply to Alexander Vereeken from comment #1) See: https://www.linuxquestions.org/questions/slackware-14/slackware%5B64%5D-current-zenity-extraneous-output-kde-gtk-config-bug-4175688517/ and upstreasms bug report https://bugs.kde.org/show_bug.cgi?id=431365 and the commit https://invent.kde.org/plasma/kde-gtk-config/-/commit/62e272df848d6848482ceb534d14bf36c9fde241 mfg Tobias
A commit references this bug: Author: tcberner Date: Sun Jan 31 20:19:42 UTC 2021 New revision: 563526 URL: https://svnweb.freebsd.org/changeset/ports/563526 Log: x11-themes/plasma5-kde-gtk-config: add upstream patch to remove debug output Remove debug message to avoid polute to stdout. This would break application like zenity which output to stdout. PR: 253123 Reported by: Alexander Vereeken <Alexander88207@protonmail.com> Obtained from: https://invent.kde.org/plasma/kde-gtk-config/-/commit/62e272df848d6848482ceb534d14bf36c9fde241 Changes: head/x11-themes/plasma5-kde-gtk-config/Makefile head/x11-themes/plasma5-kde-gtk-config/distinfo
Committed.
This fixes the problem. Thanks!