[5606] in testers
Re: nautilus
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Jul 1 13:35:04 2003
From: Robert A Basch <rbasch@MIT.EDU>
To: Alex T Prengel <alexp@mit.edu>
Cc: testers@mit.edu
In-Reply-To: <200306201827.h5KIRUmh012398@suspenders.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1057080901.5644.88.camel@abulia.mit.edu>
Mime-Version: 1.0
Date: 01 Jul 2003 13:35:02 -0400
On Fri, 2003-06-20 at 14:27, Alex T Prengel wrote:
> nautilus on Suns spews out a variety of complaints on launch:
>
> suspenders.mit.edu:~ athena% nautilus
> Xlib: extension "RENDER" missing on display ":0.0".
> Extra content at the end of the document
> Extra content at the end of the document
[...]
The "extra content" warnings are due to a bug in librsvg. I submitted
a patch which fixes it.
> Couldn't find user registry /mit/alexp/.gstreamer/registry.xml or global registry /usr/athena/var/cache/gstreamer-0.6/registry.xml
>
> GStreamer-ERROR **: Please run gst-register either as root or user
> aborting...
We need to run gst-register to create the global registry, as the
diagnostic suggests. I submitted a patch to do this in the athchanges
script run at update time.
> Also, on both Sun and Linux, it doesn't exit cleanly.
I don't see a problem here (I believe nautilus is supposed to continue
to run after all its windows are closed).
> And finally, as I
> reported before, it doesn't render html internally (it does appears
> to launch mozilla when you click on an html file icon on Linux machines, but
> seems to covert the html to text and displays it in a terminal window on Suns;
> I think it should at least do the same thing on both platforms).
Our gnome-vfs configuration needed to be updated, including setting
default applications for various MIME types. (In this case, there was
no default app for text/html, so gnome-vfs selected lynx, being the
first alphabetically). As far as I can tell, this version of nautilus
cannot render html internally.
Bob