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

Commits on Jan 18, 2023

  1. WindowManager: confirm_display_change() fixes

    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.
    Marukesu committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ff2d237 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    4053ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f144e View commit details
    Browse the repository at this point in the history