| Summary: | _NET_WORKAREA not set if all panels are set to autohide | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | José Expósito <jose.exposito89> |
| Component: | platform-x11-standalone | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | kde |
| Priority: | NOR | Keywords: | X11-only |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
José Expósito
2020-12-12 17:41:59 UTC
According to the spec, you're right >https://specifications.freedesktop.org/wm-spec/1.3/ar01s03.html > This property MUST be set by the Window Manager upon calculating the work area >for each desktop. What real-world problem were you hitting? It was reported by one of my users: https://github.com/JoseExposito/touchegg/issues/381 I rely on this value to display animations based on user multi-touch input. You can see some examples here: https://github.com/JoseExposito/touchegg#available-actions It was easy to workaround on my side though. |