LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-16-2004, 06:48 PM   #1
solstice123
LQ Newbie
 
Registered: Feb 2004
Posts: 26

Rep: Reputation: 15
tried to upgrade to GIMP 2.0...hosed Gnome


Ok, so newbie is ready to take the next step. I like what GIMP 2.0 is supposed to be able to do, so i downloaded and tried to install it. oops...need GTK 2.2.2+

so i download 2.2.4, install that, GIMP still not happy. GTK website suggests deleting older instances of GTK. May require recompiling other programs that depend on GTK. Ok, I can do that.

Except, Gnome depends on GTK, and the RH front-end also seems to depend on that.

(this is RH9)

What is the best way out of this mess? I'm not even sure if i have the source for Gnome on my disk, or which module i need to deal with. I suppose i could re-install RH, but i'm afraid i would take everything i've changed since my installation with it.

ps--how would a more savvy user have done this GIMP installation?
 
Old 02-16-2004, 07:06 PM   #2
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
maybe try using apt4rpm to make sure all the gtk stuff is installed and up to date, and then see if the gimp works then. if it doesn't, i would apt-get remove gtk+ to see if that would clear it out, and then start over fresh. if apt-get doesn't do it, you might just have to go through manually and remove older versions of gtk+.

for your last question, i'll risk a flame and say a savvy user wouldn't be using RH.
 
Old 02-16-2004, 08:14 PM   #3
solstice123
LQ Newbie
 
Registered: Feb 2004
Posts: 26

Original Poster
Rep: Reputation: 15
my initial post may not have been clear.

I basically can't boot linux now.

I've already manually removed all traces i can find of older GTK. The problem is booting--and if i boot from a rescue disk an get a command line, i think i need to recompile things that depended on GTK. which may be a long list.
 
Old 02-16-2004, 08:30 PM   #4
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
gtk+ shouldn't have anything to do with booting linux. if you can get to a command line, either use apt-get to reinstall gtk+ or compile a new copy. then see what works and what doesn't. i doubt you'll have to recompile much of anything though. so first get gtk+ back.
 
Old 02-16-2004, 09:22 PM   #5
solstice123
LQ Newbie
 
Registered: Feb 2004
Posts: 26

Original Poster
Rep: Reputation: 15
no no no

I HAVE GTK.

see *** below,from the GTK FAQ (on the GTK website):

When installing a GTK+ application, configure reports that it can't find GTK. [GTK 2.x]

There are several common reasons for this:

* You have an old version of GTK installed somewhere. You should remove this old copy, but ****** note that this may break applications that have been compiled against the old version.
* pkg-config (or another component of GTK) isn't in your path, or there is an old version on your system. Type:
 
Old 02-16-2004, 09:28 PM   #6
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by solstice123
no no no

I HAVE GTK.
why didn't you say so in the first place?

do you have gtk+2? there must be some reason gnome won't start.

you could also try export PKG_CONFIG_PATH=/usr/lib/pkgconfig

or whatever is the path to the file it is telling you it can't find when you do a compile of a gtk+ application. then recompile the application.

>edit: for all the confusion, it seems pretty clear that removing the gtk broke your gnome and possibly other applications. so i guess i'm not really sure what you're asking -- you already answered your own question: you're going to have to recompile a bunch of gnome stuff to the new gtk you installed, or else go back to the old gtk you had and see if that will let the gui and gnome applications work again. i just went through the same thing, except most of gnome was slackware packages so i didn't have to recompile anything. gl.


Last edited by synaptical; 02-16-2004 at 09:36 PM.
 
Old 02-16-2004, 09:32 PM   #7
solstice123
LQ Newbie
 
Registered: Feb 2004
Posts: 26

Original Poster
Rep: Reputation: 15
I'm not even to the point of trying to complile an application--I'm not sure which app is hanging (the hang point is on logon--it complains about lack of theme).
 
Old 02-16-2004, 09:38 PM   #8
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by solstice123
I'm not even to the point of trying to complile an application--I'm not sure which app is hanging (the hang point is on logon--it complains about lack of theme).
okay, well what precisely does it say? that will give you a clue about what you need to recompile to the new gtk.
 
Old 02-16-2004, 11:47 PM   #9
solstice123
LQ Newbie
 
Registered: Feb 2004
Posts: 26

Original Poster
Rep: Reputation: 15
"The theme for the graphical greeter is corrupt. It does not contain the definition for the username/password entry element"
 
Old 02-17-2004, 11:33 AM   #10
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
okay, i believe that's part of gdm (gnome display mananger). try reinstalling gdm and see if that fixes the theme.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gnome-panel won't start after upgrade to GNOME 2.6 computergeek84 Debian 5 08-12-2007 01:37 PM
printing on HP PhotoSmart from Gimp 2.2, gimp-print drivers needed? pearman Debian 2 08-05-2005 04:19 AM
Slackware Gimp 2.0 Upgrade Problem DrLazardo Linux - Software 3 05-15-2004 12:10 PM
apt-get dist-upgrade hosed gnome bosewicht Linux - Newbie 6 10-25-2003 04:34 PM
anti aliasing in certain gnome apps like gimp Hcman Linux - General 4 02-16-2003 06:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:15 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