https://bugs.kde.org/show_bug.cgi?id=158556
Luis Bocanegra <luisbocanegra...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luisbocanegra...@gmail.com --- Comment #107 from Luis Bocanegra <luisbocanegra...@gmail.com> --- If someone wants a temporary solution to this, Panel Colorizer widget can now control the visibility of the panel. It basically changes visible property of the parent window of the panel. Just be warned that you should use it knowing how to bring the panel back properly otherwise removing the widget files to make it show again will be necessary. It works by creating configuration presets where the show/hide will be configured then these presets can either be loaded on conditions like maximized or through D-Bus which can call either one panel or all at once. There is also a method and signal to control just the visibility or any other configuration of the widget so it should be pretty easy to script the hiding behavior to one's need. How to use it is explained in more detail in the project readme. widget - https://store.kde.org/p/2130967 source code - https://github.com/luisbocanegra/plasma-panel-colorizer specifically commit https://github.com/luisbocanegra/plasma-panel-colorizer/commit/3f703869920fac11b8e25feb748166f5bd17dd0c -- You are receiving this mail because: You are watching all bug changes.