Skip to content
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

fix inspector for newer WPEWebKit & WPELauncher combination #1

Merged
merged 1 commit into from
Nov 22, 2018

Conversation

hlev
Copy link
Contributor

@hlev hlev commented Nov 22, 2018

The patch that ports WPELauncher from the old (stable) branch creates a /usr/bin/wpe script with the environment variable for enabling the remote inspector that only works with the older WPEWebKit.

+WEBKIT_INSPECTOR_SERVER=0.0.0.0:9998

The new WPEWebKit with WPELauncher works only if this env var is named WEBKIT_LEGACY_INSPECTOR_SERVER.

See WebPlatformForEmbedded/WPEWebKit#549 (comment)

@hlev
Copy link
Contributor Author

hlev commented Nov 22, 2018

Alternatively, the patch can be changed as well.

@TOLDOTECHNIK TOLDOTECHNIK merged commit 9128950 into TOLDOTECHNIK:master Nov 22, 2018
@TOLDOTECHNIK
Copy link
Owner

Good to know. We never worked with the remote inspector in this project.
Thanks for contributing!

@ghanjiboy ghanjiboy mentioned this pull request Apr 15, 2021
@danillo523 danillo523 mentioned this pull request Jan 14, 2023
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants