Open GoogleCodeExporter opened 8 years ago
It is the version of GTK you have installed. They changed something the way
scrolling is done in Gtk 3.4 and I have not been able to fix it yet as I don't
have a system with GTK 3.4 yet. So it is a known issue and should be fixed
hopefully in a month. As a workaround you can build the code as gtk2 and the
wheel should work.
Original comment by kdeko...@gmail.com
on 1 Jun 2012 at 1:31
Here's the patch. Gtk 3.4 requires scroll events to be explicitly added to the
widget. The gmtk.patch does that in gmtk. The gnome-mplayer.patch simply
removes the (re)set of actions in gnome-mplayer application.
Alternative fix is to simply add GDK_SCROLL_MASK to gtk_widget_set_events() in
gnome-mplayer.
Original comment by rok.mand...@gmail.com
on 26 Jul 2012 at 8:54
Attachments:
[deleted comment]
The above two patches fixed the scrolling for me (Fedora 17, Gtk 3.4.4). If you
want to add support for "smooth scrolling", see the patches below.
Original comment by rok.mand...@gmail.com
on 26 Jul 2012 at 9:19
Attachments:
Basic scrolling patch applied. Will merge in smooth scrolling patch in 1.0.8
Original comment by kdeko...@gmail.com
on 21 Aug 2012 at 3:31
Original issue reported on code.google.com by
Mirr...@gmail.com
on 1 Jun 2012 at 1:24