Summary: | Toolbar disappears when moving full screen window to different display | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Isaiah Rosinski <irosinski> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ctrlaltca, denilsonsa |
Priority: | NOR | ||
Version First Reported In: | 24.12.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/krdc/-/commit/1290c078cdbe3f930574c661dfe469df1a904803 | Version Fixed In: | 25.04 |
Sentry Crash Report: |
Description
Isaiah Rosinski
2025-03-07 14:32:52 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/krdc/-/merge_requests/171 Are you able to test the proposed solution at https://invent.kde.org/network/krdc/-/merge_requests/171 ? Well, bug 488656 seems to have been fixed (I can comment over there if necessary) but this bug has not. Looks like it's more interesting than it originally appeared. When I enter fullscreen while the KRDC window is on either of my 1080p landscape monitors, the toolbar will appear properly, and if I switch the window back and forth between the two, the toolbar correctly switches with it. When I enter fullscreen on my 1080p portrait monitor, the toolbar appears properly, but when I switch the window to either of the landscape monitors, the toolbar disappears, and does not return even if I switch the window back to the portrait monitor. The same behavior occurs if I enter fullscreen on either landscape monitor and switch the window to the portrait monitor. Thank you for testing! I pushed an additional commit that should fix the problem when moving the fullscreen window from a portrait monitor to a landscape one or viceversa. (In reply to Fabio from comment #4) > Thank you for testing! I pushed an additional commit that should fix the > problem when moving the fullscreen window from a portrait monitor to a > landscape one or viceversa. Yep, works now. Tested with different arrangements of screen and resolution, as well. The quick work is much appreciated! Git commit 95538a93a71b82c445c0ca7af1b062c4f22c98fa by Fabio Bas. Committed on 08/03/2025 at 20:09. Pushed by ctrlaltca into branch 'master'. Rework fullscreen mode to fix bugs related to window appearing on wrong screen and floating bar disappearing in various occasions Related: bug 488656, bug 420655, bug 477642, bug 421313 M +45 -69 mainwindow.cpp M +10 -2 mainwindow.h https://invent.kde.org/network/krdc/-/commit/95538a93a71b82c445c0ca7af1b062c4f22c98fa Git commit 1290c078cdbe3f930574c661dfe469df1a904803 by Fabio Bas. Committed on 11/03/2025 at 10:34. Pushed by ctrlaltca into branch 'release/25.04'. Rework fullscreen mode to fix bugs related to window appearing on wrong screen and floating bar disappearing in various occasions Related: bug 488656, bug 420655, bug 477642, bug 421313 (cherry picked from commit 95538a93a71b82c445c0ca7af1b062c4f22c98fa) Co-authored-by: Fabio Bas <ctrlaltca@gmail.com> M +45 -69 mainwindow.cpp M +10 -2 mainwindow.h https://invent.kde.org/network/krdc/-/commit/1290c078cdbe3f930574c661dfe469df1a904803 *** Bug 501592 has been marked as a duplicate of this bug. *** |