I've looked at the code in src/plugins/totem-screensaver.c

static void totem_screensaver_update_from_state (TotemObject *totem,
                     TotemScreensaverPlugin *pi)
{
    if (totem_is_playing (totem) != FALSE
        && totem_is_fullscreen (totem) != FALSE) {
        totem_scrsaver_disable (pi->scr);
    } else {
        totem_scrsaver_enable (pi->scr);
    }
}

I really think that this condition in inadequate: why the check that
totem is fullscreen? I mean, I can prefer watching the video in windowed
mode, especially if the resolution is not hi...

the check should be if totem_is_playing && totem_is_playing_video_file. 
Remember that there is the problem of inhibit the suspend, which should be done 
also if totem is playing an audio file (don't know if this is done elsewhere).
the function totem_is_playing_video_file should be implemented

** Changed in: totem (Ubuntu)
       Status: New => Confirmed

-- 
totem does not prevent the screen to be blanked
https://bugs.launchpad.net/bugs/123124
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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

Reply via email to