https://bugs.kde.org/show_bug.cgi?id=413337
Bug ID: 413337 Summary: setting an existing window as transient doesn't disable minimize button on dialog Product: kwin Version: 5.17.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: decorations Assignee: kwin-bugs-n...@kde.org Reporter: samuelvena...@hotmail.com Target Milestone: --- SUMMARY I compile this cpp file and run it from the terminal like specified in code comments: https://gist.github.com/time-killer-games/3127b74e0e40e1515848f98ee734b776 and while the window does become transient for the specified window id it does not get its minimize button and task manager icons diabled/removed, even though that is the desirable behavior that most WM's have. STEPS TO REPRODUCE 1. install the compiler and dependencies: sudo apt-get install g++ zenity libpng-dev libx11-dev 2. build xtransientfor.cpp: cd "${0%/*}" g++ xtransientfor.cpp -o xtransientfor -Wl,-Bstatic -lpng16 -lz -Wl,-Bdynamic -lX11 3. run a test command from terminal: cd "${0%/*}" ./xtransientfor $WINDOWID "zenity --file-selection" OBSERVED RESULT minimize button and task manager icons enabled and show EXPECTED RESULT minimize button and task manager icons disabled and/or hidden SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: KDE neon 5.17.0 (available in About System) KDE Plasma Version: 5.17.0 KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.