-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images do not load #104
Comments
I am not sure if this is the case, but looks like could be related to https://github.com/godiard/help-activity/blob/master/helpactivity.py#L129 |
Thanks. Yes, it is related. When I add logging to the resource-load-started callback, I see the following;
When I revert a1ee2c6, the problem goes away. So the cause appears to be a consequence of @chimosky's Port to WebKit2. I must have made a mistake in testing and should not have merged the pull request. It is as if the signal is skipped for failed local filesystem access. I've reviewed the C and Python bindings documentation for WebKitGTK, and can't find any promise that local filesystem requests can be redirected like this. Next steps are interactive debugging and reading the WebKitGTK source. |
When the activity is built, bundled, installed, and then run, the embedded images are not shown.
make html
copies the referenced images fromimages
tohtml/_images
python setup.py dist_xo
ignores the directory_images
images
but the HTML does not reference themDiscovered by accident as part of #99, and more information is in the comments of that pull request.
The text was updated successfully, but these errors were encountered: