[Bug 123124] Re: totem does not prevent the screen to be blanked

2008-10-20 Thread BUGabundo
*** This bug is a duplicate of bug 66257 ***
https://bugs.launchpad.net/bugs/66257

** This bug has been marked a duplicate of bug 66257
   Screen blanks when watching movies

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-08-24 Thread Sebastien Bacher
you might have graphical effects when playing music, that's only code
and that's likely possible but we don't have the ressources to start
coding on minor things like that at the moment and that's a different
issue, you can try to open a new bug upstream about it though

-- 
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 assignee.

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


Re: [Bug 123124] Re: totem does not prevent the screen to be blanked

2007-08-24 Thread Nicolò Chieffo
Sebastien, in this way the screensaver is also disactivated when
playing music. Is there a way to check if a video is playing, instead
of music, to better handle this problem?

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-08-24 Thread Bug Watch Updater
** Changed in: totem
   Status: Confirmed = Fix Released

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-08-23 Thread Sebastien Bacher
totem (2.19.90-0ubuntu3) gutsy; urgency=low

  * debian/patches/07_no_screensaver_activation_when_playing.dpatch:
- unactivate the screensaver also when not playing in fullscreen
  (LP: #123124)

 -- Sebastien Bacher [EMAIL PROTECTED]   Wed, 22 Aug 2007 12:37:55
+0200

** Changed in: totem (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-08-22 Thread Sebastien Bacher
I've sent a patch upstream, commited it to svn and uploaded a package
update with it now

** Changed in: totem (Ubuntu)
   Status: Triaged = Fix Committed

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-08-20 Thread Nicolò Chieffo
Sorry. but can we apply the patch removing  totem_is_fullscreen by
ourselves? Upstream doesn't seem interested in this bug, and it is a
simple fix for us!

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-07-26 Thread Bug Watch Updater
** Changed in: totem (upstream)
   Status: Unknown = 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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-07-25 Thread Sebastien Bacher
Thank you for your bug. That's known upstream
http://bugzilla.gnome.org/show_bug.cgi?id=425473

** Changed in: totem (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Confirmed = Triaged

** Also affects: totem (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=425473
   Importance: Unknown
   Status: Unknown

-- 
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 assignee.

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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-07-08 Thread Nicolò Chieffo
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


[Bug 123124] Re: totem does not prevent the screen to be blanked

2007-06-29 Thread Nicolò Chieffo
** Summary changed:

- totem does not block the screensaver
+ totem does not prevent the screen to be blanked

** Description changed:

  Binary package hint: totem-gstreamer
  
  using gutsy:
  totem-gstreamer 2.19.4-0ubuntu3
  
- When I play videos the screensaver is not inhibited. I noticed that the
- package has a plugin named screensaver, but it is not listed under the
- plugins window, so I cannot see if it is misconfigured
+ When I play videos the blank screen is not inhibited. I noticed that
+ the package has a plugin named screensaver, but it is not listed under
+ the plugins window, so I cannot see if it is misconfigured
+ 
+ This plugin does this:
+ when the screensaver should start, the whole screen (except the video) 
becomes more and more black.
+ Then when the timeout of gnome-power-manager is triggered the screen is 
blanked.

-- 
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