[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

[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

[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-26 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:

[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

[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=edit Qt sends "screenRemoved" and "screenAdded" when renaming QScreen I modified Qt sources so it sends "screenRemoved"

[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

[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()