https://bugs.kde.org/show_bug.cgi?id=365570
--- Comment #18 from Evgeny Brazgin ---
Still not fixed in 5.7.5 :(
Looking into git, I see that the fix is only merged to 5.7.95/5.8.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=344027
Evgeny Brazgin changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=359109
Evgeny Brazgin changed:
What|Removed |Added
CC||k...@xapienz.ru
--- Comment #3 from Evgeny Bra
https://bugs.kde.org/show_bug.cgi?id=365570
--- Comment #13 from Evgeny Brazgin ---
The bug still appears in Plasma 5.7.2.
BTW, Bob Wya's patch works well.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=365570
--- Comment #17 from Evgeny Brazgin ---
@cher...@aip.de
You have no problem, because OpenSuse has already included the patch into their
build:
https://build.opensuse.org/package/view_file/KDE:Frameworks5/plasma5-workspace/Configuration-option-for-Syste
https://bugs.kde.org/show_bug.cgi?id=350994
--- Comment #11 from Evgeny Brazgin ---
I can confirm that after updating to Plasma 5.7 this bug no longer appears on
my system.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=365570
Evgeny Brazgin changed:
What|Removed |Added
CC||k...@xapienz.ru
--
You are receiving this mai
https://bugs.kde.org/show_bug.cgi?id=350994
--- Comment #7 from Evgeny Brazgin ---
Hm, I'm sorry, seems I could find the solution only for the bug 360641 (which
was marked as duplicate of this bug), but not this one. I looked into the
sources of Qt 5.4.1 (which is used by reporter of thig bug) an
https://bugs.kde.org/show_bug.cgi?id=350994
--- Comment #6 from Evgeny Brazgin ---
Created attachment 98256
--> https://bugs.kde.org/attachment.cgi?id=98256&action=edit
Qt sends "screenRemoved" and "screenAdded" when renaming QScreen
I modified Qt sources so it sends "screenRemoved" when the s
https://bugs.kde.org/show_bug.cgi?id=350994
--- Comment #5 from Evgeny Brazgin ---
Here is part of backtrace when the screen is renamed inside Qt:
#2 0x77f03c83 in QXcbScreen::setOutput (this=0x645290,
outputId=outputId@entry=0, outputInfo=outputInfo@entry=0x0) at
qxcbscreen.cpp:405
https://bugs.kde.org/show_bug.cgi?id=350994
--- Comment #4 from Evgeny Brazgin ---
Also I made a small proof-of-concept app which prints all available screens
with the code:
qDebug() << "screens";
foreach (QScreen* screen, QGuiApplication::screens()) {
qDebug() << "" << screen
https://bugs.kde.org/show_bug.cgi?id=350994
--- Comment #3 from Evgeny Brazgin ---
I just made a little analysis and found that it may be a bug in Qt.
Currently plasmashell (shellcorona.cpp) finds accordance between QScreen and
KScreen::Output by property name(). You may see this in methods
Shell
12 matches
Mail list logo