TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:documentation:devguide:terraview_faq [2016/05/23 14:06]
marisa
wiki:documentation:devguide:terraview_faq [2017/11/14 15:31]
marisa
Line 20: Line 20:
   * By default, the file containing the list of data sources available for a given user (**datasources.xml**) can be found under the **user folder** in the **.local/​terraview** directory.   * By default, the file containing the list of data sources available for a given user (**datasources.xml**) can be found under the **user folder** in the **.local/​terraview** directory.
  
-  * The record of logs generated by TerraView can be found in the folder **.local/​terraview/​log**.+  * The record of logs generated by TerraView can be found in the folder **.local/share/​terraview/​log**.
  
 ---- ----
Line 41: Line 41:
   * Check if there is an installed version (usually at C:/Program Files/​Terralib5.x.x) of TerraView-5.x.x and uninstall it.    * Check if there is an installed version (usually at C:/Program Files/​Terralib5.x.x) of TerraView-5.x.x and uninstall it. 
   * Also it is advisable to remove the *.ini file.   * Also it is advisable to remove the *.ini file.
-  * Also it is advisable to remove the **C:​\Users\<​username>​\AppData\Local\terraview\datasources.xml**+  * If  ​**C:​\Users\<​username>​\AppData\Local\terraview\datasources.xml** ​is removed, some problems might occur if try to open old projects. See next item.
  
 ---- ----
  
-**5**. Problemas com abertura de layers no DELL\\+**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]] 
 + 
 +---- 
 + 
 +**6**. Problemas com abertura de layers no DELL\\
  
   * Segundo reportado no fórum da Dell, há um conflito do software de backup da Dell (Dell Backup & Recovery) com diversos componentes do Qt5, dentre eles, a janela de seleção de arquivos (QFileDialog). Dessa forma, efetuando-se a desinstalação deste software (Dell Backup & Recovery), o componente volta a funcionar normalmente. ​   * Segundo reportado no fórum da Dell, há um conflito do software de backup da Dell (Dell Backup & Recovery) com diversos componentes do Qt5, dentre eles, a janela de seleção de arquivos (QFileDialog). Dessa forma, efetuando-se a desinstalação deste software (Dell Backup & Recovery), o componente volta a funcionar normalmente. ​
Line 52: Line 57:
 ---- ----
  
-**6.** In Ubuntu, the main menu of the application is not displayed, a message appears on the terminal log where the application runs: "​**appmenu-qt:​ handleReparent 133 The given QMenuBar is already registered by appmenu-qt5,​ skipping**"​+**7.** In Ubuntu, the main menu of the application is not displayed, a message appears on the terminal log where the application runs: "​**appmenu-qt:​ handleReparent 133 The given QMenuBar is already registered by appmenu-qt5,​ skipping**"​
  
 **Source**: **Source**:
Line 59: Line 64:
  
 **Answer:** **Answer:**
-  * The error is displayed on Ubuntuwhen 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 workyou 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.