[webkit-gtk] No images on Windows, just wireframes
Martin Robinson
mrobinson at webkit.org
Mon Oct 3 09:40:19 PDT 2011
On Mon, Oct 3, 2011 at 2:54 AM, Matthew Talbert <ransom1982 at gmail.com> wrote:
> it works fine. The problem is adding in a drive letter. I've tried
> every sort of combination possible but nothing works. For example,
> this will not work:
>
> file://C:/Users/matthew/AppData/Roaming/images/image.jpg
A proper file URL on Windows involves three leading slashes. Does
something like this work?
file:///D:/Program%20Files/Viewer/startup.htm
--Martin
More information about the webkit-gtk
mailing list