reassign 536008 gnome-mplayer stop Cesare Tirabassi <[email protected]> writes:
> On Tue, 7 Jul 2009 12:22:34 +0400 > Андрей Парамонов <[email protected]> wrote: > > Thinking some more about it, this is probably an invalid bug report > altogether. Hm, I'm not too sure about that, TBH. > Using --idle (or specifying idle=yes in the configuration file) is not > compatible with the slave mode which is required by any front-end. >From the manpage: -idle (also see -slave) Makes MPlayer wait idly instead of quitting when there is no file to play. Mostly useful in slave mode where MPlayer can be controlled through input commands. > I'll let the mplayer maintainer(s) decide if this report is indeed to > be rejected. How about this patch against gnome-mplayer? Does this perhaps help? >> diff -u thread.c~ thread.c --- thread.c~ 2009-06-03 01:35:52.000000000 +0200 +++ thread.c 2009-07-07 23:10:58.000000000 +0200 @@ -871,6 +871,7 @@ } } + argv[arg++] = g_strdup_printf("-noconfig"); argv[arg++] = g_strdup_printf("-noconsolecontrols"); argv[arg++] = g_strdup_printf("-osdlevel"); argv[arg++] = g_strdup_printf("%i", osdlevel); Other than that, I don't how this can be solved from within mplayer. Therefore, I'm reassigning back. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

