https://bugs.kde.org/show_bug.cgi?id=396796
Bug ID: 396796 Summary: Panel can't be hidden from scripts Product: plasmashell Version: master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Panel Assignee: plasma-b...@kde.org Reporter: dufferzaf...@gmail.com Target Milestone: 1.0 As suggested in this answer: https://superuser.com/a/294715/222260 I tried a script to hide the panel: ``` var panel = panelById(panelIds[0]) panel.hiding = 'autohide'; ``` But this does not hide the panel. As a workaround I'm using this: ``` panel.height = 0; ``` -- You are receiving this mail because: You are watching all bug changes.