LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-28-2006, 03:47 AM   #16
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15

file /usr/X11R6/bin/xearth


/usr/X11R6/bin/xearth: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
 
Old 11-28-2006, 08:07 AM   #17
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Doh, I'm so so stupid. I meant to say
Code:
( IFS=: ; for d in $PATH; do ls -l $d/xearth 2>/dev/null; done )
I used bash in my test that I had the syntax correct because I don't have an xearth binary on my system, and then copy-pasted without changing it! For your system, we want to locate xearth files, not bash... sorry - my fault! Please can you execute the command with xearth in this post, and post the results. Thanks.
 
Old 11-28-2006, 09:47 AM   #18
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15
well its all gone tits!

I embarked upon changing the security level....wish I hadnt

Mandriva say you can change security level via Draksec GUI but I failed to find it.

So I faked and installation to allow me to get at security level. Along the way I installed some extra software...wish I hadnt....should of just stuck to the issue in hand but I thought I could resolve anothe rissue at the same time....er wrong. Went right wrong!

Anyway ive reinstalled and when I get back home tonite I will put xearth back on but check first that it isnt already there.
 
Old 11-29-2006, 03:12 AM   #19
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15
AAAAAaaaaaaaaaargh! the xearth saga continues!

Ive re-installed Mandriva 2007 from ISO DVD.

Checked my system for the xearth files. Double checked /usr/X11R6/bin, not there.

Ok into GUI software installation selection to install package...... er

System doesnt find xearth anywhere on my pc or DVD ....

No xtraceroute, no xfishtank, no xplanet, no xearth

You know, I gave up smoking about 6 months ago and im actually thinking about getting a cigarette right now.

Excuse the pun but where on earth did I get it? I didnt download it for sure.
 
Old 11-29-2006, 06:21 AM   #20
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15
ok I gave up on finding it and ran urpmi xearth.

It loaded into directory with x permission for user. I tried to run but no go so what am I doing wrong? do I have to build it ./config xearth, make, make install ????

Im sure im being a complete twit somewhere

ran this:

( IFS=: ; for d in $PATH; do ls -l $d/xearth 2>/dev/null; done )

got this

-rwxr-xr-x 1 root root 183592 Jan 1 2006 /usr/X11R6/bin//xearth*

ran this:

file /usr/X11R6/bin/xearth

got this:

/usr/X11R6/bin/xearth: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped

what enviroment do I have to be in? the KDE desktop runs in X dont it? Totally confused
 
Old 11-29-2006, 06:23 AM   #21
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15
Oh and I ran this in kde command line and got knowhere aswell.

kdesu /usr/X11R6/bin/xearth
 
Old 11-29-2006, 07:07 AM   #22
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Yes, KDE runs on top of, or inside X. X is the basic graphical system. It provides the basic hardware abstraction which allows programs to draw objects, access the mouse and keyboard etc. It also provides a way to display programs on remote machines overe the network, but that's another story. On this basic graphics system, KDE an other desktop environments are built. KDE provides a standard set of widgets (file dialogs etc), window decoration, configuration, IPC system, etc etc for graphical programs. Somewhat smaller scope "window managers" also exist which don't do as much.

OK, enough boring stuff. To the problem. I think it's solved. I think xearth is running properly... except that KDE is not letting you see the root window. X provides this thing called the root window which is the background of the display. However, KDE paints over the root window. If you right-click on the background and select "Configure Desktop...", you can control what KDE puts there.

Click the "Advanced Options" button and you should get a dialog which allows you to hand over background painting to another program. Check the "Use the following program to draw the background" box. With luck, the Mandriva people will have set up the xearth package so that xearch appears in the list. If so, just select it. If not we have some more work to do, but I don't want to research it unless it's not in the list.
 
Old 11-29-2006, 12:42 PM   #23
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15
Ok I will try this when I get back home this evening.

To be honest doesnt it dont bother me whether I have xearth or not, the thing is when stuff is acting strange and I dont have the answers it bugs the sh*t out of me. lol.
 
Old 11-29-2006, 12:51 PM   #24
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Quote:
Originally Posted by paul123
Ok I will try this when I get back home this evening.

To be honest doesnt it dont bother me whether I have xearth or not, the thing is when stuff is acting strange and I dont have the answers it bugs the sh*t out of me. lol.
Absolutely my position. It's the crucial geeky difference - it's not that something works which matters, it's why and how.
 
Old 11-29-2006, 05:26 PM   #25
paul123
Member
 
Registered: Nov 2006
Location: UK
Distribution: Mandriva 2007
Posts: 93

Original Poster
Rep: Reputation: 15
Thumbs up

So it was hiding behind the bloody wallpaper! lol.

I really cant believe that! 7 years ago I ran xearth on my pc and it never hid behind the wallpaper....now I will be forever wondering whats going on behind my desktop! lol

Thanks alot for the help, got to learn a few things whilst searching for planet earth!

And for some reason xine has appeared in a menu aswell tonite all I did was run it then it appeared in the menu.

Thanks again
 
  


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
Change permissions rust8y Solaris / OpenSolaris 4 11-20-2006 05:10 AM
Permissions error message I dont understand? BajaNick Linux - Security 5 02-16-2005 08:12 PM
can't load mandrake, says i dont have file permissions? wtf! agh help plz rApT0r Linux - Newbie 2 04-11-2004 03:26 PM
How Can I Change Permissions monkeymartin Linux - General 1 03-25-2003 12:47 PM
I Dont Know How To Change The Res Sainath Linux - Newbie 1 11-27-2001 09:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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