GNOME Bugzilla – Bug 759788
touch tap and hold does not work in nautilus main screen. It works in left panel.
Last modified: 2017-08-27 18:30:50 UTC
tap and hold works only in left panel not in the main screen. It does not work with my finger or with an active stylus (synaptic). Also double tap does not work.
xinput --list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)] ⎜ ↳ ELAN Touchscreen id=11 [slave pointer (2)] ⎜ ↳ ELAN Touchscreen Pen id=10 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Video Bus id=7 [slave keyboard (3)] ↳ Power Button id=8 [slave keyboard (3)] ↳ HP Truevision Full HD id=9 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)] ↳ HP WMI hotkeys id=14 [slave keyboard (3)] ↳ HP Wireless hotkeys id=15 [slave keyboard (3)]
Oddly enough double tap works fine in grid view. Tap and hold fails for both list and grid view. As far as I can remember it has somethig to do with the right click menu being a context menu and not a popover (it work's in e.g. gedit's open file menu)
Still not working in 3.20 in both grid and list view. It works in the left tree pane.
Is hold-for-context-menu (right click) not implemented at all? An older bug #681629 is still open... https://bugzilla.gnome.org/show_bug.cgi?id=681629 It has clearly been implemented in the left pane, so it should be added to the folders window too.
Comment 4 is correct. This was implemented in Gtk+ for the sidebar[*] but has yet to be implemented in nautilus views. It's more likely to be implemented after the new in-development views land, but if someone can provide a patch for what we have now, I'm sure nautilus developers will be grateful. With regard to double tap not working on list view, that's another bug, tracked as bug 774821. So, I'm marking as a duplicate of bug 681629, as per comment 4. [*] https://git.gnome.org/browse/gtk+/commit/gtk/gtkplacessidebar.c?id=e08c5262b728471934d15fef5389b74a1eefbd15 *** This bug has been marked as a duplicate of bug 681629 ***