Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: alu on August 28, 2009, 10:27:55 AM

Title: mc 2.3R2 ossxmix issue
Post by: alu on August 28, 2009, 10:27:55 AM
loading ossmix, get the following error

tc@box:~$ ossxmix
ossxmix: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory

as well, the following command don't work:

tc@box:~$ ossmix vol +25
Bad mixer control name(765) 'vol'

don't find the ossvol file in order to change the parameters
Title: Re: mc 2.3R2 ossxmix issue
Post by: MikeLockmoore on August 28, 2009, 10:39:53 AM
My new app Flit uses ossmix to get and set the volume, in a way similar to your commandline example (but in absolute percentage, not relative).  Is the failure because ossmix was updated?  Or TC?  I'd like to know if I need to make Flit work differently re. ossmix.
--
ML
Title: Re: mc 2.3R2 ossxmix issue
Post by: roberts on August 28, 2009, 10:41:23 AM
No base libraries have been changed in TC or MC.
Title: Re: mc 2.3R2 ossxmix issue
Post by: roberts on August 28, 2009, 10:58:55 AM
loading ossmix, get the following error

tc@box:~$ ossxmix
ossxmix: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory

as well, the following command don't work:

tc@box:~$ ossmix vol +25
Bad mixer control name(765) 'vol'

don't find the ossvol file in order to change the parameters

This is an extension issue and not a Core issue.

ossxmix I believe is a gtk2 application.
OSS does not list any dependencies, however it would seem that ossxmix would require gtk2 as your missing file libgobject.... comes from glib2.tcel

However, I would certainly not want to see OSS require gtk2 simply for this one X  program.

If what I suspect is true, it would be better to offer ossxmix as a separate extension with OSS and Gtk2 as dependenices.
Title: Re: mc 2.3R2 ossxmix issue
Post by: curaga on August 28, 2009, 12:36:58 PM
However, I would certainly not want to see OSS require gtk2 simply for this one X  program.

If what I suspect is true, it would be better to offer ossxmix as a separate extension with OSS and Gtk2 as dependenices.
It is mentioned in the info file as the only part needing gtk2, and was included because it comes with the same source. I'm ok with it being separated as well.
Title: Re: mc 2.3R2 ossxmix issue
Post by: alu on August 29, 2009, 04:13:51 AM
thanks, i have added glib2 for now