Summary: | KRDC going fullscreen will always place the application on the leftmost screen | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Arek Guzinski <kermit> |
Component: | RDP | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ctrlaltca, irosinski, shivarryn, simcop2387 |
Priority: | NOR | ||
Version: | 24.05.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/krdc/-/commit/1290c078cdbe3f930574c661dfe469df1a904803 | Version Fixed In: | |
Sentry Crash Report: |
Description
Arek Guzinski
2024-06-18 09:44:14 UTC
This issue got worse: after moving it to another screen, the pop-up toolbar is no longer available (24.08.0). I also experience something like this, though for me it's the left most and top most screen (My monitors are arranged like a tetris Z piece), I'm working around it by using xwayland/xcb by setting QT_QPA_PLATFORM=xcb in the krdc application shortcut (right click on the K menu, not sure what else to call it) and edit application. Not a real fix for it but on xwayland it'll fullscreen on whatever monitor the original application was on for me, which is the behavior i'd expect. A possibly relevant merge request was started @ https://invent.kde.org/network/krdc/-/merge_requests/171 It would be nice if anyone could test the proposed solution at https://invent.kde.org/network/krdc/-/merge_requests/171 so it gets release in the next version on april I am able to reproduce this issue on 24.12.1, .2, and .3. I tested the proposed patch, and it resolves this issue, so that KRDC will go fullscreen on the same monitor that the original window was on. 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 501187, 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 501187, 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 |