! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-panel does not properly calculate value of _NET_WM_STRUT_PARTIAL in mul...
Status:
RESOLVED: MOVED
Product:
Xfce4-panel

Comments

Description Aaron Lancaster 2018-08-09 23:52:04 CEST
xfce4-panel under certain multimonitor situations does not correctly set the value of the _NET_WM_STRUT_PARTIAL x11 window property to avoid causing stuff like maximizing windows to overlap

an example situation is as follows, my monitor layout is like this

monitor3-monitor1-monitor2


If i have a vertical panel on the left side of monitor 1 _NET_WM_STRUT_PARTIAL is set to:

_NET_WM_STRUT_PARTIAL(CARDINAL) = 33, 0, 0, 0, 0, 1152, 0, 0, 0, 0, 0, 0

This reserves a 33 pixel wide space (the size of my panel) on the left edge of monitor 3, the result being that a window maximized on monitor 3 have a 33 pixel space gap on the left edge of the screen. When maximized on monitor 1, the window is overlapped on the left side by the panel, there is no space reserved.

the value should look like this:

_NET_WM_STRUT_PARTIAL(CARDINAL) = 1953, 0, 0, 0, 0, 1152, 0, 0, 0, 0, 0, 0
.
When it is edited with xprop(1) command to match these values, maximization on monitors 1 and 3 works correctly, with no deadspace on monitor 3, and no panel overlapping window on monitor 1.
Comment 1 squalou.jenkins 2019-08-07 17:39:33 CEST
Juste to mention I have the same kind of issues.
(which is old : https://bugzilla.xfce.org/show_bug.cgi?id=9658)

Still no news ?
Comment 2 Alistair Buxton 2020-02-16 23:50:03 CET
This looks like a duplicate of #14886 which should be fixed now (in 4.14).
Comment 3 Git Bot editbugs 2020-05-28 02:06:35 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/193.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #14593

Reported by:
Aaron Lancaster
Reported on: 2018-08-09
Last modified on: 2020-05-28

People

Assignee:
Nick Schermer
CC List:
2 users

Version

Version:
4.13.3

Attachments

Additional information