Reproduce: ======= 1) Open Thunar 2) Menu -> View -> View as detailed list 3) Try to enlarge listed items with Ctrl + mousewheel expected: 4) Items get enlarged / shrink (as in the other views) actual: 4) Scroll-action is triggered Further information: ============= - This problem did not appear under xubuntu 18.10 LTS, Thunar - This problem does not exist for the other view options - [Ctrl]+[+] does work for item size change
Correction: - This problem did not appear under xubuntu 18.04 LTS, Thunar
I can confirm the bug. To checked which commit made the difference. ( Possibly related to exo )
The problem seems to be that event->direction in thunar_standard_view_scroll_event() returns GDK_SCROLL_SMOOTH. With GDK_CORE_DEVICE_EVENTS=1 set this issue is not present.
(In reply to Theo Linkspfeifer from comment #3) > The problem seems to be that event->direction in > thunar_standard_view_scroll_event() returns GDK_SCROLL_SMOOTH. > > With GDK_CORE_DEVICE_EVENTS=1 set this issue is not present. But only for detailed view. This bug was not present in thunar 1.6.x ... seems like it first showed in 1.7.0. Probably related to gtk2 --> gtk3 transition.
Yes, this is only about the detailed list view as mentioned in the bug description. I do not know how to properly fix this though.
Created attachment 9054 hack I used this change for a quick test.
Related: https://git.xfce.org/xfce/xfce4-panel/commit?id=c2fc42eb5debd536bdce6761eb685ac65e6335c8
Created attachment 9322 patrch Uh, thanks for the patch, I somehow missed it. Works for me for detailed view, but breaks feature for the other views. Wonder why "event->direction" is "GDK_SCROLL_SMOOTH" for detailed view ... according to the doc, I need to check the deltas in this case, like done in your linked commit. Attached a patch. I cannot test the "misc-horizontal-wheel-navigates" part, since I dont have a horizontal "wheel" (trackball?) ... possibly you have such a device ?
Patch works. I emulated horizontal scrolling by remapping the scroll direction via xbindkeys: # ~/.xbindkeysrc "xdotool click 6" b:4 "xdotool click 7" b:5
Alexander Schwinn referenced this bugreport in commit a1108af1d4c03773534038d552aa56c8cddbe662 Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list view) (Bug #15936) https://git.xfce.org/xfce/thunar/commit?id=a1108af1d4c03773534038d552aa56c8cddbe662
Alexander Schwinn referenced this bugreport in commit ec58e00ea9fe50a4c24e634744decbea016f81dd Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list view) (Bug #15936) https://git.xfce.org/xfce/thunar/commit?id=ec58e00ea9fe50a4c24e634744decbea016f81dd
Good idea ! Thanks for testing ! Pushed it to master and 4.14 branch.
*** Bug 16319 has been marked as a duplicate of this bug. ***