[arch-general] [ARCH-GENERAL] alsaplayer gtk2 interfacelost?
My alsaplayer configuration file includes: % cat ~/.alsaplayer/config # # alsaplayer config file # # Only edit this file if the application is not active. # Any modifications might (will!) be lost otherwise. # http.buffer_size=1048576 main.default_interface=gtk2 main.default_output=alsa main.fallback_interface=text main.period_count=8 main.period_size=4096 main.play_on_start=false But when I run alsaplayer with verbosity I get: % alsaplayer --verbose AlsaPlayer 0.99.80 (C) 1999-2004 Andy Lo A Foe <andy@alsaplayer.org> and others. Output plugin: ALSA output v1.9.0beta12 Loading reader plugin: HTTP reader v1.3 Loading reader plugin: File reader v1.1 Loading Input plugin: MikMod player v1.0 Loading Input plugin: WAV player v1.01 Loading Input plugin: Ogg Vorbis player v1.2 Loading Input plugin: CDDA player v1.2 Loading Input plugin: flac player v1.1.3/1.1.4/1.2 Loading Input plugin: libsndfile plugin v0.1 Loading Input plugin: MAD MPEG audio plugin v1.01 Loading Input plugin: Audio File Library player v0.2.1 Interface plugin: TEXT interface v1.1 Nothing to play. I'm not sure why the text interface was started. I tried changing the fallback interface to gtk2, and things fail like: % alsaplayer --verbose AlsaPlayer 0.99.80 (C) 1999-2004 Andy Lo A Foe <andy@alsaplayer.org> and others. Output plugin: ALSA output v1.9.0beta12 Loading reader plugin: HTTP reader v1.3 Loading reader plugin: File reader v1.1 Loading Input plugin: MikMod player v1.0 Loading Input plugin: WAV player v1.01 Loading Input plugin: Ogg Vorbis player v1.2 Loading Input plugin: CDDA player v1.2 Loading Input plugin: flac player v1.1.3/1.1.4/1.2 Loading Input plugin: libsndfile plugin v0.1 Loading Input plugin: MAD MPEG audio plugin v1.01 Loading Input plugin: Audio File Library player v0.2.1 Failed to load text interface. This is bad (gtk2,gtk2,/usr/lib/alsaplayer) Any idea why gtk2 alsaplayer interface doesn't seem to work? The package is i686: % pacman -Qs alsaplayer local/alsaplayer 0.99.80-1 ... Thanks, -- Javier
Javier Vasquez wrote:
My alsaplayer configuration file includes:
% cat ~/.alsaplayer/config # # alsaplayer config file # # Only edit this file if the application is not active. # Any modifications might (will!) be lost otherwise. # http.buffer_size=1048576 main.default_interface=gtk2 main.default_output=alsa main.fallback_interface=text main.period_count=8 main.period_size=4096 main.play_on_start=false
But when I run alsaplayer with verbosity I get:
% alsaplayer --verbose AlsaPlayer 0.99.80 (C) 1999-2004 Andy Lo A Foe <andy@alsaplayer.org> and others. Output plugin: ALSA output v1.9.0beta12 Loading reader plugin: HTTP reader v1.3 Loading reader plugin: File reader v1.1 Loading Input plugin: MikMod player v1.0 Loading Input plugin: WAV player v1.01 Loading Input plugin: Ogg Vorbis player v1.2 Loading Input plugin: CDDA player v1.2 Loading Input plugin: flac player v1.1.3/1.1.4/1.2 Loading Input plugin: libsndfile plugin v0.1 Loading Input plugin: MAD MPEG audio plugin v1.01 Loading Input plugin: Audio File Library player v0.2.1 Interface plugin: TEXT interface v1.1 Nothing to play.
I'm not sure why the text interface was started. I tried changing the fallback interface to gtk2, and things fail like:
% alsaplayer --verbose AlsaPlayer 0.99.80 (C) 1999-2004 Andy Lo A Foe <andy@alsaplayer.org> and others. Output plugin: ALSA output v1.9.0beta12 Loading reader plugin: HTTP reader v1.3 Loading reader plugin: File reader v1.1 Loading Input plugin: MikMod player v1.0 Loading Input plugin: WAV player v1.01 Loading Input plugin: Ogg Vorbis player v1.2 Loading Input plugin: CDDA player v1.2 Loading Input plugin: flac player v1.1.3/1.1.4/1.2 Loading Input plugin: libsndfile plugin v0.1 Loading Input plugin: MAD MPEG audio plugin v1.01 Loading Input plugin: Audio File Library player v0.2.1 Failed to load text interface. This is bad (gtk2,gtk2,/usr/lib/alsaplayer)
Any idea why gtk2 alsaplayer interface doesn't seem to work? The package is i686:
% pacman -Qs alsaplayer local/alsaplayer 0.99.80-1 ...
Thanks,
This is a duplicate email
On Sat, Feb 14, 2009 at 11:06 PM, Jeffrey Parke <jeffrey.parke@gmail.com> wrote:
Javier Vasquez wrote:
My alsaplayer configuration file includes:
% cat ~/.alsaplayer/config # # alsaplayer config file # # Only edit this file if the application is not active. # Any modifications might (will!) be lost otherwise. # http.buffer_size=1048576 main.default_interface=gtk2 main.default_output=alsa main.fallback_interface=text main.period_count=8 main.period_size=4096 main.play_on_start=false
But when I run alsaplayer with verbosity I get:
% alsaplayer --verbose AlsaPlayer 0.99.80 (C) 1999-2004 Andy Lo A Foe <andy@alsaplayer.org> and others. Output plugin: ALSA output v1.9.0beta12 Loading reader plugin: HTTP reader v1.3 Loading reader plugin: File reader v1.1 Loading Input plugin: MikMod player v1.0 Loading Input plugin: WAV player v1.01 Loading Input plugin: Ogg Vorbis player v1.2 Loading Input plugin: CDDA player v1.2 Loading Input plugin: flac player v1.1.3/1.1.4/1.2 Loading Input plugin: libsndfile plugin v0.1 Loading Input plugin: MAD MPEG audio plugin v1.01 Loading Input plugin: Audio File Library player v0.2.1 Interface plugin: TEXT interface v1.1 Nothing to play.
I'm not sure why the text interface was started. I tried changing the fallback interface to gtk2, and things fail like:
% alsaplayer --verbose AlsaPlayer 0.99.80 (C) 1999-2004 Andy Lo A Foe <andy@alsaplayer.org> and others. Output plugin: ALSA output v1.9.0beta12 Loading reader plugin: HTTP reader v1.3 Loading reader plugin: File reader v1.1 Loading Input plugin: MikMod player v1.0 Loading Input plugin: WAV player v1.01 Loading Input plugin: Ogg Vorbis player v1.2 Loading Input plugin: CDDA player v1.2 Loading Input plugin: flac player v1.1.3/1.1.4/1.2 Loading Input plugin: libsndfile plugin v0.1 Loading Input plugin: MAD MPEG audio plugin v1.01 Loading Input plugin: Audio File Library player v0.2.1 Failed to load text interface. This is bad (gtk2,gtk2,/usr/lib/alsaplayer)
Any idea why gtk2 alsaplayer interface doesn't seem to work? The package is i686:
% pacman -Qs alsaplayer local/alsaplayer 0.99.80-1 ...
Thanks,
This is a duplicate email
I don't think it's built with the gtk2 interface. Submit a bug report/feature request.
On 2/15/09, Eric Bélanger <snowmaniscool@gmail.com> wrote:
On Sat, Feb 14, 2009 at 11:06 PM, Jeffrey Parke <jeffrey.parke@gmail.com> wrote:
Javier Vasquez wrote:
---
I don't think it's built with the gtk2 interface. Submit a bug report/feature request.
Well, I have time until now, but I believe some one already filed a bug for this (even provided a patch): FS#13372 http://bugs.archlinux.org/task/13372?string=alsaplayer&project=0&search_name=&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=open&percent%5B0%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto= Not sure if I should add a comment, indicating I miss the gtk interface, :-) Sorry for the duplicated mail. I really thought the 1st one didn't get through... Thanks, -- Javier
Javier Vasquez wrote:
On 2/15/09, Eric Bélanger <snowmaniscool@gmail.com> wrote:
On Sat, Feb 14, 2009 at 11:06 PM, Jeffrey Parke <jeffrey.parke@gmail.com> wrote:
Javier Vasquez wrote:
---
I don't think it's built with the gtk2 interface. Submit a bug report/feature request.
Well, I have time until now, but I believe some one already filed a bug for this (even provided a patch):
Not sure if I should add a comment, indicating I miss the gtk interface, :-)
Sorry for the duplicated mail. I really thought the 1st one didn't get through...
Thanks,
Hi Oohh I had not seen this message before. Just coincidence that the same report. Yes patch is attached, alsaplayer don't have GTK+ interface , only GTK+2. Here is the screenshot http://img25.imageshack.us/my.php?image=alsaplayerey9.png Seems to run fine ;) Also added a patch for depends, but may not be valid. Good Luck! -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
participants (4)
-
Eric Bélanger
-
Gerardo Exequiel Pozzi
-
Javier Vasquez
-
Jeffrey Parke