Ok, this time I covered all the usual suspects, and this is how it 
panned out:

[blueDog:~] greghyde% sudo rm -rf /sw
Password:
[blueDog:~] greghyde% sudo rm -rf /sw
[blueDog:~] greghyde% sudo rm -rf /usr/X11R6 /etc/X11
[blueDog:~] greghyde% sudo rm -rf /Applications/XDarwin.app
[blueDog:~] greghyde% rm .xinitrc .cshrc
[blueDog:~] greghyde% cd home
~ 
[blueDog:~] greghyde% sudo rm -rf /sw
[blueDog:~] greghyde% sudo rm -rf /usr/X11R6 /etc/X11
[blueDog:~] greghyde% sudo rm -rf /Applications/XDarwin.app
[blueDog:~] greghyde% rm .xinitrc .cshrc
rm: .xinitrc: No such file or directory
rm: .cshrc: No such file or directory

Since the removal from the Home directory seemed to be the only one 
that actually removed anything with the fore-mentioned commands, a few 
questions seemed to been answered (BTW, I have a program running that 
allow me to open Terminal from where ever I happen to be with a simple 
right-click. It hasn't been that long since I've remembered to CD out 
of Desktop).

And now I'm starting to think that .xinitrc and .cshrc were among the 
files I'd removed individually, which wipes the slate clean. It's time 
to read Fun With Fink and start over again.

I thank you.

For tolerating me.
for hanging in there with me.

On Wed, 18 Jun 2003 22:48:06 -0500, Scot Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Greg wrote:
> | Okay, I've slowd down. I've studied.  I've read. And, most importantly,
> | I've decompressed.  I think I'm ready to seek guidance once again, at a
> | time when my knowledge is not so impaired:
> |
> | Based on the helpful links that were referred to me, I've tried
> | installing xDarwin via the gnumac and xonx installers and via fink and
> | followed instructions to by adding strings of text to certain files.
> | I've tried launching in by double-clicking on the X, and from the
> | command line, and in one shape or an other, the response has been the
> | same. It seems that no matter what, X is not being mapped correctly and
> | is not access necessary dependancies.  Last night, I couldn't even
> | remove it via fink.
> |
> | Below is the litany of output that I've compiled from console, the
> | terminal, and text edit. somewhere in there, I sense, is a pattern that
> | will pull it all together:
> |all of the output snipped<
> 
> I'm coming in on the middle of this and someone may have already given
> you this advice but I would highly recommend you read Phil Lavigna's
> "Fun With Fink" Document. The copy I have is dated February. It's
> excellent. You should be able to find it with Google.
> 
> Given all your trouble, you may want to remove Fink and X and start
> over. Open your Terminal.app and use:
> 
> sudo rm -rf /sw
> Return
> 
> sudo rm -rf /usr/X11R6 /etc/X11
> Return
> 
> sudo rm -rf /Applications/XDarwin.app
> Return
> 
> then:
> rm .xinitrc .cshrc
> Return
> 
> The rm = remove and the -r and -f means recursive and forced.
> 
> Once you have this accomplished you can start a brand new Fink
> installation from scratch. So you know, the first command gets rid of
> fink, the 2nd and third commands get rid of your X server, and the final
> command gets rid of your configuration files for X and TCSH respectively.
> 
> If you then start your new installation following "Fun With Fink" you
> should have no problems. It's excellent and quite detailed on getting
> started.
> 
> Hope you find this helpful. I'm pretty new to this myself. I have
> followed the directions above and it's worked for me.
> 
> Oh one last thing. Note the space between X11R6 and /etc. Need to ensure
> that there's a space there otherwise you won't remove anything...you're
> actually removing 2 different directories recursively.


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to