Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-01-2004, 04:25 AM
|
#1
|
|
Member
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548
Rep:
|
gnome 2.6 slack packages
hey will someone post back when they see slack packages for gnome 2.6
thank you
|
|
|
|
04-01-2004, 03:03 PM
|
#2
|
|
LQ Newbie
Registered: Feb 2004
Location: Fort Worth, Texas
Distribution: Slackware-9.1
Posts: 29
Rep:
|
You could always remove the gnome 2.4 packages and install from source, as I plan to do.
|
|
|
|
04-01-2004, 07:16 PM
|
#3
|
|
Member
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548
Original Poster
Rep:
|
i could but that would take all night and the next day on my machine
|
|
|
|
04-02-2004, 04:02 PM
|
#4
|
|
Member
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548
Original Poster
Rep:
|
anyone seen the tgz packages yet?
|
|
|
|
04-03-2004, 05:43 PM
|
#5
|
|
Member
Registered: Feb 2004
Location: Alpha Quadrant, sol system, earth, asia, Israel.
Distribution: Computer I : Slackware 9.1 ; Computer II : Windows XP
Posts: 144
Rep:
|
Nope. Not me.
|
|
|
|
04-03-2004, 07:11 PM
|
#6
|
|
Member
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548
Original Poster
Rep:
|
lol thanks
|
|
|
|
04-04-2004, 10:38 AM
|
#8
|
|
Member
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548
Original Poster
Rep:
|
like what kinda problems?
|
|
|
|
04-04-2004, 12:32 PM
|
#9
|
|
Member
Registered: Jul 2003
Posts: 658
Rep:
|
gconf problems. but i got it solved.
but i still have one problem:
the window list panel applet doesnt function!!
|
|
|
|
04-07-2004, 07:47 AM
|
#10
|
|
Member
Registered: Apr 2004
Location: France
Distribution: Slackware Linux 10.2
Posts: 119
Rep:
|
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.
|
|
|
|
04-08-2004, 10:56 PM
|
#11
|
|
Member
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548
Original Poster
Rep:
|
droplines test1 of 2.6 is out
and it works GREAT
i love 2.6 now no more kde
|
|
|
|
04-09-2004, 10:59 AM
|
#12
|
|
Member
Registered: Apr 2004
Location: France
Distribution: Slackware Linux 10.2
Posts: 119
Rep:
|
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 
|
|
|
|
04-14-2004, 04:12 AM
|
#13
|
|
LQ Newbie
Registered: Aug 2002
Location: Serbia,Belgrade
Distribution: Slackware
Posts: 20
Rep:
|
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
|
|
|
|
04-14-2004, 09:52 AM
|
#14
|
|
Member
Registered: Jul 2003
Posts: 658
Rep:
|
zAkiLi, can u tell what errors u get?
|
|
|
|
04-14-2004, 11:18 AM
|
#15
|
|
LQ Newbie
Registered: Aug 2002
Location: Serbia,Belgrade
Distribution: Slackware
Posts: 20
Rep:
|
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 ...
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:20 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|