On Fri, 2008-12-12 at 17:26 +0100, Bas Zoetekouw wrote:
> Hi Ben!
>
> You wrote:
>
> > I've made a few important fixes to avoid zombie processes (an existing
> > bug) and file descriptor leakage. The new version of this patch is
> > below.
> > Unfortunately when I gave this code some serious tes
Hi Ben!
You wrote:
> I've made a few important fixes to avoid zombie processes (an existing
> bug) and file descriptor leakage. The new version of this patch is
> below.
> Unfortunately when I gave this code some serious testing I found a race
> condition in xdg-screensaver that can leave child
On Wed, 2008-11-26 at 04:13 +, Ben Hutchings wrote:
> There's an easy way to fix this:
>
> --- xine-ui-0.99.5+cvs20070914.orig/src/xitk/videowin.c
> +++ xine-ui-0.99.5+cvs20070914/src/xitk/videowin.c
> @@ -2275,6 +2275,7 @@
>
>if(gGui->ssaver_enabled && (xitk_get_last_keypressed_time() >
There's an easy way to fix this:
--- xine-ui-0.99.5+cvs20070914.orig/src/xitk/videowin.c
+++ xine-ui-0.99.5+cvs20070914/src/xitk/videowin.c
@@ -2275,6 +2275,7 @@
if(gGui->ssaver_enabled && (xitk_get_last_keypressed_time() >= (long int)
gGui->ssaver_timeout)) {
+#if 0
#ifdef HAVE_XTESTEXTE
Package: xine-ui
Version: 0.99.4-2
Severity: normal
Xine emulates ctrl/shift key press events to disable
the screensaver. Generally this is a good idea, but I
think it should only be done if the Xine Video Output
window has focus.
Recently I heared to a music DVD (with disabled vo
window) and
5 matches
Mail list logo