Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nsalguero opened this issue Jul 20, 2022 · 1 comment
Closed

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

nsalguero opened this issue Jul 20, 2022 · 1 comment

Comments

@nsalguero
Copy link

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,

nsalguero pushed a commit to nsalguero/lxpanel that referenced this issue Jul 20, 2022
@ib
Copy link
Member

ib commented Aug 6, 2023

See #46.

@ib ib closed this as completed Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants