FS#63732 - [epiphany] Browser can't load locally saved images

Attached to Project: Arch Linux
Opened by Christoph (Chrissss) - Thursday, 12 September 2019, 08:25 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 16:13 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When I load a html page which loads a locally saved file, I see just a empty frame inside the browser , not the image. Here's an example of such a webpage.

<!DOCTYPE html>
<html>
<head>
<title>Hallo Welt</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<img src="bild.png" alt="Dies ist ein Bild">
</body>
</html>

I run an up to date system with Gnome as desktop and Epiphany/Web 3.34.0. I noticed the issue a couple a days ago, before that there was no problem.

$ epiphany --version
Web 3.34.0
$ pacman -Qi epiphany
Name : epiphany
Version : 3.34.0-1
Description : A GNOME web browser based on the WebKit rendering engine
Architecture : x86_64
URL : https://wiki.gnome.org/Apps/Web
Licenses : GPL
Groups : gnome
Provides : None
Depends On : webkit2gtk gcr icu libdazzle libhandy
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 11.33 MiB
Packager : Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Build Date : Tue Sep 10 21:32:43 2019
Install Date : Wed Sep 11 09:53:04 2019
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 16:13 GMT
Reason for closing:  None
Additional comments about closing:  This seems pretty stalled to me. If it's still an issue, please fill a re-open request. Thank you :)

Loading...