Re: [newbie] Problem with Firefox

2004-11-17 Thread Fajar Priyanto
On Tuesday 16 November 2004 04:49 pm, Iago González Rúa wrote:
 I have de same problem on Suse 9.1 and debian 3.1.

 I found this:

  http://bugs.kde.org/show_bug.cgi?id=89736

Wow, thank you very much Gonzalez!
I added '%u' into the exec line 
in /home/fajar/.kde/share/applnk-mdk/Internet/Browser/Mozzila 
Firefox.desktop. It's working fine now.
-- 
Fajar Priyanto | Reg'd Linux User #327841 | http://linux2.arinet.org
22:01:09 up 1:10, Mandrakelinux release 10.1 (Official) for i586 
public key: https://www.arinet.org/fajar-pub.key


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Problem with Firefox Kmail

2004-11-15 Thread Fajar Priyanto
On Tuesday 02 November 2004 07:20 am, Mike wrote:
 www.google.com
 and this is what opens in Firefox:
 file:///var/tmp/kdecache-user/krun/2159.0.google

 I don't get the website, I get a locally stored version of the site and no
 links from the site work.
 Any help resolving this problem is greatly appreciated! Thank you.

Yes, I have the same problem with you Mike.
Have you got any way around this?
Thanks
-- 
Fajar Priyanto | Reg'd Linux User #327841 | http://linux2.arinet.org
21:40:16 up 38 min, Mandrakelinux release 10.1 (Official) for i586 
public key: https://www.arinet.org/fajar-pub.key


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Problem with firefox

2004-03-31 Thread Job Evers
On Sun, 22 Feb 2004 15:32:42 -0500
Todd Slater [EMAIL PROTECTED] wrote:
 
 I put this script in /usr/bin and tell all my apps to use it for
 handling Web pages. It opens pages in a new tab, if you want you can
 use new-window instead.
 
 Todd
 
 #/bin/bash
 browserPath=/usr/local/firefox/firefox
 url=$@
 $browserPath -remote ping()
 # $? = false if running, true if not
 if [ $? = 0 ] ; then
 exec $browserPath -remote openURL($url,new-tab)
 else
 $browserPath $url
 fi
 exit
   

Todd, this script is awesome.  Thanks.  My browsing experience has been greatly 
improved.


-- 
Job Evers


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Problem with firefox

2004-03-31 Thread rhein
Job Evers wrote:

On Sun, 22 Feb 2004 15:32:42 -0500
Todd Slater [EMAIL PROTECTED] wrote:
 

I put this script in /usr/bin and tell all my apps to use it for
handling Web pages. It opens pages in a new tab, if you want you can
use new-window instead.
Todd

#/bin/bash
browserPath=/usr/local/firefox/firefox
url=$@
$browserPath -remote ping()
# $? = false if running, true if not
if [ $? = 0 ] ; then
   exec $browserPath -remote openURL($url,new-tab)
else
   $browserPath $url
fi
exit
		
   

Todd, this script is awesome.  Thanks.  My browsing experience has been greatly improved.

 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com

 

How do you tell the other applic to use this script?
Thanks
Christophe

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Problem with firefox

2004-03-31 Thread Steve Kaurfman




rhein wrote:
Job
Evers wrote:
  
  
  On Sun, 22 Feb 2004 15:32:42 -0500

Todd Slater [EMAIL PROTECTED] wrote:





I put this script in /usr/bin and tell all
my apps to use it for
  
handling Web pages. It opens pages in a new tab, if you want you can
  
use new-window instead.
  
  
Todd
  
  
#/bin/bash
  
browserPath="/usr/local/firefox/firefox"
  
url=""
  
$browserPath -remote "ping()"
  
# $? = false if running, true if not
  
if [ $? = 0 ] ; then
  
 exec $browserPath -remote openURL"($url,new-tab)"
  
else
  
 $browserPath $url
  
fi
  
exit
  
 
 


