lxde / lxpanel

Other
52 stars 38 forks source link

Volume plugin does not work properly when built with gtk+3 #45

Closed nsalguero closed 11 months ago

nsalguero commented 1 year ago

Hi,

When lxpanel is built with gtk+3, the volumealsa plugin has two issues:

  1. Scrolling mouse wheel on the icon from lxpanel does nothing because of a missing gtk_widget_add_events(p, GDK_SCROLL_MASK).
  2. In the window of the plugin, scrolling mouse wheel only decreases the volume because the direction GDK_SCROLL_SMOOTH is not taken into account.

Best regards,

ib commented 11 months ago

See #46.