* Art Fore <[EMAIL PROTECTED]> [12-12-06 10:33]:
> > On Tue, 2006-12-12 at 15:23 +0100, Will Stephenson wrote:
> > > The script should be
> > > "
> > > #!/bin/bash
> > > `eval gnome-keyring-daemon`
> > > export GNOME_KEYRING_SOCKET
> > > export GNOME_KEYRING_PID
> > > "
> > > 
> > This did not even start the gnome-keyring-daemon.
> > 
> > Here is my file
> > 
> > #!/bin/sh
> > eval 'gnome-keyring-daemon'
> > export GNOME_KEYRING_SOCKET
> > export GNOME_KEYRING_PID
> > evolution
> > 
> > As you can see, I only moved the '.

Your problem may be that you have not exercised the script as provided. 
The second line contains back-tics, not single quotes.  Try it properly
written and see if it works.

Please, is it really necessary to _completely_ quote *everything*
written previous?
-- 
Patrick Shanahan                        Registered Linux User #207535
http://wahoo.no-ip.org                        @ http://counter.li.org
HOG # US1244711         Photo Album:  http://wahoo.no-ip.org/gallery2
OpenSUSE  Linux  http://en.opensuse.org/
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to