Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started 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.
-
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.
-
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.
-
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
-
... 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.
-
I was get GStreamer error after loading both Clementine and GStreamer. Can't play .Mp3 files.
Are gst-plugins-{bad, ugly} loaded?
-
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.