Todd, this script is awesome. Thanks. My browsing experience has been
greatly improved.











Want to buy your Pack or Services from MandrakeSoft? Go to
http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com






  
How do you tell the other applic to use this script?
  
Thanks
  
Christophe
  
  
  


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com

  

Please see the TWIKI page I made for getting Firefox and Thunderbird to
play nice together.

http://www.mail-archive.com/[EMAIL PROTECTED]/msg153776.html

Steve




Re: [newbie] Problem with firefox

2004-03-31 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 31 March 2004 16:47, Steve Kaurfman wrote:

 Please see the TWIKI page I made for getting Firefox and
 Thunderbird to play nice together.

 http://www.mail-archive.com/[EMAIL PROTECTED]/msg153776.htm
l
http://mandrake.vmlinuz.ca/bin/view/Main/ThunderbirdAndFirefox

 Steve

- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAauowkFAvMr/nNX8RAicCAJ0UwQwf+OOV+nGMqenA/s481lms9gCaA/NP
fsHp1EoJamkIa9FBFlkmtzM=
=IpZA
-END PGP SIGNATURE-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Problem with firefox script execution...

2004-02-24 Thread Christophe Rhein
Hello,

I created the firefox file to always opening my links in it.
When I try from as root from a shell konsole to execute the script I get this

[EMAIL PROTECTED] rhein]# chmod 0755 /user/bin firefoxbugfix
chmod: failed to get attributes of `/user/bin': No such file or directory
chmod: failed to get attributes of `firefoxbugfix': No such file or directory
The file and the directory exist what is wrong?
What is the chmod 0755 for?
Thank you
Christophe

Le Dimanche 22 Février 2004 16:41, Todd Slater a écrit :
 On Sun, Feb 22, 2004 at 11:07:08PM -0500, Christophe Rhein wrote:
  How do I do that?
  No idea how to do a script???
  Is it creating a file?
  Thanks and good night!
  Christophe

 Just copy and paste the script into your favorite editor (the script
 starts with #!/bin/bash and ends with exit). Edit paths as necessary.
 Save it and then make it executable by opening a terminal and giving
 the command

 chmod +x scriptname

 where scriptname is whatever name you gave the script when you saved it.

 Todd

  Le Dimanche 22 Février 2004 03:32 PM, Todd Slater a écrit :
   On Sun, Feb 22, 2004 at 07:18:50PM -0500, Christophe Rhein wrote:
Hello,
   
I installed, with your help Firefox but now I have this problem:
When I click on a link I have the Firefox profile manager that opens
(I clicked on the Don't ask at startup) and since firefox is allready
open... I can not open the link (exept pasting it).
Where can I desactivate the profile manager?
Thank you
Christophe
  
   I put this script in /usr/bin and tell all my apps to use it for
   handling Web pages. It opens pages in a new tab, if you want you can
   use new-window instead.
  
   Todd
  
   #!/bin/bash
   browserPath=/usr/local/firefox/firefox
   url=$@
   $browserPath -remote ping()
   # $? = false if running, true if not
   if [ $? = 0 ] ; then
   exec $browserPath -remote openURL($url,new-tab)
   else
   $browserPath $url
   fi
   exit


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script execution...

2004-02-24 Thread Todd Slater
On Tue, Feb 24, 2004 at 05:24:37PM -0500, Christophe Rhein wrote:
 Hello,
 
 I created the firefox file to always opening my links in it.
 When I try from as root from a shell konsole to execute the script I get this
 
 [EMAIL PROTECTED] rhein]# chmod 0755 /user/bin firefoxbugfix
 chmod: failed to get attributes of `/user/bin': No such file or directory
 chmod: failed to get attributes of `firefoxbugfix': No such file or directory
 The file and the directory exist what is wrong?
 What is the chmod 0755 for?
 Thank you
 Christophe

Do you really have a directory called /user?

You also have to separate directories/files with a slash, i.e.
/user/bin/firefoxbugfix.

Todd

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script execution...

2004-02-24 Thread Christophe Rhein
Hello,
Here is a snapshot of my directory with the folder... Do you have to put a 
space between 0755 and /user?
Hop I can solve it because I can not open my links strait in firefox!
Bye
Christophe




Le Mardi 24 Février 2004 11:03, Todd Slater a écrit :
 On Tue, Feb 24, 2004 at 05:24:37PM -0500, Christophe Rhein wrote:
  Hello,
 
  I created the firefox file to always opening my links in it.
  When I try from as root from a shell konsole to execute the script I get
  this
 
  [EMAIL PROTECTED] rhein]# chmod 0755 /user/bin firefoxbugfix
  chmod: failed to get attributes of `/user/bin': No such file or directory
  chmod: failed to get attributes of `firefoxbugfix': No such file or
  directory The file and the directory exist what is wrong?
  What is the chmod 0755 for?
  Thank you
  Christophe

 Do you really have a directory called /user?

 You also have to separate directories/files with a slash, i.e.
 /user/bin/firefoxbugfix.

 Todd
