https://bugs.kde.org/show_bug.cgi?id=470023
--- Comment #3 from [email protected] --- (In reply to Noah Davis from comment #2) > FWIW, I'm not sure if using `QT_SCREEN_SCALE_FACTORS` in this way is > supported on X11 since we only support one scale factor for all screens on > X11. On Wayland, you can just use system settings to set a scale factor for > each screen. Downgrading severity to normal for now since the workaround is > to not use the environment variable (see > https://community.kde.org/index.php?title=Guidelines_and_HOWTOs/ > Bug_triaging#Severity). I'm on X11, since I could never get wayland+kde to work on an nvidia laptop. Before the redesign of spectacle, it used to leave a deamon running, so I would kill it and launch it with different env variables and then the shortcuts would work as expected; now, after the redesign, it no longer uses a deamon so my work around doesn't work anymore since you can never override the "standard shortcuts" launchers (or at least I couldn't find how). I agree with the downgrading of the severity, I set it high because it makes it unusable for me but you are right. I guess as a final workaround, I'm going to disable all spectacle shortcuts, and then manually create new ones with custom launchers. On the technical side, I don't even know if you can really fix this unless you create one window per screen when displaying the region selecting tool, and then do a complicated dance regarding window focus, mouse presses and releases, and cursor position; because doing single window that spans all screens seems even more complicated given the different DPI of each one and the designed DPI of the window. -- You are receiving this mail because: You are watching all bug changes.
