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

WindowManager: confirm_display_change() Fixes #1516

Merged
merged 3 commits into from Jan 19, 2023
Merged

Conversation

Marukesu
Copy link
Contributor

the value of 30 seconds here is wrong, and the dialog was outliving the timeout used by mutter internally. instead of hardcoding the right values here too, use the mutter provided function to query the real timeout.

also, make AccessDialog.show() base handler run first than signal callbacks, and that we only call AccesDialog.close() when we don't receive a response.

the value of 30 seconds here is wrong, and the dialog was outliving the timeout
used by mutter internally. instead of hardcoding the right values here too, use
the mutter provided function to query the real timeout.

also, make AccessDialog.show() base handler run first than signal callbacks,
and that we only call AccesDialog.close() when we don't receive a response.
src/WindowManager.vala Outdated Show resolved Hide resolved
@Marukesu Marukesu requested a review from tintou January 19, 2023 01:37
@tintou tintou enabled auto-merge (squash) January 19, 2023 10:56
@tintou tintou merged commit 05dceba into master Jan 19, 2023
@tintou tintou deleted the maru/display-change-fixes branch January 19, 2023 10:57
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

Successfully merging this pull request may close these issues.

None yet

2 participants