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)
(Under Ubuntu 16.04)
Line 9: Line 9:
 
</code>
 
</code>
  
'''IMPORTANT''': it does NOT works using libwebkit2gtk-4.0-37 and libwebkit2gtk-3.0-25.
+
'''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 libwebkitgtk2.0-cil and libwebkitgtk2.0-cil-dev.
+
'''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 libwebkitgtk-1.0-0 does not work either. But it works with the package libwebkitgtk-3.0-0. or libwebkit2gtk-3.0-25.
+
'''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 ====
 
==== Other systems ====

Revision as of 12:29, 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