[plasmashell] [Bug 365570] Systray icons are big and pixelated after update to 5.7.1

2016-10-02 Thread Evgeny Brazgin via KDE Bugzilla
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.

[akregator] [Bug 344027] Synchronise news with feedly

2016-09-26 Thread Evgeny Brazgin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344027 Evgeny Brazgin changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[plasmashell] [Bug 359109] ibus terminated when switching back from virtual terminal

2016-08-16 Thread Evgeny Brazgin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359109 Evgeny Brazgin changed: What|Removed |Added CC||k...@xapienz.ru --- Comment #3 from Evgeny Bra

[plasmashell] [Bug 365570] Systray icons are big and pixelated after update to 5.7.1

2016-07-28 Thread Evgeny Brazgin via KDE Bugzilla
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.

[plasmashell] [Bug 365570] Systray icons are big and pixelated after update to 5.7.1

2016-07-25 Thread Evgeny Brazgin via KDE Bugzilla
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

[plasmashell] [Bug 350994] Crash in KScreen::Output::isEnabled

2016-07-21 Thread Evgeny Brazgin via KDE Bugzilla
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.

[plasmashell] [Bug 365570] Systray icons are big and pixelated after update to 5.7.1

2016-07-21 Thread Evgeny Brazgin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365570 Evgeny Brazgin changed: What|Removed |Added CC||k...@xapienz.ru -- You are receiving this mai

[plasmashell] [Bug 350994] Opened trash folder

2016-04-05 Thread Evgeny Brazgin via KDE Bugzilla
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

[plasmashell] [Bug 350994] Opened trash folder

2016-04-05 Thread Evgeny Brazgin via KDE Bugzilla
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

[plasmashell] [Bug 350994] Opened trash folder

2016-04-04 Thread Evgeny Brazgin via KDE Bugzilla
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

[plasmashell] [Bug 350994] Opened trash folder

2016-04-04 Thread Evgeny Brazgin via KDE Bugzilla
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

[plasmashell] [Bug 350994] Opened trash folder

2016-04-04 Thread Evgeny Brazgin via KDE Bugzilla
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