LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   gnome 2.6 slack packages (https://www.linuxquestions.org/questions/linux-distributions-5/gnome-2-6-slack-packages-164879/)

citrus 04-01-2004 04:25 AM

gnome 2.6 slack packages
 
hey will someone post back when they see slack packages for gnome 2.6


thank you

PolyPerception 04-01-2004 03:03 PM

You could always remove the gnome 2.4 packages and install from source, as I plan to do.

citrus 04-01-2004 07:16 PM

i could but that would take all night and the next day on my machine

citrus 04-02-2004 04:02 PM

anyone seen the tgz packages yet?

dushkinup 04-03-2004 05:43 PM

Nope. Not me.

citrus 04-03-2004 07:11 PM

lol thanks

vinay_s_s 04-03-2004 11:55 PM

u can try this:
http://slackpacks.tchelinux.com.br/
but i think that these packages have some problems.

citrus 04-04-2004 10:38 AM

like what kinda problems?

vinay_s_s 04-04-2004 12:32 PM

gconf problems. but i got it solved.
but i still have one problem:
the window list panel applet doesnt function!!

LiNuCe 04-07-2004 07:47 AM

These GNOME 2.6 packages are badly packaged
 
These GNOME 2.6 packages have been packaged too quickly and without any test from the packager ! They even should not be widely available ! I have tested them on my test box with a clean Slackware 9.1installation and without GNOME previously installed (to avoid eventual "old configuration" problem with GNOME 2.6). I was really surprised : does the packager really know what he did ? Obviously no. GConf schemas are not installed upon package installation . You must install them manually before starting GNOME ! As root, under BASH, use the following command

Code:

mv /etc/gconf /etc/gconf-2.4.x # Remove GNOME 2.4.x installed schemas
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
for SCHEMAS in $(cd /etc/gconf/schemas ; ls *.schemas)
do
  /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMAS
done
/usr/bin/gconftool-2 \
        --direct \
        --config-source=$GCONF_CONFIG_SOURCE \
        --load /etc/gconf/schemas/panel-default-setup.entries

Before starting GNOME as your standard user, shutdown GConfd (gconftool-2 --shutdown) and backup up your ~/.gconf, ~/.gconfd, ~/.gnome, ~/.gnome2, ~/.gnome2_private and best, remove them to be sure they don't conflict with new configuration (Well OK, it's not really necessary but it's too badly packaged that you will be sure problems don't come from importing old GNOME configuration). I don't even think about other problem that can arise from these packages. You should better wait for Dropline GNOME if you really want polished packages.

citrus 04-08-2004 10:56 PM

droplines test1 of 2.6 is out
and it works GREAT

i love 2.6 now no more kde

LiNuCe 04-09-2004 10:59 AM

Quote:

Originally posted by citrus
droplines test1 of 2.6 is out
and it works GREAT

i love 2.6 now no more kde


Dropline GNOME 2.6 is out : http://dropline.net/gnome :)

zAkiLi 04-14-2004 04:12 AM

Re: These GNOME 2.6 packages are badly packaged
 
Code:

mv /etc/gconf /etc/gconf-2.4.x
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
for SCHEMAS in $(cd /etc/gconf/schemas ; ls *.schemas)
do
  /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMAS
done
/usr/bin/gconftool-2 \
        --direct \
        --config-source=$GCONF_CONFIG_SOURCE \
        --load /etc/gconf/schemas/panel-default-setup.entries

i tried to run this script, but i get errors...

Can somebody upload "good" gconf package, or /etc/gconf dir

vinay_s_s 04-14-2004 09:52 AM

zAkiLi, can u tell what errors u get?

zAkiLi 04-14-2004 11:18 AM

There is no /etc/gconf and /etc/gconf/schemas dir...

I have slack 9.1 ... I haved installed gnome 2.4 before 2.6 ..
There is /etc/gconf-2.4/ and when i copy this in /etc/gconf , script works, but there is still some errors, and apps in gnome are too slowly ...


All times are GMT -5. The time now is 11:52 AM.