[Webkit-unassigned] [Bug 230797] New: webkitgtk-2.34: local html file is downloaded instead of displayed. Works ok for webkitgtk-2.32.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 25 06:57:42 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230797

            Bug ID: 230797
           Summary: webkitgtk-2.34: local html file is downloaded instead
                    of displayed. Works ok for webkitgtk-2.32.4
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pierre.labastie at neuf.fr
                CC: bugs-noreply at webkitgtk.org

This does not seem to be a duplicate of https://bugs.webkit.org/show_bug.cgi?id=160347, since it works with webkitgtk-2.32.x, and not with webkitgtk-2.34.0.

My system is a custom one (https://www.linuxfromscratch.org/blfs). shared-mime-info version is 2.1.

Step to reproduce: build from source according to instructions at https://www.linuxfromscratch.org/blfs/view/svn/x/webkitgtk.html

After installation run /usr/libexec/webkit2gtk-4.0/MiniBrowser

enter the url: file:///tmp/index.html

The file /tmp/index.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content=
    "application/xhtml+xml; charset=iso-8859-1" />
  </head>
  <body>
    <h1>
      Linux From Scratch
    </h1>
  </body>
</html>

with webkitgtk-2.32.4:
Linux From Scratch is displayed
with webkitgkt-2.34.0:
the index.html file is "downloaded" to ~/Downloads

Note that I log the installed files, and I clear them before installing the other version.
Not sure which information you might need. Please ask.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210925/8ba491b1/attachment.htm>


More information about the webkit-unassigned mailing list