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 695793 - [WK2] Save as web application fires favicon.ico download visible in the downloads bar
[WK2] Save as web application fires favicon.ico download visible in the downl...
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 678610
 
 
Reported: 2013-03-13 18:44 UTC by Xan Lopez
Modified: 2013-03-13 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xan Lopez 2013-03-13 18:44:24 UTC
The download should not be visible in the UI, since it's internal to the web app creation process. We used to get this right!
Comment 1 Xan Lopez 2013-03-13 20:09:16 UTC
OK, I fixed this in f890beb4d225a92f6abe6d06b43949c7b81b8534.

The issue was that the WK2 always creates a UI item for every webkit download, so for now I just applied a somewhat hacky workaround. I think the cleaner fix would be to create an EphyDownload manually and set up things correctly, but it's not very urgent.