Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: AlejandroPadrino on July 03, 2011, 03:24:16 PM

Title: Clementine bug in .tcz package
Post by: AlejandroPadrino on July 03, 2011, 03:24:16 PM
Hello, I was try Clementine package with TinyCore 3.7.1, the best player for .MP3 files that I can know in Linux.  I use it in Ubuntu, but loading it in TinyCore says there is no one library:  libGLU.so.1

I don't know if there are more errors in package.  Please, update.

Thank you.
Title: Re: Clementine bug in .tcz package
Post by: gerald_clark on July 03, 2011, 04:04:40 PM
You need to be running Xorg, not Xvesa.

Unfortunately you cannot have a dependency  that says you need to load  Xorg-7.4 or Xorg-7.5, so it should be noted in the info file.
Title: Re: Clementine bug in .tcz package
Post by: bmarkus on July 03, 2011, 04:57:23 PM
You need to be running Xorg, not Xvesa.

Unfortunately you cannot have a dependency  that says you need to load  Xorg-7.4 or Xorg-7.5, so it should be noted in the info file.


Theoretically a startup script can check the environment and pop-up error message if no Xorg found. Not saying it is necessary, but possible and would eliminate future support cases.

Sample of such script would be useful for extension makers to enhance their packages depending on Xorg.
Title: Re: Clementine bug in .tcz package
Post by: curaga on July 04, 2011, 04:19:49 AM
if [ -e /tmp/.X11-unix/X0 ]; then [ "`cat /etc/sysconfig/Xserver`" == "Xorg" ] || popup "You need Xorg"; fi


edit: Added a check to only popup when running X
Title: Re: Clementine bug in .tcz package
Post by: AlejandroPadrino on July 04, 2011, 10:35:49 AM
... but problem is not fully solved.  I found two errors more:

1) There is error Halting my computer when closing Clementine.  I can "minimize" Clementine, but not close it.

2) I was  get GStreamer error after loading both Clementine and GStreamer.  Can't play .Mp3 files.

Thank you.
Title: Re: Clementine bug in .tcz package
Post by: Juanito on July 04, 2011, 10:39:35 AM
I was  get GStreamer error after loading both Clementine and GStreamer.  Can't play .Mp3 files.

Are gst-plugins-{bad, ugly} loaded?
Title: Re: Clementine bug in .tcz package
Post by: AlejandroPadrino on July 05, 2011, 01:30:47 PM
Hello Juanito,

now loaded all GStreamer plugins ... and some more.  Clementine is running, very thanks.  ;)

I have three possible bugs now:

1)  Volume is too low.  Alsa mixer is loaded at maximum values.

2) I can't see in Clementine 0.7.1 volume controls and graphic equalizer.  Can be that my screen size is 1024x768 (Asus Eee-PC).  In Clementine 0.5.3, graphic equalizer is showed at bottom of screen.

3) Clicking in Visualizations menu command, makes Clementine is closed without showing nothing.


Note that Clementine 0.7.1 retains one bug into equalizer, that I was report since 0.5.3 release:  16k band runs in inverse scale.  turning it up is same as decrease, and turning it down is same as increase.

Is there any solve?

Thank you.