Summary: | Desktop Panel "Visibility" Settings Not Available Through Scripting | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Chase <chasevasic> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | task | CC: | kde, nate |
Priority: | NOR | ||
Version: | 5.15.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Chase
2019-04-29 06:56:55 UTC
panel.hiding = "windowscover"; should do the trick. Other values are "windowsbelow", "autohide", and "none". (In reply to Kai Uwe Broulik from comment #1) > panel.hiding = "windowscover"; should do the trick. Other values are > "windowsbelow", "autohide", and "none". Strangely enough, when I do it this way, it stores that value, and I can recover it between plasma sessions, but the value has no effect, and it is not reflected in the relevant configuration key. I'll try this with a fresh user, and I'll also try it with only a single monitor, since I have seen some bugs be related to my multiple monitor configuration. (In reply to Kai Uwe Broulik from comment #1) > panel.hiding = "windowscover"; should do the trick. Other values are > "windowsbelow", "autohide", and "none". It works on my laptop, so I'll try to narrow down what is different from my PC |