WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Clementine bug in .tcz package  (Read 3699 times)

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Clementine bug in .tcz package
« 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.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Clementine bug in .tcz package
« Reply #1 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.
« Last Edit: July 03, 2011, 04:08:52 PM by gerald_clark »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Clementine bug in .tcz package
« Reply #2 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.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Clementine bug in .tcz package
« Reply #3 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
« Last Edit: July 04, 2011, 04:23:50 AM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: Clementine bug in .tcz package
« Reply #4 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: Clementine bug in .tcz package
« Reply #5 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?

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: Clementine bug in .tcz package
« Reply #6 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.
« Last Edit: July 05, 2011, 01:32:27 PM by AlejandroPadrino »