On Sat, Jan 27, 2007 at 09:39:17PM +0100, Adam Cécile (Le_Vert) wrote: > Le samedi 27 janvier 2007 20:25, Stefan Ott a écrit : > > Package: audacious-plugins > > Version: 1.2.5-1 > > Severity: wishlist > > > > Hi > > > > It would be very nice to have audacious-docklet > > (http://nedudu.hu/index.php?load=downloads&mode=get&id=2) included in > > debian. > > > > Regards > > Stefan > > Hello, > > I agree with you and I already prepared a package for audacious-docklet. > However, on my systems it makes audacious crash so it has never been > uploaded... > > I'll see if there is a new upstream version that works fine. > > Best regards, Adam.
Hi Okay, sounds great. I've been using it without any crashes for quite some time. Btw, here's a little patch I already sent upstream (never got an answer, though) which adds a skip-on-middle-mouse-button feature to the docklet thing. I'd really appreciate to see it included :) Regards -- Stefan Ott http://www.ottwerk.net/
diff -Nru audacious-docklet-0.1.1.orig/src/docklet.c audacious-docklet-0.1.1/src/docklet.c --- audacious-docklet-0.1.1.orig/src/docklet.c 2006-01-21 02:01:39.000000000 +0100 +++ audacious-docklet-0.1.1/src/docklet.c 2006-11-29 04:43:40.000000000 +0100 @@ -109,6 +109,9 @@ case 1: toggle_all_windows (); break; + case 2: + xmms_remote_playlist_next (docklet_plugin.xmms_session); + break; case 3: docklet_menu_show (event); break;