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.04)
(Blanked the page)
 
Line 1: Line 1:
== Studio troubleshooting ==
 
  
=== The map is not displayed in the outdoor view ===
 
 
==== Under Ubuntu 16.04 ====
 
 
<code>
 
apt-get install libwebkitgtk-1.0-0
 
</code>
 
 
'''IMPORTANT''': it does NOT works using <code>libwebkit2gtk-4.0-37</code> and <code>libwebkit2gtk-3.0-25</code>.
 
 
'''Note''': we have not tried using <code>libwebkitgtk2.0-cil</code> and <code>libwebkitgtk2.0-cil-dev</code>.
 
 
'''Note from Rémi''': it seems that the <code>libwebkitgtk-1.0-0</code> does not work either. But it works with the package <code>libwebkitgtk-3.0-0</code> or <code>libwebkit2gtk-3.0-25</code>.
 
 
==== 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