Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SensiNact/Studio Troubleshooting

< SensiNact
Revision as of 12:29, 13 December 2017 by Remi.druilhe.gmail.com (Talk | contribs) (Under Ubuntu 16.04)

Studio troubleshooting

The map is not displayed in the outdoor view

Under Ubuntu 16.04

apt-get install libwebkitgtk-1.0-0

IMPORTANT: it does NOT works using libwebkit2gtk-4.0-37 and libwebkit2gtk-3.0-25.

Note: we have not tried using libwebkitgtk2.0-cil and libwebkitgtk2.0-cil-dev.

Note from Rémi: it seems that the libwebkitgtk-1.0-0 does not work either. But it works with the package libwebkitgtk-3.0-0 or libwebkit2gtk-3.0-25.

Other systems

You need to get webkit installed on your computer. To do this, execute the following command:

apt-cache search libwebkit | cut -d ' ' -f 1 | xargs apt-get install --yes

Back to the top