attachment: capture1.pngWant to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script execution...

2004-02-24 Thread Todd Slater
On Tue, Feb 24, 2004 at 06:50:05PM -0500, Christophe Rhein wrote:
 Hello,
 Here is a snapshot of my directory with the folder... Do you have to put a 
 space between 0755 and /user?
 Hop I can solve it because I can not open my links strait in firefox!
 Bye
 Christophe

Argh, I gave you the answer once already:

Open a terminal.
Become root.
Type:

chmod +x /path/to/firefoxbugfix

replacing /path/to with the real path.

Or if you're in the directory where it's located just:

chmod +x firefoxbugfix

If you want to use the numbers then yes, a space between everything

chmod 755 firefoxbugfix

Todd

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script execution...

2004-02-24 Thread Charlie Mahan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tuesday 24 February 2004 4:50 pm, Christophe Rhein wrote:
 Hello,
 Here is a snapshot of my directory with the folder... Do you have to put a
 space between 0755 and /user?
 Hop I can solve it because I can not open my links strait in firefox!
 Bye
 Christophe

Here's a bit of reading material for you:

Directory of Linux Commands; http://www.onlamp.com/linux/cmd/

You don't _have_ a /user/bin directory, you have a /usr/bin directory.

DON'T try to execute anything with the former, use the latter. If you don't 
have the permissions already so screwed up that the system is locking you out 
of things that should be available to you just follow the syntax you are 
offered by the people on the list and be sure to type URLs as they actually 
appear, not as you *think* they appear.

  Do you really have a directory called /user?
 
  You also have to separate directories/files with a slash, i.e.
  /user/bin/firefoxbugfix.
 
  Todd

I'm not sure why you're trying to change permissions on a file anyway. Let 
alone an entire system directory/partition. I haven't been paying attention.

Then again I'm not the one having so much difficulty, am I? (-:

Regards;
Charlie
- -- 
Edmonton,AB,Canada User #244963 at http://counter.li.org
Mandrake Linux release 10.0 (RC1) for i586 kernel 2.4.25-0.rc4.1mdk
14:07:56 up 1 day, 10 min, 1 user, load average: 0.25, 0.08, 0.09
Lost: grey and white female cat.  Answers to electric can opener.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAO79YZqvqlrLPr5YRAtDQAJ4wDa7jKbhrJ2i4MHi3BAXB0RXxIQCfTAXj
G9y4XqVXIDKEeXhYlEjI7ig=
=EMZK
-END PGP SIGNATURE-

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script execution...Thanks!

2004-02-24 Thread Christophe Rhein
Thanks for the link I will read it little by little:-)

CHristophe


