Bug #960
Status icon volume change with scroll doesn't work under Plasma-desktop
Status:
Rejected
Priority:
Minor
Assignee:
-
Category:
plugins/statusicon
Target version:
-
Start date:
April 09, 2020
Due date:
% Done:
0%
Estimated time:
Affects version:
Description
Status icon doesn't react on scrolling with mouse over it (this action should change volume) under Plasma-desktop on both old winamp style interface and Qt. It works just fine on Xfce panel. Using Archlinux packages:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/audacious
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/audacious-plugins
History
#1 Updated by John Lindgren over 4 years ago
If it works under XFCE but not KDE, then why don't you report the bug to KDE?
#2 Updated by John Lindgren over 4 years ago
- Status changed from New to Rejected
Actually this should be reported to Qt, they have not implemented the Scroll command in their SNI implementation:
void QStatusNotifierItemAdaptor::Scroll(int w, const QString &s) { qCDebug(qLcTray) << w << s; // unsupported }