Re: How to disable the Thank for using webkit page

2010-09-09 Thread Carolyn
Hi Sarah: Thanks for making this more understandable. Terminal's a scary place, and I didn't want to fudge anything up. I actually took it up with my trainer, (yes, I'm a chicken), and it worked perfectly. Thank you again. Carolyn On Sep 8, 2010, at 7:33 PM, Sarah Alawami wrote: Hello. 1.

Re: How to disable the Thank for using webkit page

2010-09-09 Thread Sarah Alawami
Ah since I don't have atrainer I'm forced to play with stuff. and opting and pasting works well in the terminal about 99% of the time. On Sep 9, 2010, at 14:34, Carolyn ch...@q.com wrote: Hi Sarah: Thanks for making this more understandable. Terminal's a scary place, and I didn't want to

How to disable the Thank for using webkit page

2010-09-08 Thread Ricardo Walker
Hello, I've been trying to disable the webkit start up page and getting nowhere. I've never used terminal before so I guess I'm not doing it correctly. Here are the instructions given on the webkit site How can I disable the WebKit nightly start page? You can easily disable the WebKit

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Sarah Alawami
Just copy and paste the code with out the bullet marks and it will be siabled. Good luck. On Sep 8, 2010, at 7:50 AM, Ricardo Walker wrote: Hello, I've been trying to disable the webkit start up page and getting nowhere. I've never used terminal before so I guess I'm not doing it

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Ricardo Walker
Yeah, Where do I copy it to? I press cmd shift N and copied, pressed run, and it didn't work. On Sep 8, 2010, at 11:04 AM, Sarah Alawami wrote: Just copy and paste the code with out the bullet marks and it will be siabled. Good luck. On Sep 8, 2010, at 7:50 AM, Ricardo Walker wrote:

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Sarah Alawami
No start terminal then cmd v then enter but take out the bullet marks and stuff. edit this in text edit. Take care. I dunno if you will get a confirmation succeed message though. Good luck. On Sep 8, 2010, at 8:31 AM, Ricardo Walker wrote: Yeah, Where do I copy it to? I press cmd shift N

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Sarah Alawami
Yep just ran the command and pasted it in hit enter and restarted webkit and all is now well. Hello google. lol! I'm sure the updates will come up and i can always report bugs at www.webkit.org if need be. S On Sep 8, 2010, at 8:31 AM, Ricardo Walker wrote: Yeah, Where do I copy it to? I

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Justin Thornton
so here is what you do 1. from fidner open the utilities folder with cmd shift and U 2. fidn terminal and open it 3. compy the following line directly to the clipboard defaults write org.webkit.nightly.WebKit \StartPageDisabled -bool YES 4. paste in to terminal with cmd V hth On Sep 8, 2010, at

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Ricardo Walker
Thanks man. it worked. Thank you too sarah. On Sep 8, 2010, at 12:27 PM, Justin Thornton wrote: so here is what you do 1. from fidner open the utilities folder with cmd shift and U 2. fidn terminal and open it 3. compy the following line directly to the clipboard defaults write

Re: How to disable the Thank for using webkit page

2010-09-08 Thread Sarah Alawami
Hello. 1. go to utilities and open terminal. 2. paste this and hit enter. defaults write org.webkit.nightly.WebKit \ StartPageDisabled -bool YES 3 restart webkit. S On Sep 8, 2010, at 10:20 AM, Carolyn wrote: defaults write org.webkit.nightly.WebKit \ StartPageDisabled -bool YES --