Le Mardi 24 Février 2004 16:17, Charlie Mahan a écrit :
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Tuesday 24 February 2004 4:50 pm, Christophe Rhein wrote:
  Hello,
  Here is a snapshot of my directory with the folder... Do you have to put
  a space between 0755 and /user?
  Hop I can solve it because I can not open my links strait in firefox!
  Bye
  Christophe

 Here's a bit of reading material for you:

 Directory of Linux Commands; http://www.onlamp.com/linux/cmd/

 You don't _have_ a /user/bin directory, you have a /usr/bin directory.

 DON'T try to execute anything with the former, use the latter. If you don't
 have the permissions already so screwed up that the system is locking you
 out of things that should be available to you just follow the syntax you
 are offered by the people on the list and be sure to type URLs as they
 actually appear, not as you *think* they appear.

   Do you really have a directory called /user?
  
   You also have to separate directories/files with a slash, i.e.
   /user/bin/firefoxbugfix.
  
   Todd

 I'm not sure why you're trying to change permissions on a file anyway. Let
 alone an entire system directory/partition. I haven't been paying
 attention.

 Then again I'm not the one having so much difficulty, am I? (-:

 Regards;
 Charlie
 - --
 Edmonton,AB,Canada User #244963 at http://counter.li.org
 Mandrake Linux release 10.0 (RC1) for i586 kernel 2.4.25-0.rc4.1mdk
 14:07:56 up 1 day, 10 min, 1 user, load average: 0.25, 0.08, 0.09
 Lost: grey and white female cat.  Answers to electric can opener.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)

 iD8DBQFAO79YZqvqlrLPr5YRAtDQAJ4wDa7jKbhrJ2i4MHi3BAXB0RXxIQCfTAXj
 G9y4XqVXIDKEeXhYlEjI7ig=
 =EMZK
 -END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script???

2004-02-23 Thread Christophe Rhein
Hello,
I have still the same problem I can not save a file in the folders other then 
my home folder.
How can I get rid of this limitation?
Bye
Christophe

