[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   |1

--- Comment #4 from Evgeny Brazgin  ---
*** This bug has been confirmed by popular vote. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[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 Brazgin  ---
I also have this problem in 5.6.2, it is very annoying.

Also after ibus dies, it is impossible to input any text in KDE apps (though
Qt5 and GTK apps receive input fine, only KDE apps stop responding to
keyboard): konsole, yakuake, kate, krunner become useless until I restart
ibus-daemon manually. I found that setting "QT_IM_MODULE=" helps to workaround this, but will disable ibus in KDE apps.

-- 
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-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:
https://build.opensuse.org/package/view_file/KDE:Frameworks5/plasma5-workspace/Configuration-option-for-System-Tray-icon-size.patch?expand=1
So, waiting for this patch to be released in 5.7.3 (it is in master branch in
git, but didn't come to 5.7.2).

-- 
You are receiving this mail because:
You are watching all bug changes.


[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 mail because:
You are watching all bug changes.


[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" when the screen is converted
to "fake" and sends "screenAdded" when the screen is converted to normal. My
crash disappeared.

Also I made Ubuntu ppa with patched package for Ubuntu-xenial:
https://launchpad.net/~xapienz/+archive/ubuntu/ppa.
If anyone can confirm the fix, you are welcome :)
Meanwhile, I will try to notify Qt team and propose them the solution.

-- 
You are receiving this mail because:
You are watching all bug changes.


[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  
#3  0x77ef2c27 in QXcbConnection::destroyScreen
(this=this@entry=0x636e40, screen=screen@entry=0x645290) at
qxcbconnection.cpp:336  
#4  0x77ef3d68 in QXcbConnection::updateScreens
(this=this@entry=0x636e40, event=event@entry=0x7fffe4004300) at
qxcbconnection.cpp:210  
#5  0x77ef48b3 in QXcbConnection::handleXcbEvent
(this=this@entry=0x636e40, event=event@entry=0x7fffe4004300) at
qxcbconnection.cpp:1160

The screen is converted into "fake screen" and then later reused for another
output.
In my case firstly "HDMI1" is renamed to ":0.0" (fake) and then after short
time to "eDP1" (real).

-- 
You are receiving this mail because:
You are watching all bug changes.


[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 << " with name=" << screen->name() << "
and platform screen=" << screen->handle();
}

When I detach and external monitor and attach it again, I have the output
(before detaching monitor, detached monitor, after attaching it back):
screens:
 QScreen(0x23fcff0)  with name= "HDMI1"  and platform screen= 0x2401850
screens:
 QScreen(0x23fcff0)  with name= "eDP1"  and platform screen= 0x2401850
screens:
 QScreen(0x23fcff0)  with name= "HDMI1"  and platform screen= 0x2401850

It is evident from the output, that the pointer to QScreen object remains the
same, but the name changes.
If necessary, I will upload this app here, just let me know.

-- 
You are receiving this mail because:
You are watching all bug changes.