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

Difference between revisions of "SensiNact/Studio Troubleshooting"

(Under Ubuntu 16.4)
Line 3: Line 3:
 
=== The map is not displayed in the outdoor view ===
 
=== The map is not displayed in the outdoor view ===
  
==== Under Ubuntu 16.4 ====
+
==== Under Ubuntu 16.04 ====
  
 
<code>
 
<code>

Revision as of 12:28, 13 December 2017

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