Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sculpt: strange maximization behavior when layouter rule matches initial size of the window #5438

Open
tomga opened this issue Jan 22, 2025 · 0 comments

Comments

@tomga
Copy link
Contributor

tomga commented Jan 22, 2025

My display configuration consists of 3 full hd monitors in a row (like can be seen in #5436).

Currently I do my development work on remote machine accessible through vnc. Remote display is of size of 2 full hd monitors giving 3840x1080 resolution.

To properly position vnc client I have a following rule in rules file of window_layouter:

<assign label="_pilsko@sdl_vnc -> sdl_vnc -> " target="screen_2" xpos="0" ypos="0" width="3841" height="1080"/>

The problem I observe is that if I change width from deliberately inaccurate 3841 value to 3840, then vnc app is being maximized or resized to all my three monitors. As soon as I change it to a value which does not match remote screen than rule seems to work as expected.

As I have a workaround it is not urgent in any way, but maybe it will help to pinpoint some corner case that should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant