GNOME Bugzilla – Bug 46379
Nautilus assumes http proxy is needed if updates.tgz doesn't exist
Last modified: 2004-12-22 21:47:04 UTC
To reproduce: 1 - edit /gnome-source/nautilus/src/nautilus-first-time-druid.c 2 - change line 62, "#define WELCOME_PACKAGE_URI "http://services.eazel.com/downloads/eazel/updates.tgz" 3 - cd-nautilus && make install 4 - rm ~/.nautilus/first-time-wizard-flag 5 - Run nautilus Since the URL for the updates.tgz file is wrong, Nautilus can't fetch it. However, it responds to this by suggesting that the user needs an http proxy, which is incorrect. Nautilus should interpret a "file not found" response from the web server as a successful network connection. See bug 46351 for reference. ------- Additional Comments From brett@eazel.com 2001-02-06 12:40:28 ---- Sorry, step 2 above should say "change line 62 ... to contain an invalid URL." ------- Additional Comments From andy@eazel.com 2001-02-06 14:38:58 ---- This is silly - there will always be an updates file there, so this will never matter in practice. Even though it's not hard to fix, I don't see much point. Why would this ever matter in practice? ------- Additional Comments From brett@eazel.com 2001-02-06 14:44:56 ---- Actually, bug 46351 was opened and fixed yesterday because the file disappeared. ------- Additional Comments From andy@eazel.com 2001-02-06 14:57:12 ---- I see - so maybe we should fix this to be more graceful when the service hiccups. It still seems post 1.0 to me, though. ------- Additional Comments From sullivan@eazel.com 2001-02-06 16:01:04 ---- Letting Don decide priority on this one. ------- Additional Comments From andy@eazel.com 2001-02-12 12:09:24 ---- transferring my druid bugs to John Harper ------- Additional Comments From don@eazel.com 2001-02-16 15:46:47 ---- This is done now but not checked in. ------- Additional Comments From jsh@pixelslut.com 2001-02-22 19:29:21 ---- I've committed these changes now ------- Additional Comments From brett@eazel.com 2001-02-24 13:45:01 ---- Now it says "no update available. press next to continue" ------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 20:59 -------
Getting rid of the First-Time Druid component.