Le Dimanche 22 Février 2004 16:41, Todd Slater a écrit :
 On Sun, Feb 22, 2004 at 11:07:08PM -0500, Christophe Rhein wrote:
  How do I do that?
  No idea how to do a script???
  Is it creating a file?
  Thanks and good night!
  Christophe

 Just copy and paste the script into your favorite editor (the script
 starts with #!/bin/bash and ends with exit). Edit paths as necessary.
 Save it and then make it executable by opening a terminal and giving
 the command

 chmod +x scriptname

 where scriptname is whatever name you gave the script when you saved it.

 Todd

  Le Dimanche 22 Février 2004 03:32 PM, Todd Slater a écrit :
   On Sun, Feb 22, 2004 at 07:18:50PM -0500, Christophe Rhein wrote:
Hello,
   
I installed, with your help Firefox but now I have this problem:
When I click on a link I have the Firefox profile manager that opens
(I clicked on the Don't ask at startup) and since firefox is allready
open... I can not open the link (exept pasting it).
Where can I desactivate the profile manager?
Thank you
Christophe
  
   I put this script in /usr/bin and tell all my apps to use it for
   handling Web pages. It opens pages in a new tab, if you want you can
   use new-window instead.
  
   Todd
  
   #!/bin/bash
   browserPath=/usr/local/firefox/firefox
   url=$@
   $browserPath -remote ping()
   # $? = false if running, true if not
   if [ $? = 0 ] ; then
   exec $browserPath -remote openURL($url,new-tab)
   else
   $browserPath $url
   fi
   exit


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script???

2004-02-23 Thread Charlie Mahan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Monday 23 February 2004 10:16 am, Christophe Rhein wrote:
 Hello,
 I have still the same problem I can not save a file in the folders other
 then my home folder.
 How can I get rid of this limitation?
 Bye
 Christophe

Open Firefox. Click the Tools button, select the Downloads section, select the 
radio button that says something like Ask me where..., click OK. Close 
Firefox, open it again and go to a site that has something you want to 
download. Click the link and a dialogue should open that will allow you to 
browse through your home directories. Select the location you want to save 
the file, click save (or whatever it is) and that's where the file will be 
when you're done.

If you're asking for a location other than inside your /home directory it will 
have to be a directory or partition you own. Permissions, remember? Others 
have explained that to you Christophe. 

Also, some of the questions you've been asking are a bit generic and sparse of 
information. Next time tell the list _exactly_ what you tried, what the 
result was, and the expected result you thought would occur. Then answer 
follow up questions as completely as you can so that you *can* be helped.

Remember always; everyone that is answering your questions, or trying to, is a 
volunteer. Without respect to the namesake of this distribution I don't 
recall any of us ever saying we are mind readers. You have to explain the 
problem to get help to avoid the problem.

I'm not really picking on you, this diatribe is directed at anyone reading 
this that has asked questions without enough information, then avoided 
answering our follow up questions.

Regards;
Charlie
- -- 
Edmonton,AB,Canada User #244963 at http://counter.li.org
Mandrake Linux release 10.0 (RC1) for i586 kernel 2.4.25-0.rc4.1mdk
08:53:53 up 19:58, 1 user, load average: 0.71, 0.64, 0.77
Will it improve my CASH FLOW?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAOiUyZqvqlrLPr5YRAsfCAJwK8rBULkSwbEQu6yCb0bpUASycBwCgkbLY
lVXVgR/DeafLqTVey3Oc9QI=
=PsRL
-END PGP SIGNATURE-

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox

2004-02-22 Thread Todd Slater
On Sun, Feb 22, 2004 at 07:18:50PM -0500, Christophe Rhein wrote:
 Hello,
 
 I installed, with your help Firefox but now I have this problem:
 When I click on a link I have the Firefox profile manager that opens (I 
 clicked on the Don't ask at startup) and since firefox is allready open... I 
 can not open the link (exept pasting it).
 Where can I desactivate the profile manager?
 Thank you
 Christophe

I put this script in /usr/bin and tell all my apps to use it for
handling Web pages. It opens pages in a new tab, if you want you can use
new-window instead.

Todd

#/bin/bash
browserPath=/usr/local/firefox/firefox
url=$@
$browserPath -remote ping()
# $? = false if running, true if not
if [ $? = 0 ] ; then
exec $browserPath -remote openURL($url,new-tab)
else
$browserPath $url
fi
exit


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script???

2004-02-22 Thread Christophe Rhein
How do I do that?
No idea how to do a script???
Is it creating a file?
Thanks and good night!
Christophe

Le Dimanche 22 Février 2004 03:32 PM, Todd Slater a écrit :
 On Sun, Feb 22, 2004 at 07:18:50PM -0500, Christophe Rhein wrote:
  Hello,
 
  I installed, with your help Firefox but now I have this problem:
  When I click on a link I have the Firefox profile manager that opens (I
  clicked on the Don't ask at startup) and since firefox is allready
  open... I can not open the link (exept pasting it).
  Where can I desactivate the profile manager?
  Thank you
  Christophe

 I put this script in /usr/bin and tell all my apps to use it for
 handling Web pages. It opens pages in a new tab, if you want you can use
 new-window instead.

 Todd

 #/bin/bash
 browserPath=/usr/local/firefox/firefox
 url=$@
 $browserPath -remote ping()
 # $? = false if running, true if not
 if [ $? = 0 ] ; then
 exec $browserPath -remote openURL($url,new-tab)
 else
 $browserPath $url
 fi
 exit


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox script???

2004-02-22 Thread Todd Slater
On Sun, Feb 22, 2004 at 11:07:08PM -0500, Christophe Rhein wrote:
 How do I do that?
 No idea how to do a script???
 Is it creating a file?
 Thanks and good night!
 Christophe

Just copy and paste the script into your favorite editor (the script
starts with #!/bin/bash and ends with exit). Edit paths as necessary.
Save it and then make it executable by opening a terminal and giving
the command

chmod +x scriptname

where scriptname is whatever name you gave the script when you saved it.

Todd
 
 Le Dimanche 22 Février 2004 03:32 PM, Todd Slater a écrit :
  On Sun, Feb 22, 2004 at 07:18:50PM -0500, Christophe Rhein wrote:
   Hello,
  
   I installed, with your help Firefox but now I have this problem:
   When I click on a link I have the Firefox profile manager that opens (I
   clicked on the Don't ask at startup) and since firefox is allready
   open... I can not open the link (exept pasting it).
   Where can I desactivate the profile manager?
   Thank you
   Christophe
 
  I put this script in /usr/bin and tell all my apps to use it for
  handling Web pages. It opens pages in a new tab, if you want you can use
  new-window instead.
 
  Todd
 
  #!/bin/bash
  browserPath=/usr/local/firefox/firefox
  url=$@
  $browserPath -remote ping()
  # $? = false if running, true if not
  if [ $? = 0 ] ; then
  exec $browserPath -remote openURL($url,new-tab)
  else
  $browserPath $url
  fi
  exit

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Problem with firefox

2004-02-22 Thread todd
On Sun, Feb 22, 2004 at 10:35:41PM +, [EMAIL PROTECTED] wrote:
 todd wrote:
 On Sun, Feb 22, 2004 at 10:05:25PM +, [EMAIL PROTECTED] wrote:
 
 Todd Slater wrote:
 
 On Sun, Feb 22, 2004 at 07:18:50PM -0500, Christophe Rhein wrote:
 
 
 Hello,
 
 I installed, with your help Firefox but now I have this problem:
 When I click on a link I have the Firefox profile manager that opens (I 
 clicked on the Don't ask at startup) and since firefox is allready 
 open... I can not open the link (exept pasting it).
 Where can I desactivate the profile manager?
 Thank you
 Christophe
 
 
 I put this script in /usr/bin and tell all my apps to use it for
 handling Web pages. It opens pages in a new tab, if you want you can use
 new-window instead.
 
 Todd
 
 #/bin/bash
 browserPath=/usr/local/firefox/firefox
 url=$@
 $browserPath -remote ping()
 # $? = false if running, true if not
 if [ $? = 0 ] ; then
   exec $browserPath -remote openURL($url,new-tab)
 else
   $browserPath $url
 fi
 exit
 
 If my browser is open, the new-tab works fine, however the ping() fails 
 to execute if there is no browser open, and for some reason that leads 
 to the rest of the script not operating correctly - rather than the 
 'else' part running.
 
 Maybe it's something weird with my set up.. but I can't seem to work it 
 out - do you knwo your script works with the firefox release? Maybe the 
 ping() is broken in firefox?
 
 thanks for any help you can offer
 
 
 I remember there being a problem with it in another release, but I can't
 remember off-hand what it was. It's working fine here with firefox 0.8.
 BTW, the return code of the ping is 2 if there's no open instance. What
 do you get when you try the ping manually? ie
 
 /usr/local/firefox/firefox -remote ping()
 
 or whatever your path is
 
 and then try
 
 echo $?
 
 Todd
 
 
 If browser is running, I get: 0
 If browser is not running, I get: 0
 
 Hmm.. but if I send the new-tab command when no broswer is open, I get a 
 $? of 1
 
 I think therefore that I can use that instead. try for a new-tab, and if 
 I get a 1 from that, to just open the URL.
 
 But the new-tab request fails, running the script at command line gives 
 me a message of 'Failed to send command.' and the rest of the script to 
 open a new instance just does not run :/

I'm copying the list on this one in case others are having the same
problem.

Sorry, I'm at a loss. Did you install a MDK rpm or d/l it from mozilla?
(I always d/l from mozilla.)

You might try the firefox forums at mozillazine. I haven't visited in
some time, but I recall that this topic comes up rather frequently.

Todd

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com