Bug 396796

Summary: Panel can't be hidden from scripts
Product: [Plasma] plasmashell Reporter: dufferzafar <dufferzafar0>
Component: PanelAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: nate
Priority: NOR    
Version: master   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description dufferzafar 2018-07-23 17:41:29 UTC
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;
```
Comment 1 Nate Graham 2020-12-17 19:37:42 UTC

*** This bug has been marked as a duplicate of bug 158556 ***
Comment 2 Nate Graham 2023-09-18 21:42:16 UTC
This is possible from Plasma Scripting.