Tiny Core Linux

Tiny Core Base => Micro Core => Topic started by: enrico on January 03, 2011, 08:07:50 AM

Title: gnome-desktop
Post by: enrico on January 03, 2011, 08:07:50 AM
hi!I would need a help

I have installed the latest version of micro-core, 3.4

I installed gnome desktop from the terminal base

Upon completion of the installation I followed the instructions and typed from the terminal
Quote
$ Gnome-desktop-base-setup
with the following result:
Quote
sudo: glib-compile-schemas:command not found
sudo: update-gconf-database: command not found
/usr/local/sbin/gnome-desktop-base-setup:line 36,37,38,39:gconftool-2:not found
any suggestions?
thanks
Title: Re: gnome-desktop
Post by: gerald_clark on January 03, 2011, 08:15:49 AM
You also need Xlibs.gz, Xprogs.gz, and Xvesa.gz in your tce directory.
If you are going to load Xorg onboot, you should omit Xvesa.gz.
This will result in the equivalent of Tiny Core without a window manager,
allowing you to run gnome-desktop.
Title: Re: gnome-desktop
Post by: Arslan S. on January 03, 2011, 01:41:08 PM
glib-compile-schemas is located inside glib2.tcz and gconf-tool-2 is inside GConf.tcz, this clearly means that deps are not loaded at all

cpanel->appsaudit->update dep files, then run tce-update in a terminal

for installing gnome-desktop or any other desktop/window manager you need Xlibs.tgz Xprogs.tgz put in your tce folder, then read gnome-desktop-base.tcz.info carefully that's all
Title: Re: gnome-desktop
Post by: enrico on January 04, 2011, 05:06:14 PM
thank you very much! :)