Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: coreplayer2 on September 22, 2013, 01:30:45 AM
-
kismet from tc-5.0 repo is missing shared library " libcap.so.2 "
libcap.tcz resolves this issue, perhaps add to dep ?
-
Thanks - dep file adjusted
-
Rhythmbox is missing some deps, for sure needs libgnome-keyring.tcz am trying to figure out what else..?
-
besides the above lost shared libraries, there is something amiss with gstreamer as found here loading up rhythmbox
(https://db.tt/mejFxNj3)
-
Rhythmbox is missing some deps, for sure needs libgnome-keyring.tcz am trying to figure out what else..?
libgnome-keyring was a missing dep from brasero that was corrected (and I don't believe brasero is a dep of rhythmbox).
I use rhythmbox with pulseuadio, which might bring in some missing deps, but I don't see any (apart from the many optional gst-plugins-* deps) when I use it...
-
besides the above lost shared libraries, there is something amiss with gstreamer as found here loading up rhythmbox
I haven't been able to reproduce this - is it possible some non-related extension (python?) is causing the problem?
-
Ok will try starting rhythmbox in a base no restore config here shortly
-
Well, the rhythm-box deps dilemma is ongoing.
Majority of my issues (a small sample depicted above) were due to plugins not loaded (that was a missing dep) which produced numerous permission errors.
If I had tried "tce-load -i rhythmbox-gir.tcz" instead of "rhythmbox.tcz" I would have been spared many more errors and warning,
Using a base, norestore configuration with these items added to the onboot.list Rhythembox loads and runs with just a few warnings. Rhythembox is quite verbose when startedfrom the terminal.
My base Xorg config
Xorg-7.7.tcz
Xprogs.tcz
flwm_topside.tcz
wbar.tcz
aterm.tcz
added OSS for testing
OSS-modules-3.8.10-tinycore.tcz
OSS.tcz
added these deps to onboot list to crush most errors and warnings
gst-plugins-good.tcz
gst-plugins-bad.tcz
gst-plugins-ugly.tcz
libgnome-keyring.tcz
libgpod.tcz
gnome-icon-theme-symbolic.tcz
libstartup-notification.tcz
rhythmbox-gir.tcz
libdmapsharing.tcz
dbus-glib.tcz
gsettings-desktop-schemas-gir.tcz
notification-daemon.tcz
Unfortunately still have a couple warnings, so the jury is undecided on the need if any for dbus-glib.tcz considering these errors
tc@box:~$ rhythmbox
(rhythmbox:19773): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(rhythmbox:19773): Rhythmbox-WARNING **: Could not open device /dev/radio0
(rhythmbox:19773): Rhythmbox-WARNING **: Unable to grab media player keys: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon was not provided by any .service files
-
Thanks for the work on this - I was loading rhythmbox, alsa, pavucontrol and grilo-plugins to test - loading only rhythmbox and alsa highlighted some missing deps (and as a bonus, I discovered that loading the alsa extension without doing anything else is enough for sound to work on my laptop).
My premise for the minimum set of deps for rhythmbox is that it should be able to play mp3 and ogg-vorbis files (and never mind the 1,001 error messages).
Loading only rhythmbox and alsa, I can achieve the above by adding libvorbis, gsettings-desktop-schemas and libgnome-keyring as deps - adjusted dep file (and for rhythmbox-gir) uploaded.
As an aside, loading dbus-glib does not seem to fix errors of the form "The name org.gnome.blah-blah was not provided by any .service files" - I guess I need to summon up the energy to look into this further at some point. I'm also wondering, since gtk3 is large anyway, whether we should just bite the bullet and load dconf, gnome-icon-theme-symbolic, gsettings-desktop-schemas, etc as deps of gtk3.
-
Please keep Gnome parts out of gtk3...
-
BTW pulse audio will add some missing deps.
Meanwhile, jamming to Thunderstruck :thumbsup:
(https://db.tt/Uk6KVgfs)
Besides the verbose and seemingly unrelated terminal messages and a lost icon, the only function issue is with the volume control which has this inconvenient delay in volume change and the volume control is only effective in the 60% to 100% range, possibly a function of the audio drivers?
-
The volume works properly with pulseaudio/pavucontrol...