Project

General

Profile

Bug #960

Status icon volume change with scroll doesn't work under Plasma-desktop

Added by Marcin Kocur about 4 years ago. Updated about 4 years ago.

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 about 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 about 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
}

https://code.woboq.org/qt5/qtbase/src/platformsupport/themes/genericunix/dbustray/qstatusnotifieritemadaptor.cpp.html

Also available in: Atom PDF