[kde] [Bug 452827] New: System settings crash when opening "Pause media during calls" KDE connect module settings

2022-04-21 Thread sashok724
nspecified OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: kdeb...@sashok724.net Target Milestone: --- Application: systemsettin

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-04-30 Thread sashok724
https://bugs.kde.org/show_bug.cgi?id=400921 sashok724 changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-04-30 Thread sashok724
https://bugs.kde.org/show_bug.cgi?id=400921 sashok724 changed: What|Removed |Added Version|18.08.2 |21.04.0 -- You are receiving this mail because

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-05-01 Thread sashok724
https://bugs.kde.org/show_bug.cgi?id=400921 --- Comment #7 from sashok724 --- Spectacle was very laggy under Wayland with scaling (felt like 2fps), but it worked. With two screens it works as expected. Maybe it uses twice the space than needed with 200% scaling? XRandr shows that maximum

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-05-01 Thread sashok724
https://bugs.kde.org/show_bug.cgi?id=400921 --- Comment #8 from sashok724 --- I think i figured out a solution for this problem. I just replaced this line in QuickEditor.cpp(625): resize(mScreensRect.width(), mScreensRect.height()); with: resize(qRound(mScreensRect.width() / devicePixelRatio

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-05-01 Thread sashok724
https://bugs.kde.org/show_bug.cgi?id=400921 --- Comment #9 from sashok724 --- Created attachment 138060 --> https://bugs.kde.org/attachment.cgi?id=138060&action=edit Proposed patch -- You are receiving this mail because: You are watching all bug changes.