After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666802 - Ability to turn off popups on mouse movement during fullscreen playback
Ability to turn off popups on mouse movement during fullscreen playback
Status: RESOLVED DUPLICATE of bug 694435
Product: totem
Classification: Core
Component: Movie player
3.3.x
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-12-24 12:42 UTC by Nghia
Modified: 2013-02-22 12:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nghia 2011-12-24 12:42:38 UTC
Every time I watch a movie in fullscreen and the mouse accidently gets nudge it will popup some menus/buttons. If I'm patient I'll wait for it to disappear, else I'll hit "f" twice quickly. This is a very annoying behaviour and I'm surprised there's no option to turn it off. 

At the moment I just comment out line 302 in file totem-fullscreen.c to get the behaviour I want.

//totem_fullscreen_show_popups (fs, TRUE);

But I suspect others might be in the same boat as me. I would suggest putting an option in Preference, under Display perhaps, something like "disable popups on mouse event during fullscreen".
Comment 1 Philip Withnall 2011-12-24 23:41:26 UTC
The current behaviour has been discussed quite a lot. You've got to move the cursor more than 30 pixels in 200ms in order to show the controls, which is quite a lot. See: bug #331241.

I guess we could increase the distance the cursor has to move. I think hiding the controls altogether in fullscreen is out of the question. Not everybody knows the keyboard shortcuts to navigate through a video without using the controls.

One possibility, however, would be to let Ctrl+H (“Show/Hide Controls”) work while in fullscreen.

Bastien, what do you think?
Comment 2 Nghia 2011-12-24 23:52:29 UTC
Ctrl + H sounds good as well! I tried searching for previous reports on this behaviour but maybe I was using the wrong keywords. Thanks for making me aware.
Comment 3 Bastien Nocera 2011-12-31 00:27:04 UTC
I'm not adding any more hacks of that kind. I'll leave that bug opened to sort out once the fullscreen popups are redesigned though.
Comment 4 Bastien Nocera 2013-02-22 12:19:55 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 694435 ***