Can you play mp3 files in mplayer command line as wget ftp.... / pipe mplayer ?

2008-07-11 Thread Darius Jack
Please test the following example it doesn't work for me. mp3 is always saved. Mayby memory problem./ Darius __ " MPlayer can read from stdin (not named pipes). This can for example be used to play from FTP: wget ftp://micorsops.com/something.avi -O - | mplayer - Note I

Re: Download request signal in browser-eal

2008-07-11 Thread tonikitoo (Antonio Gomes)
Mikko, maybe it has something to do w/ the new way microb is communicating microb-eal w/ its ui - though - new eal (/usr/lib/libbrowserneteal.so) - dbus. In your case I believe you want to use the old libbrowsereal.so to do so. How are you linking against it ? br On Thu, Jul 3, 2008 at 9:27 AM,

Media Streamer played, played and stopped to install

2008-07-11 Thread Darius Jack
Hi, pls tell me what can stop loading Media Streamer. 1-2 days ago played media streams from UPnP and today nothing, can not run Media Streamer at all. Ok. Can uninstall and install back. But pls tell me what can stop MS from running. Ok. Tested MS from command line while running MS in GUI and got

Diablo Extras .install files

2008-07-11 Thread Niels Breet
Hi all, We automatically generate .install files for Extras up until Chinook[1] and for Extras-Devel[2]. We currently don't generate those .install file for Diablo Extras because of the way the promotion interface works. Normally .install files are generated when a package gets processed in the i

Re: Labels and right click / tap_and_hold pop up menus in gtk/gtkmm

2008-07-11 Thread David Greaves
Simon Budig wrote: > David Greaves ([EMAIL PROTECTED]) wrote: >> So this code snippet works when desc_b is a Gtk::Button >> >> GtkWidgetTapAndHoldFlags f; >> gtk_widget_tap_and_hold_setup( >> (GtkWidget*)(desc_b.gobj()), >> (GtkWidget*)(pMenu->gobj()), NULL, f); >> >> But I want to use a