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

Problem when application maximizes window at startup (related to visual effects) #1068

Closed
mirek-fidler opened this issue Sep 1, 2012 · 0 comments

Comments

@mirek-fidler
Copy link

When X11 application running in cinnamon performs maximize action at startup by code, using

_NET_WM_STATE

message with

_NET_WM_STATE_MAXIMIZED_HORZ and _NET_WM_STATE_MAXIMIZED_VERT

it gets "frozen" half-way in weird scale ratio. My hypothesis is that maximizing interrupts "zooming effect" and the scaling factor is left at wrong values. Putting something like "Sleep(2000)" before performing the maximize fixes the problem as zooming animation is done at that point (but that would be a very bad workaround indeed...).

Problem encountered while trying current cinnamon ppa with ubuntu 12.04 with u++ ide.

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

2 participants