[Bug 805386] Re: Screen goes to sleep when told not to

2013-09-03 Thread RĂ©mi Denis-Courmont
The issue should be fixed with GNOME 3.10 according to the VLC bug report. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not

[Bug 805386] Re: Screen goes to sleep when told not to

2013-09-03 Thread Bug Watch Updater
** Changed in: vlc Status: New => Unknown -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not to To manage notificatio

[Bug 805386] Re: Screen goes to sleep when told not to

2013-08-31 Thread Bug Watch Updater
** Changed in: vlc Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not to To manage notificatio

[Bug 805386] Re: Screen goes to sleep when told not to

2012-11-30 Thread Bug Watch Updater
** Changed in: gnome-screensaver Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not to

[Bug 805386] Re: Screen goes to sleep when told not to

2012-11-17 Thread Forage
The issue is also present in my setup: - Ubuntu 12.10 GNOME remix (x64) - VLC 2.0.4+git20121117+r431-0~r43~quantal1 (from ppa:videolan/stable-daily) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://b

[Bug 805386] Re: Screen goes to sleep when told not to

2012-11-15 Thread Bug Watch Updater
** Changed in: vlc Status: New => Unknown -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not to To manage notificatio

[Bug 805386] Re: Screen goes to sleep when told not to

2012-11-07 Thread Bug Watch Updater
** Changed in: vlc Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not to To manage notificatio

[Bug 805386] Re: Screen goes to sleep when told not to

2012-06-18 Thread Bug Watch Updater
** Changed in: gnome-screensaver Status: Unknown => Confirmed ** Changed in: gnome-screensaver Importance: Unknown => High -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.n

[Bug 805386] Re: Screen goes to sleep when told not to

2012-06-18 Thread Milan Bouchet-Valat
See also bug 497318. ** Bug watch added: GNOME Bug Tracker #579430 https://bugzilla.gnome.org/show_bug.cgi?id=579430 ** Also affects: gnome-screensaver via https://bugzilla.gnome.org/show_bug.cgi?id=579430 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-07 Thread Didier Roche
tested and confirmed that the fix was enough, closing the bug. ** Changed in: vlc (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-06 Thread Ubuntu QA's Bug Bot
The attachment "xdg-utils_1.1.0~rc1-2ubuntu6.dsc.debdiff" of this bug report has been identified as being a patch in the form of a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. In the event that this is in fact no

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-06 Thread Daniel Holbach
It seems like everything that needed sponsoring in this bug was uploaded already, so I'll unsubscribe the sponsors team. Does this still need a separate fix in vlc? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in U

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xdg-utils -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Title: Screen goes to sleep when told not to To manage notifications about th

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package xdg-utils - 1.1.0~rc1-2ubuntu6 --- xdg-utils (1.1.0~rc1-2ubuntu6) oneiric; urgency=low * Use D-Bus API for GNOME screensaver - debian/patches/xdg-screensaver-dbus.patch - LP: #805386 -- Daniel HahlerMon, 03 Oct 2011 16:06:10 +0200 ** C

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Bug Watch Updater
** Changed in: xdg-utils Status: Unknown => Fix Released ** Changed in: xdg-utils Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
** Patch added: "xdg-utils_1.1.0~rc1-2ubuntu6.dsc.debdiff" https://bugs.launchpad.net/xdg-utils/+bug/805386/+attachment/2501712/+files/xdg-utils_1.1.0%7Erc1-2ubuntu6.dsc.debdiff ** Changed in: gnome-screensaver (Ubuntu) Status: New => Invalid -- You received this bug notification beca

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
>From looking at the "strace -f" output for vlc, it appears that >xdg-screensaver is being called, but ends with "xscreensaver-command: no >screens". Then gnome-screensaver-command is used next then. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
xdg-utils calls "gnome-screensaver-command --poke", via: case "$1" in suspend) screensaver_suspend_loop gnome-screensaver-command --poke result=0 ;; ** Changed in: xdg-utils (Ubuntu) Status: Confirmed => Triaged ** Changed in: xdg-utils (Ubuntu)

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
There appears to be a fix upstream in xdg-utils already since March: http://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=666d65cae0f2e66d33ec0dc48c054afbf16c9e3f ** Bug watch added: freedesktop.org Bugzilla #29860 http://bugs.freedesktop.org/show_bug.cgi?id=29860 ** Also affects: gnome-screen

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
"--poke" has been removed in gnome-screensaver 2.91.91: "Remove --poke option from the commandline tool (didn't work anyway)" I assume it broke during the transition to Gnome 3?! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-s

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
vlc appears to use both "xscreensaver-command -deactivate" and "gnome-screensaver-command --poke". (Source: modules/misc/inhibit/xscreensaver.c). ** Changed in: vlc (Ubuntu) Status: Confirmed => Triaged ** Changed in: vlc (Ubuntu) Importance: Undecided => Medium ** Also affects: gnome

[Bug 805386] Re: Screen goes to sleep when told not to

2011-10-03 Thread Daniel Hahler
The "--poke" option is unknown to gnome-screensaver-command in Oneiric, and xscreensaver-command is not installed. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/805386 Tit