User Tools

Site Tools


isis

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
isis [2015/06/08 11:34] – [Añadir Ver escritorio a Plank] adminisis [2016/03/13 10:53] (current) admin
Line 4: Line 4:
  
 **Descarga:** **Descarga:**
-[[ https://elementary.io/ | Descarga ISO 32 y 64 bits]]+[[ https://elementary.io/es | Descarga ISO 32 y 64 bits]]
  
  
Line 15: Line 15:
  
  
-===== Cambiar al tema oscuro =====+===== Fix para el touchpad synaptics en Dell XPS15 =====
  
  
-**Añadimos repositorio, actualizamos e instalamos el paquete:** +**Editamos con sudo vi /etc/X11/xorg.conf.d/50-synaptics.conf** 
-  sudo add-apt-repository ppa:yunnxx/elementary + 
-  sudo apt-get update +  # Example xorg.conf.d snippet that assigns the touchpad driver 
-  sudo apt-get install change-dark-indicator+  # to all touchpads. See xorg.conf.d(5) for more information on 
 +  # InputClass. 
 +  # DO NOT EDIT THIS FILE, your distribution will likely overwrite 
 +  # it when updating. Copy (and rename) this file into 
 +  # /etc/X11/xorg.conf.d first. 
 +  # Additional options may be added in the form of 
 +  #   Option "OptionName" "value" 
 +  # 
 +  Section "InputClass" 
 +        Identifier "touchpad catchall" 
 +        Driver "synaptics" 
 +        MatchIsTouchpad "on" 
 +  # This option is recommend on all Linux systems using evdev, but cannot be 
 +  # enabled by default. See the following link for details: 
 +  # http://who-t.blogspot.com/2010/11/ho...on-errors.html 
 +        MatchDevicePath "/dev/input/event*" 
 +        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" 
 +        Option "VertHysteresis" "80" 
 +        Option "HorizHysteresis" "80" 
 +  EndSection 
 +   
 +  Section "InputClass" 
 +        Identifier "touchpad ignore duplicates" 
 +        MatchIsTouchpad "on" 
 +        MatchOS "Linux" 
 +        MatchDevicePath "/dev/input/mouse*" 
 +        Option "Ignore" "on" 
 +  EndSection
  
  
Line 32: Line 59:
   sudo apt-get install elementary-plank-extra   sudo apt-get install elementary-plank-extra
  
-Tras la instalación, lanzamos pantheon-files y nos dirigimos a la carpeta /usr/share/applications, localizamos el icono Show Desktop y lo arrastramos al lanzador  +Tras la instalación, lanzamos pantheon-files y nos dirigimos a la carpeta /usr/share/applications, localizamos el icono Show Desktop y lo arrastramos al lanzador
  
 +** 13 temas para plank **
 +  sudo add-apt-repository ppa:justsomedood/justsomeelementary
 +  sudo apt-get update
 +  sudo apt-get install plank-theme-* 
  
-**Para poner K3b en castellano** +**Solución al doble cursor tras arrastrar y soltar** 
-   sudo apt-get install language-pack-kde-es language-pack-kde-es-base +Abrir un terminal (Ctrl+Alt+T) y usar el siguiente comando (probar a true o false si no va):
- +
-**Solución al doble cursor tras arrastrar y soltar. Probar a true o false si no va** +
-Abrir un terminal (Ctrl+Alt+T) y usar el siguiente comando:+
   gsettings set org.gnome.settings-daemon.plugins.cursor active false   gsettings set org.gnome.settings-daemon.plugins.cursor active false
- 
-===== LibreOffice ===== 
- 
-**Usar los nuevos iconos, incluidos los Sifr. Se activan en Herramientas->Opciones->Ver** 
-   sudo apt-get install libreoffice-style* 
-  
-**Ponerlo en español:** 
-   sudo apt-get install -y libreoffice-l10n-es 
  
 **Sensores de temperatura:** **Sensores de temperatura:**
Line 55: Line 75:
   sudo chmod u+s /usr/sbin/hddtemp   sudo chmod u+s /usr/sbin/hddtemp
   sudo sensors-detect   sudo sensors-detect
 +
 +**Instalar de dropbox **
 +  sudo apt-get install git
 +  git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox
 +  bash /tmp/elementary-dropbox/install.sh
  
 **Indicador de dropbox en bandeja del sistema (si no aparece)** **Indicador de dropbox en bandeja del sistema (si no aparece)**
isis.1433756087.txt.gz · Last modified: 2015/12/01 08:41 (external edit)