I think I've figured out what is going on.  Basically in
/usr/share/service-discovery-applet/plugins/nautilus.py nautilus is
being called with a url as an argument.  The code used to call

   gnome.url_show(url)

now it calls

   cmdline = ["nautilus", url]
   subprocess.Popen(cmdline.wait()

I tried replacing "nautilus" with "gnome-www-browser" and that seems
to work.  However, that causes service-discovery-applet to hang until
the web browser terminates.  This was not the previous behavior.

-Dale

-- 
Dale P. Smith
[EMAIL PROTECTED]
216-447-4059
216-447-8951 FAX



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to