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/04/28 10:20] – [Scripts de postinstalación] 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]]
  
  
 ===== Scripts de postinstalación ===== ===== Scripts de postinstalación =====
  
-Se puede usar [[ https://oduso.com/ | Oduso]] para generar el script, o bien  +** Se puede:**
-Descargar el script {{ wiki:elementary:postinstalacion.sh.doc | postinstalacion.sh.doc}} en nuestro home, renombrarlo, asignarle permisos y ejecutarlo...+
  
 +  * Usar [[ https://oduso.com/ | Oduso]] para generar el script
 +  * Descargar el script {{ wiki:elementary:postinstalacion.sh.doc | postinstalacion.sh.doc}} en nuestro home, renombrarlo, asignarle permisos y ejecutarlo...
  
-===== Cambiar al tema oscuro ===== 
  
-Instalación en 32 bits+===== Fix para el touchpad synaptics en Dell XPS15 ===== 
 + 
 + 
 +**Editamos con:  sudo vi /etc/X11/xorg.conf.d/50-synaptics.conf** 
 + 
 +  # Example xorg.conf.d snippet that assigns the touchpad driver 
 +  # 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 
 + 
 + 
 +===== Añadir "Ver escritorio" a Plank ===== 
  
 **Añadimos repositorio, actualizamos e instalamos el paquete:** **Añadimos repositorio, actualizamos e instalamos el paquete:**
-  sudo add-apt-repository ppa:yunnxx/elementary+  sudo add-apt-repository ppa:versable/elementary-tweaks-isis
   sudo apt-get update   sudo apt-get update
-  sudo apt-get install change-dark-indicator+  sudo apt-get install elementary-plank-extra
  
-**Instalación en 64 bits:**+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
  
-Descargamos el paquete deb realizamos la instalación con gdebi:** +** 13 temas para plank ** 
-  cd +  sudo add-apt-repository ppa:justsomedood/justsomeelementary 
-  cd Descargas +  sudo apt-get update 
-  wget https://launchpad.net/~yunnxx/+archive/ubuntu/elementary/+files/change-dark-indicator_1.01entornosgnulinux-1ubuntu1_all.deb +  sudo apt-get install plank-theme-*  
-  sudo apt-get install gdebi + 
-  sudo gdebi change-dark-indicator_1.01entornosgnulinux-1ubuntu1_all.deb +**Solución al doble cursor tras arrastrar soltar** 
-  +Abrir un terminal (Ctrl+Alt+T) y usar el siguiente comando (probar a true o false si no va): 
 +  gsettings set org.gnome.settings-daemon.plugins.cursor active false 
 + 
 +**Sensores de temperatura:** 
 +  sudo apt-get install lm-sensors 
 +  sudo apt-get install hddtemp 
 +  sudo chmod u+s /usr/sbin/hddtemp 
 +  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)** 
 + 
 + * Crear dropbox-fix.sh con 
 +  #!/bin/sh 
 +  sleep 10 && dropbox stop && env XDG_CURRENT_DESKTOP=Unity dropbox start 
 + * Crear dropbox-fix.desktop en .config/autostart/ con 
 +  [Desktop Entry] 
 +  Name=Dropbox Fix 
 +  GenericName=File Synchronizer 
 +  Comment=Sync your files across computers and to the web 
 +  Exec=/usr/bin/dropbox-fix.sh 
 +  Terminal=false 
 +  Type=Application 
 +  Icon=dropbox 
 +  Categories=Network;FileTransfer; 
 +  StartupNotify=false
  
 +**Solucionar doble icono de Chrome en Plank**
 +  Quitar de Plank el ícono de Google Chrome y cerrar el programa
  
 +  sudo cp -a /usr/share/applications/google-chrome.desktop /usr/share/applications/google-chrome-stable.desktop
 +  google-chrome-stable
 +  Al ícono que aparece en Plank, darle click derecho y hacer un check en “Mantener en el dock”
  
 +**Eliminar historial de documentos usados recientemente**
 +  rm ~/.local/share/recently-used.xbel -Rf;
 +  mkdir ~/.local/share/recently-used.xbel -p;
isis.1430209254.txt.gz · Last modified: 2015/12/01 08:41 (external edit)