Jiri Slaby via KDE Bugzilla
2016-06-27 08:37:59 UTC
https://bugs.kde.org/show_bug.cgi?id=364798
Bug ID: 364798
Summary: knotifications processes clicks wrong
Product: frameworks-knotifications
Version: 5.22.0
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: ***@kde.org
Reporter: ***@gmail.com
CC: kdelibs-***@kde.org
When I double click an icon in systemtray, it does nothing, but it should open
the main window of the relevant application. This works without knotifications
correctly, e.g. in icewm.
I noticed this problem on KDE 5 with psi+:
https://github.com/psi-plus/psi-plus-snapshots
FWIW middle and right clicks and scroll events are not passed down to the app
correctly too.
For testing purposes, I wrote a minimalistic simple app creating only a
QSystemTrayIcon:
https://github.com/jirislaby/collected_sources/tree/master/qt5-icon
When I click on the icon in icewm (i.e. no knotifications), I get:
left button: activate 3
middle button: activate 4
right button: activate 1
double click: activate 3 & activate 2
scroll: wasn't tried
In KDE 5, the app built against qt5 (libQt5Core.so.5 =>
/usr/lib64/libQt5Core.so.5):
left button: activate 3
middle button: activate 1 (WRONG)
right button: NOTHING (WRONG)
double click: activate 3 & activate 3 (WRONG)
scroll: NOTHING (WRONG)
In KDE 5, the app built against qt4 (libQtCore.so.4 =>
/usr/lib64/libQtCore.so.4):
left button: activate 3
middle button: activate 4
right button: NOTHING (WRONG)
double click: activate 3 & activate 3 (WRONG)
scroll: eventFilter true 31
Reproducible: Always
Bug ID: 364798
Summary: knotifications processes clicks wrong
Product: frameworks-knotifications
Version: 5.22.0
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: ***@kde.org
Reporter: ***@gmail.com
CC: kdelibs-***@kde.org
When I double click an icon in systemtray, it does nothing, but it should open
the main window of the relevant application. This works without knotifications
correctly, e.g. in icewm.
I noticed this problem on KDE 5 with psi+:
https://github.com/psi-plus/psi-plus-snapshots
FWIW middle and right clicks and scroll events are not passed down to the app
correctly too.
For testing purposes, I wrote a minimalistic simple app creating only a
QSystemTrayIcon:
https://github.com/jirislaby/collected_sources/tree/master/qt5-icon
When I click on the icon in icewm (i.e. no knotifications), I get:
left button: activate 3
middle button: activate 4
right button: activate 1
double click: activate 3 & activate 2
scroll: wasn't tried
In KDE 5, the app built against qt5 (libQt5Core.so.5 =>
/usr/lib64/libQt5Core.so.5):
left button: activate 3
middle button: activate 1 (WRONG)
right button: NOTHING (WRONG)
double click: activate 3 & activate 3 (WRONG)
scroll: NOTHING (WRONG)
In KDE 5, the app built against qt4 (libQtCore.so.4 =>
/usr/lib64/libQtCore.so.4):
left button: activate 3
middle button: activate 4
right button: NOTHING (WRONG)
double click: activate 3 & activate 3 (WRONG)
scroll: eventFilter true 31
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.
You are receiving this mail because:
You are watching all bug changes.