AyatanaIndicators / libayatana-appindicator

Ayatana Application Indicators Shared Library
GNU Lesser General Public License v3.0
56 stars 13 forks source link

Scroll events not working #61

Open rehar opened 1 year ago

rehar commented 1 year ago

Scroll events don't seem to be working on openSUSE Leap with KDE Plasma. When debugging I noticed that the scroll orientation in the bus_method_call() is capitalized (e.g 'Vertical' not 'vertical'). Therefore, the string comparison always fails and the signal is never emitted.