Patch code below to totem3.10.1, will fix this annoying problem.

**It may cause other display problems as i haven't run a full test**

    --- totem-3.10.1/src/totem-object.c 2013-09-29 20:18:43.000000000 +0800
    +++ totem-3.10.1-myversion/src/totem-object.c       2014-10-08 
21:59:52.266918845 +0800
    @@ -3356,6 +3356,7 @@
                        icon_name = totem_get_rtl_icon_name 
("media-playback-start");
                else
                        icon_name = "media-playback-pause-symbolic";
    +           icon_name = NULL;
                totem_fullscreen_show_popups_or_osd (totem->fs, icon_name, 
FALSE);
                totem_action_play_pause (totem);
                return TRUE;
    @@ -3692,6 +3693,7 @@
                retval = FALSE;
        }
     
    +   icon_name = NULL;
        if (icon_name != NULL)
                totem_fullscreen_show_popups_or_osd (totem->fs,
                                                     icon_name,

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1309605

Title:
  OSD (skip, pause) take full window (and fullscreen) height

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1309605/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to