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,
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 10.1-myversion/ src/totem- object. c 2014-10-08 21:59:52.266918845 +0800 rtl_icon_ name ("media- playback- start") ; playback- pause-symbolic" ;
totem_fullscree n_show_ popups_ or_osd (totem->fs, icon_name, FALSE);
totem_action_ play_pause (totem);
+++ totem-3.
@@ -3356,6 +3356,7 @@
icon_name = totem_get_
else
icon_name = "media-
+ icon_name = NULL;
return TRUE;
@@ -3692,6 +3693,7 @@
retval = FALSE;
}
+ icon_name = NULL;
totem_fullscree n_show_ popups_ or_osd (totem->fs,
icon_ name,
if (icon_name != NULL)