Bugzilla Automation <[email protected]> has asked freebsd-kde (Team) <[email protected]> for maintainer-feedback: Bug 253123: x11/plasma5-plasma-desktop: Zenity problem https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253123
--- Description --- 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?
