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

console: When resizing window to VM, unmaximize only if maximized #508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DragoonAethis
Copy link

Under a KDE Wayland session, unmaximizing a normal window, then resizing it right away results in nothing happening. Check if the console window is maximized first.

As for why this is the case, I don't know. If the window is maximized when trying to resize to VM, everything works. Maybe it's some sort of a race condition in Gtk that needs further investigation, but for now, this at least fixes virt-manager.

Under a KDE Wayland session, unmaximizing a normal window, then resizing
it right away results in nothing happening. Check if the console window
is maximized first.
@DragoonAethis
Copy link
Author

Seems like it's a Gtk quirk as it reproduces on a minimal example too, filed an issue on Gtk as well.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (102fe52) 99.91% compared to head (b228a9f) 99.91%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #508   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          79       79           
  Lines       12401    12401           
=======================================
  Hits        12391    12391           
  Misses         10       10           
Flag Coverage Δ
unittests 99.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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