Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: Juanito on October 22, 2012, 12:55:04 AM

Title: gnome-media
Post by: Juanito on October 22, 2012, 12:55:04 AM
Thanks for updating gnome-media

A couple of points (using gnome-sound-recorder)

It looks like it needs a dep on xz?

When I try to record I get this error:
Code: [Select]
(gnome-sound-recorder:11232): GStreamer-WARNING **: Element 'gconfaudiosource' already has parent
When I close gnome-sound-recorder I get this:
Code: [Select]
(gnome-sound-recorder:11232): Gtk-WARNING **: Attempting to store changes into `/home/tc/.local/share/recently-used.xbel', but failed: Failed to create file '/home/tc/.local/share/recently-used.xbel.UW9VMW': No such file or directoryMaybe the start-up script could create the file/folder?

Just to be clear, I'm not using the gnome desktop, which might be the reason for the errors?

Edit: It looks like the xz dep came in by way of the latest libxml2
Title: Re: gnome-media
Post by: bmarkus on October 22, 2012, 02:58:30 AM

It looks like it needs a dep on xz?


There are many programs using liblzma.so optionally provided by xz.tcz if related dev files found durint configure. You can either remove xz-dev.tcz or use a configure switch to disable lzma support
Title: Re: gnome-media
Post by: bmarkus on October 22, 2012, 03:25:26 AM
BTW if needed, I can split up xz and to make a lib only extension, xzlib.tcz