Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:centro:servizos:ubuntu_14.04_citius [2016/05/18 18:02] – [Install Roby, Python and R packets in the home directory] fernando.guillenen:centro:servizos:ubuntu_14.04_citius [2016/05/19 13:24] fernando.guillen
Line 157: Line 157:
 === R === === R ===
  
-Firdtly create a directory called ''R'' in your home:+Firstly create a directory called ''R'' in your home:
  
 <code bash>mkdir ~/R</code> <code bash>mkdir ~/R</code>
Line 168: Line 168:
 You will be asked if you want to do it in ''~/R'' because ''/usr/local/lib/R'' cant be written into. Answer ''y''. The directory will be added to the library path and you will be able to load them. You will be asked if you want to do it in ''~/R'' because ''/usr/local/lib/R'' cant be written into. Answer ''y''. The directory will be added to the library path and you will be able to load them.
  
-==== When unblocking the screen after being idle it asks for the password twice ====+==== When unblocking the screen after being idle it asks twice for the password ====
  
-This happens in the default directory(Ubuntu) when inheriting the configuration from Ubuntu 12.04. Para solucioanrlo, basta con ejecutar este comando en una terminal:+This happens in the default directory(Ubuntu) when inheriting the configuration from Ubuntu 12.04. To fix it execute this command from a terminal:
  
 <code>dconf reset -f /org/compiz/</code> <code>dconf reset -f /org/compiz/</code>
  
-Tras cerrar sesión y volver a iniciarla, el problema debería desaparecer. Tan solo se perderán algunas configuraciones avanzadas del escritorio que es muy poco probable que hayas tocado.+After closing the session and logging in again the problem should be gone.
  
-==== Ó iniciar sesión o teclado cambia a inglés automaticamente ====+==== After logging in the keyboard gets set to english automatically ====
  
-Esto é culpa de ''ibus''Podes desactivar ibus se non vas a usalo (se non sabes o que é, non o estás a usar). Para facelo, vai a //Preferencias// » //Soporte de idiomas// e no desplegable de método de entrada elixe //Ningún//.+This is ''ibus'' faultYou can deactivate it if you don't plan on using it (if you don't know what ''ibus'' is then you're not using it). Go to //System settings// » //Language support// and as the keyboard input method choose //None//.
  
-Se precisas ''ibus'', podes solucionar este problema editando a configuración de ibus [[http://askubuntu.com/questions/459617/keyboard-layout-isnt-kept-upon-reboot|como explica aquí]].+If you need to use ''ibus'' then you can fix this problem by editing its configuration [[http://askubuntu.com/questions/459617/keyboard-layout-isnt-kept-upon-reboot|as explained here]].
  
-==== A firma de actas da USC non funciona ==== 
  
-Para que a firma de actas da USC funcione, debes utilizar Firefox, e ter instalado e funcionando Java 8 de Oracle: 
  
-<code>aptdcon -i oracle-java8-installer</code> 
- 
-En Firefox, vai a //Ferramentas// » //Complementos//, e na sección Plugins, comproba que teñas activado o //Java(TM) Plug-in 11.72.2// ou superior e que teñas desactivado calquera outro complemento de java, incluíndo o //Icedtea//. 
- 
-Abre o //Oracle Java 8 Plugin Control panel// executando o comando <code>ControlPanel</code> na terminal e realiza os seguintes pasos: 
- 
-  - Borra os arquivos temporais, na primeira pestaña, botón //Preferencias// e logo no novo diálogo, //Borrar arquivos...//. 
-  - Engade os seguintes sitios á lista de excepcións na pestaña de //Seguridade//: 
-    * <nowiki>https://aplicacions.usc.es/</nowiki> 
-    * <nowiki>https://sec-virtual.usc.es/</nowiki> 
-    * <nowiki>https://*.usc.es/</nowiki> 
- 
- 
-Despois destes pasos, accede á firma de actas. O applet de proba non funciona, pero o applet de firma real si debería funcionar correctamente.