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 Desktop Packages, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/1309605 Title: OSD (skip, pause) take full window (and fullscreen) height Status in Totem Movie Player: Expired Status in “totem” package in Ubuntu: Confirmed Bug description: The OSD icons for forward/backward skip and pause have the wrong heigt. They take the full (sometimes even more) height on the player window and also full height in fullscreen mode. This appeared after the upgrade to trusty (totem 3.10.1) To manage notifications about this bug go to: https://bugs.launchpad.net/totem/+bug/1309605/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp