Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:documentation:devguide:terraview_faq [2017/04/04 10:08] marisa |
wiki:documentation:devguide:terraview_faq [2017/11/14 14:31] (current) marisa |
||
|---|---|---|---|
| Line 46: | Line 46: | ||
| **5.** Why some layers appear with red "X"? | **5.** Why some layers appear with red "X"? | ||
| + | [[http://www.dpi.inpe.br/terralib5/wiki/doku.php?id=wiki:documentation:mini_curso_tview:disconnected_layers|here]] | ||
| ---- | ---- | ||
| Line 63: | Line 64: | ||
| **Answer:** | **Answer:** | ||
| - | * The error is displayed on Ubuntu, when used with the shell graphic unity. You must remove the appmenu-qt5 package for the menu display. | + | |
| + | In your terminal type: | ||
| + | <code>$ QT_QPA_PLATFORMTHEME="" ./terraview</code> | ||
| + | or: | ||
| + | <code>$ export QT_QPA_PLATFORMTHEME="" | ||
| + | $ ./terraview</code> | ||
| + | |||
| + | If the code above doesn't work, you can uninstall the appmenu-qt5: | ||
| * Use the command **sudo apt-get remove appmenu-qt5**. | * Use the command **sudo apt-get remove appmenu-qt5**. | ||
| * If terraView 5 is open, close and open again. | * If terraView 5 is open, close and open again. | ||