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 302592 - Bad state when "Toggle fullscreen mode" shortcut is used
Bad state when "Toggle fullscreen mode" shortcut is used
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-05-01 00:05 UTC by Bastien Nocera
Modified: 2005-09-05 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
totem-make-toggle-maximisation-work.patch (3.31 KB, patch)
2005-09-02 15:38 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2005-05-01 00:05:35 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.
Comment 1 Bastien Nocera 2005-09-02 15:38:02 UTC
Created attachment 51725 [details] [review]
totem-make-toggle-maximisation-work.patch
Comment 2 Bastien Nocera 2005-09-05 12:25:15 UTC
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)