GNOME Bugzilla – Bug 302592
Bad state when "Toggle fullscreen mode" shortcut is used
Last modified: 2005-09-05 12:25:15 UTC
From bug #173154 1. Start /usr/bin/gnome-keybinding-properties . 2. Ensure that "Window Management" | "Toggle fullscreen mode" is bound to a shortcut (I used F10). Note the shortcut. 3. Start totem . 4. In totem press f . Totem will go fullscreen. 5. Press the shortcut noted in Step 2. We need to track the "window_state_event" signal on the window to be able to handle this ourselves.
Created attachment 51725 [details] [review] totem-make-toggle-maximisation-work.patch
Fixed in HEAD and gnome-2-10. 2005-09-05 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_set_show_cursor): * src/totem.c: (window_state_event_cb), (totem_action_fullscreen_toggle), (totem_callback_connect): Avoid weird states when using the "Toggle fullscreen mode" window manager shortcut (Closes: #302592)