| Summary: | kscreen-doctor hangs when called from a global shortcut | ||
|---|---|---|---|
| Product: | [Plasma] KScreen | Reporter: | Stephane Travostino <sph> |
| Component: | kscreen-doctor | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | nate, wafixa5827, xaver.hugl, XsrUHqq8MN |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.6 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stephane Travostino
2023-07-26 08:19:59 UTC
Same issue here, I can provide some logs but from what I can tell, it hangs the moment it needs to be enabled I have a related (possibly same) problem on 5.27.8 (Arch). When I run a command such as: kscreen-doctor output.DP-2.mode.2560x1440@165 output.DP-2.position.0,0 This is my output: kscreen.doctor: Taddaaa! Found mode "1" "2560x1440@165" kscreen.doctor: Output 1 set mode "2560x1440@165" kscreen.doctor: Output position QPoint(0,0) kscreen.doctor: Set output position QPoint(0,0) kscreen.doctor: setop exec returned KScreen::Config( KScreen::Output(1, "DP-2", connected enabled priority 1, pos: QPoint(0,0), res: QSize(1920, 1080), modeId: "1", scale: 1.5, clone: no, rotation: KScreen::Output::None, followPreferredMode: false) KScreen::Output(2, "HDMI-A-1", connected disabled priority 0, pos: QPoint(1707,0), res: QSize(1920, 1080), modeId: "0", scale: 1, clone: no, rotation: KScreen::Output::None, followPreferredMode: false) ) [a@aPC ~]$ Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so" Please notice the last line. You can see my shell prompt followed by "Initializing ... kcm_fonts.so" It hangs here unless I press ENTER. Can't reproduce in Plasma 6.2, the command is executed without a problem |