Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: nick65go on May 17, 2019, 01:09:18 PM

Title: gnome-control-center missing few important dependencies
Post by: nick65go on May 17, 2019, 01:09:18 PM
Quote
tc@box:~$ gnome-control-center
gnome-control-center: error while loading shared libraries: libnma.so.0: cannot open shared object file: No such file or directory

network-manager-applet.tcz has /usr/local/lib/libnma.so.0.0.0;
but is not loaded as a dependency.

Code: [Select]
tc@box:~$ tce-load -i network-manager-applet.tcz
network-manager-applet.tcz: OK
tc@box:~$ gnome-control-center
gnome-control-center: error while loading shared libraries: libaccountsservice.so.0: cannot open shared object file: No such file or directory

Code: [Select]
tc@box:~$ tce-load -i accountsservice.tcz
accountsservice.tcz: OK
tc@box:~$ gnome-control-center
gnome-control-center: error while loading shared libraries: libibus-1.0.so.5: cannot open shared object file: No such file or directory

summary of dependencies missing: network-manager-applet.tcz, accountsservice.tcz, ibus.tcz
Title: Re: gnome-control-center missing few important dependencies
Post by: Juanito on May 18, 2019, 12:47:43 AM
network-manager-applet.tcz, accountsservice.tcz and ibus.tcz added to gnome-control-center deps - network-manager-applet.tcz and accountsservice.tcz removed from gnome-shell deps since it depends on gnome-control-center.

Since gnome-control-center is probably not much use without gnome-session the missing deps were masked.