LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-05-2003, 05:38 PM   #1
T-u-N-i-X
Member
 
Registered: Aug 2003
Posts: 31

Rep: Reputation: 15
How to install Gnome 2.4 to RH9 without having any problems ?


I've tried Rawhide, Garnome and all of them were a failure. Can somebody tell me how 2 update Gnome 2.2 to Gnome 2.4 for a RH9 box ? And would you please be more clear please ? I guess that'll be very useful for other people.. Maybe I'll write an article about upgrading to Gnome 2.4. Thanx a lot...
 
Old 10-05-2003, 11:23 PM   #2
hollering
LQ Newbie
 
Registered: Sep 2003
Location: Indiana
Distribution: Suse 9.3
Posts: 10

Rep: Reputation: 0
second that

I cannot offer an answer but I am in the process of trying to do the same thing. So I would like to second that notion in hope that someone can help. =)
 
Old 10-21-2003, 10:14 AM   #3
Starchild
Member
 
Registered: Sep 2003
Location: At a tea party with Alice in Wonderland.
Distribution: Fedora 7
Posts: 65

Rep: Reputation: 15
I used apt-get for rpms.

http://apt.freshrpms.net/

after install, edit /etc/apt/sources.list

add the line
rpm http://people.ecsc.co.uk/~matt/downloads/apt redhat-9-i386 gnome extras depends
*note red hat 9 only*
somewhere under #Red Hat Linux 9

save.

at terminal (outside X might be a good idea) do a root:
apt-get update
apt-get upgrade

...wait

tip: type apt-get upgrade again and see what packages it didn't want to install.
if one of them was named something like libbonobo libbonobo-devel, you will probably need to do:

apt-get install libbonobo-devel

and answer yes when it warns you.

again, do:
apt-get upgrade

Now you should be able to start X again, with gnome 2.4

Before doing that do, you could:

do:
apt-get upgrade
again, to see if ther is anything else you want.

do:
apt-get install synaptic
, for a nice gui for apt-get

Note: It's not perfect, and I have a few oddities. I recommend you remove the 'extras' in the line to sources.list you added if you use mozilla, 'cause that upgrade is miffed.

The little alert icon doesn't work either.

Mouse-wheel on my mouse doesn't want to work (yet)

The box with "Sound and Video" pops up whenever the gnome-panel pops up.
The pop-up menu (that is, the red hat, changed to defaul gnome-foot), is rearanged, some things not there anymore.

Well, good luck!
 
Old 10-21-2003, 11:41 AM   #4
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
I'm in the middle of trying to do this but when I start gnome 2.4 it gets to the Nautilus Icon and pops up a warning box that says something like "exceed childnode" and stops and goes no further. No idea how to fix it.

rberry88
 
Old 10-22-2003, 07:30 AM   #5
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
bump
 
Old 10-22-2003, 09:59 AM   #6
Starchild
Member
 
Registered: Sep 2003
Location: At a tea party with Alice in Wonderland.
Distribution: Fedora 7
Posts: 65

Rep: Reputation: 15
Hmmm. I never had that problem.

How much did you try to install ?

I had to do apt-get install nautilus, to get the new nautilus. But it worked for me without it.

Doing apt-get upgrade after each install, is a good idea, as you might be able to install new stuff

I have currently installed all of the gnome packages except:
aspell aspell-devel ethereal evolution gedit gnome-pilot gnome-spell gphoto2
gtkam

It wants to kick out gaim 0.71 for rh 9 if I try to install to aspell stuff, and the gphoto stuff I don't need.

Some rh print GUI got kicked when I installed the gnome print stuff. The gnome print stuff works just fine, so I think It's mostly a matter of taste.

Mouse wheel now works. It seems it can't decide if it wan't generic with wheel or MouseMan+
(Got Logitech). Ah Well
 
Old 10-22-2003, 10:01 AM   #7
lupin_the_3rd
Member
 
Registered: Oct 2003
Location: Memphis, TN
Distribution: Slackware current
Posts: 485

Rep: Reputation: 30
There is no sure fire way for this... and the two times I tried royally screwed my GNOME... Once GNOME worked fine but numerous apps in the GNOME Control Panel were missing icons... not too big of a deal but... Red Hat's GNOME tweaks seem to prevent a seamless upgrade to 2.4 IMO
 
Old 10-22-2003, 01:50 PM   #8
Starchild
Member
 
Registered: Sep 2003
Location: At a tea party with Alice in Wonderland.
Distribution: Fedora 7
Posts: 65

Rep: Reputation: 15
Quote:
Originally posted by lupin_the_3rd
There is no sure fire way for this... and the two times I tried royally screwed my GNOME... Once GNOME worked fine but numerous apps in the GNOME Control Panel were missing icons... not too big of a deal but... Red Hat's GNOME tweaks seem to prevent a seamless upgrade to 2.4 IMO
Yeah. Though it works fairly well now, for me. (guess I'm lucky )

Can't say I expected the upgrade to be "seamless", but to be working at least.

The only thing I'm anoyed about and having problems with is drawers in the panel act wierd when the panel is set to auto-hide. All drawers pop up when the panel is un-hidden.
(I know I said this before, but I'm not certain how clear I was)
I'll just stop using drawers, If I can't find a fix for this.

I also can't get the up2date alert icon to work, but this is mainly just annoying.

But those are the only problems I have now with gnome 2.4, that I can think of.

(Of course, there was some post-install tweaking )

<PS>
I only installed the other gnome packages; control-panel, nautilus stuff and printer stuff, after I posted the first message )
</PS>

Last edited by Starchild; 10-22-2003 at 01:55 PM.
 
Old 10-22-2003, 02:11 PM   #9
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
I finally got it to working, when I go to login after choosing Gnome I get the Gnome 2.4 splashscreen and it shows the little icons loading and it plays the little login sound but then it pauses for about 30 seconds and then loads up fine. I'm not sure where to start to find out the problem but since its working fine now I'm not sure if I want to mess with it.

rberry88
 
Old 10-22-2003, 02:33 PM   #10
Starchild
Member
 
Registered: Sep 2003
Location: At a tea party with Alice in Wonderland.
Distribution: Fedora 7
Posts: 65

Rep: Reputation: 15
Quote:
Originally posted by rberry88
I finally got it to working, when I go to login after choosing Gnome I get the Gnome 2.4 splashscreen and it shows the little icons loading and it plays the little login sound but then it pauses for about 30 seconds and then loads up fine. I'm not sure where to start to find out the problem but since its working fine now I'm not sure if I want to mess with it.

rberry88
Great!

Might it be that it's looking for something, but then gives up?
The logs might be worth checking.

<PS>
If anyone is experienceing, or better yet, have a fix to my drawers problem, feel free to inform me
</PS>
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
After clean install RH9 several problems muldereric Linux - Newbie 5 07-27-2005 02:04 AM
new RH9 install will only load ICE even when selecting KDE or Gnome at login brucep Red Hat 0 04-14-2004 02:01 PM
RH9 Install problems (re:CDROM) timeless420 Red Hat 0 12-29-2003 05:55 PM
RH9 install problems dkc_ace Linux - Software 12 06-28-2003 12:10 PM
RH9 install problems (bad sectors?) typhoon Linux - General 8 06-02-2003 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration