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"

(Blanked the page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Studio troubleshooting ==
 
  
=== The map is not displayed in the outdoor view ===
 
 
==== Under Ubuntu 16.4 ====
 
 
<code>
 
apt-get install libwebkitgtk-1.0-0
 
</code>
 
 
'''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:
 
 
<code>
 
apt-cache search libwebkit | cut -d ' ' -f 1 | xargs apt-get install --yes
 
</code>
 

Latest revision as of 12:04, 19 March 2018

Back to the top