[Goodies-dev] [Bug 3320] XMMS plugin is freezing Audacious

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Jun 8 14:45:34 CEST 2007


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=3320


nenolod at sacredspiral.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nenolod at sacredspiral.co.uk




------- Comment #2 from nenolod at sacredspiral.co.uk  2007-06-08 12:45 UTC -------
Audacious is not XMMS nor BMP. However, to answer your question, the
controlsocket runs in another thread, which is likely the source of this
problem. You see, GTK2 and multiple threads using GTK2 doesn't work very well.
(Well, it works OK but you have to protect all operations with a giant lock.)

Anyway, we've switched to DBus which will fix the problem here. As I reproduce
this with audtool and Audacious 1.3, however, I would say the bug is either a
weird thread synchronization bug, or a bug in the XMMS panel plugin (seems
unlikely though. I'd go with synchronization bug, in which case, it probably
won't ever be fixed, sorry. I suggest porting the plugin to our DBus interface
in SVN and using that instead.).

Do note that we don't like bugs that are basically "it doesn't work like XMMS."
We are not XMMS, have no interest in being XMMS, nor wish to provide the same
functionality as XMMS. I hope that the switch to DBus will make this more
clear.


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Goodies-dev mailing list