-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
X11: move dock window out of bounds when hidden #2122
base: main
Are you sure you want to change the base?
Conversation
Tbh I think at some point we should just stop doing workarounds and instead go back to shipping plank for X since the whole infrastructure here (i.e. the new dock, the protocol, everything in /ShellClients) was never intended, tested or designed to work with X11 and just retrofitted into it with hopes it will work. |
@leolost2605 I don't agree with that. If we don't adapt gala's code to X11, the same bugs will happen with Wingpanel when we'll implement elementary/wingpanel#53 for example. And suddenly we need to ship two versions of the same component |
Something like elementary/wingpanel#53 would be pretty much the only reason to support this on X and I think it's not worth polluting the codebase for that. Since there also doesn't seem to be a lot of movement regarding it I don't see it as a valid argument right now. |
Fixes #2101
This is very very bad code but I just couldn't find other solution. So far I tried:
_NET_WM_STATE_HIDDEN
(which is basically minimizing AFAIK)Nothing worked. If you know any other solution please let me know.