After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322977 - Open Location fails with verbose=off in wgetrc
Open Location fails with verbose=off in wgetrc
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other Linux
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-12-02 00:14 UTC by Ari Pollak
Modified: 2008-01-15 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ari Pollak 2005-12-02 00:14:15 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.
Comment 1 Sven Neumann 2005-12-02 10:46:41 UTC
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.