GNOME Bugzilla – Bug 322977
Open Location fails with verbose=off in wgetrc
Last modified: 2008-01-15 13:02:55 UTC
From Debian bug report http://bugs.debian.org/341221: If ~/.wgetrc or /etc/wgetrc contains "verbose=off", gimp's Open Location will fail with "wget exited abnormally on URL ..." An easy fix for this would be to add "-v" to wget's options in plug-ins/common/url.c.
Done in both branches: 2005-12-02 Sven Neumann <sven@gimp.org> * plug-ins/uri/uri-backend-wget.c (uri_backend_load_image): added "-v" to the wget command-line options. Fixes bug #322977. 2005-12-02 Sven Neumann <sven@gimp.org> * plug-ins/common/url.c (load_image): : added "-v" to the wget command-line options. Fixes bug #322977.