LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-05-2012, 12:39 AM   #1
imagetoon
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Rep: Reputation: Disabled
Need help on installing gnome main menu 0.9.15


Hi All,

I have been using Redhat workstation 6.3 for my work but recently there was a contracting company change. Now I can't use their version of Redhat anymore so I went and bought one for myself.

There was this gnome main menu that my other work had installed and when I try to isntall it I get these errors.

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.16.0... yes (version 2.22.5)
checking for APPLICATION_BROWSER... configure: error: Package requirements ( glib-2.0 >= 2.16.0 gio-2.0 >= 2.16.0 gobject-2.0 gtk+-2.0 >= 2.14 gdk-2.0 libslab >= 2.29.0 gnome-desktop-2.0 unique-1.0 ) were not met:

No package 'gtk+-2.0' found
No package 'gdk-2.0' found
No package 'libslab' found
No package 'gnome-desktop-2.0' found
No package 'unique-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables APPLICATION_BROWSER_CFLAGS
and APPLICATION_BROWSER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I tried to update lib's and gdk's but I still get the same errors. Anyone can share what I can do here?
 
Old 08-05-2012, 02:45 PM   #2
imagetoon
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Anyone can help?

Can anyone help me on this?
 
Old 08-05-2012, 02:55 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
are you building Gnome from source???
if so ,do not

all the gnome tools and menus ARE in the RHN repo

you said you bought a rhel6 license
so have you used the red hat support you paid for


as to the "menu"
are you talking about the DEFAULT one at the top left tool bar
" Applications - Places - System"

if it is missing just "r-click" on the tool bar and select it from the add on list
 
Old 08-05-2012, 03:02 PM   #4
imagetoon
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thank you for the quick reply

I bought a self support license, I tried contacting them for help but they tell me that I have self support and they do not offer any help. I am going to try pay extra to get full support in future.

The version of Redhat I was using at my prior work was openclient Redhat ver 6.3 which this ver had a gnome menue 0.9.15 installed already. When I add from panel I had an extra main menu.

I searched online and found the .tar , extracted the tar and tried to install it, that's where I am getting these erros.
 
Old 08-05-2012, 03:08 PM   #5
imagetoon
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
DEFAULT one at the top left tool bar

That one is there by default, openclient version had another one build in, version says gnome main menu 0.9.15
 
Old 08-05-2012, 04:19 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
there are TWO menus for gnome2
( this is my ScientificLinux 6.2 install using MY custom theme but...)

see the screen shot ( the two "pac-man" icons)
http://imgbox.com/adliujmX

also the "self support" will give you access to the knowledge base

see the output for yum
Code:
su -
yum search gnome
for a list of available packages

Last edited by John VV; 04-12-2014 at 07:30 PM.
 
Old 08-05-2012, 04:35 PM   #7
imagetoon
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Yes, I have been searching the KB at Redhat, I just can't understand why it won't install. I installed so many lib's and gtk's etc....

This is the way it looks like on the openclient version of redhat, this is what I am trying to install on mine. I attached the screenshots.
Attached Thumbnails
Click image for larger version

Name:	$6753B5CD676E66BB.jpg
Views:	21
Size:	23.2 KB
ID:	10294   Click image for larger version

Name:	Screenshot-1.png
Views:	20
Size:	40.8 KB
ID:	10295  
 
Old 08-05-2012, 05:03 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you are building from source part of the operating system
replacing something that there with a different version

that is never a good idea !!!

but if you insist on building

from the error
Quote:
No package 'gtk+-2.0' found
No package 'gdk-2.0' found
No package 'libslab' found
No package 'gnome-desktop-2.0' found
No package 'unique-1.0' found
install those and / or the -devel packages

start with the REQUIRED development tools and libraries and for Gnome the GNOME development tools
-- this IS A LOT of programs and prerequisites to install FIRST
and even then installing some random gnome package from some unknown location and might not be compatible might KILL your install

-- you have been WARNED ---

Code:
su -
yum grouplist
--- from that output install ---
yum groupinstall "Development tools" "Desktop Platform" "Desktop Platform Development" " System administration tools"
that should grab what is needed
if not do a yum search for the missing package and it's -devel

it is NOT recommended that you build from source part of the gnome desktop

search yum !!!!!
Code:
yum search gnome
that is going to be a long list
and "gnome-menus"
IS IN THERE

Code:
su -
yum install gnome-menus
but you will probably get back
" already installed - nothing to do "
 
Old 08-05-2012, 05:26 PM   #9
imagetoon
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Cool thx. I can always format and reinstall original OS. This will be a good practice for me to learn more about linux. I will give this a shot.
 
Old 08-05-2012, 08:48 PM   #10
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,355

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Alternately, use Centos which is a free rebuild (includes updates, but no support though), unless you really want to pay for RHEL.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to change GNOME main menu icon(Applications menu) deepclutch Linux - Software 7 06-25-2007 01:31 PM
gnome main menu behaviour (menu follows mouse) metalloid Linux - Software 2 06-29-2006 01:58 AM
Gnome 2.6 Main Menu modification or1onas Linux - Newbie 0 08-18-2004 03:45 PM
Gnome - main gnome menu segfault xconspirisist Linux - Software 0 03-08-2004 02:52 AM
Gnome Main menu problem aokawa Red Hat 2 09-05-2003 02:06 AM

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

All times are GMT -5. The time now is 10:43 AM.

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