isis
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| isis [2015/02/24 09:48] – [Instalación de prueba de elementary Freya] admin | isis [2016/03/13 10:53] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Instalación de prueba de elementary | + | ===== Instalación de elementaryOS |
| - | Ya está disponible | + | Ya está disponible |
| **Descarga: | **Descarga: | ||
| - | [[ http://beta.elementary.io/ | + | [[ https:// |
| - | ===== Cambiar al tema oscuro | + | ===== Scripts de postinstalación |
| - | Instalación en 32 bits | + | ** Se puede:** |
| - | **Añadimos repositorio, | + | |
| - | | + | |
| - | sudo apt-get update | + | |
| - | sudo apt-get install change-dark-indicator | + | |
| - | **Instalación en 64 bits:** | ||
| - | Descargamos | + | ===== Fix para el touchpad synaptics en Dell XPS15 ===== |
| - | | + | |
| - | | + | |
| - | | + | **Editamos |
| - | | + | |
| - | | + | |
| + | | ||
| + | | ||
| + | # 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. | ||
| + | | ||
| + | | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | Driver " | ||
| + | MatchIsTouchpad " | ||
| + | # 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/ | ||
| + | MatchDevicePath "/ | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| | | ||
| - | ===== Nueva PPA para elementary Tweaks en elementary OS Freya ===== | + | Section " |
| + | Identifier " | ||
| + | MatchIsTouchpad " | ||
| + | MatchOS " | ||
| + | MatchDevicePath "/ | ||
| + | Option " | ||
| + | EndSection | ||
| - | | + | |
| + | ===== Añadir "Ver escritorio" | ||
| + | |||
| + | |||
| + | **Añadimos repositorio, | ||
| + | | ||
| sudo apt-get update | sudo apt-get update | ||
| - | sudo apt-get install elementary-tweaks | + | sudo apt-get install elementary-plank-extra |
| - | o bien | + | |
| - | sudo apt-get | + | Tras la instalación, |
| + | |||
| + | ** 13 temas para plank ** | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install plank-theme-* | ||
| + | |||
| + | **Solución al doble cursor tras arrastrar y 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 | ||
| + | sudo apt-get install hddtemp | ||
| + | sudo chmod u+s / | ||
| + | sudo sensors-detect | ||
| + | |||
| + | **Instalar de dropbox ** | ||
| + | sudo apt-get install git | ||
| + | git clone https:// | ||
| + | bash / | ||
| + | |||
| + | **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/ | ||
| + | [Desktop Entry] | ||
| + | Name=Dropbox Fix | ||
| + | GenericName=File Synchronizer | ||
| + | Comment=Sync your files across computers and to the web | ||
| + | Exec=/ | ||
| + | Terminal=false | ||
| + | Type=Application | ||
| + | Icon=dropbox | ||
| + | Categories=Network; | ||
| + | StartupNotify=false | ||
| + | **Solucionar doble icono de Chrome en Plank** | ||
| + | Quitar de Plank el ícono de Google Chrome y cerrar el programa | ||
| + | sudo cp -a / | ||
| + | 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 ~/ | ||
| + | mkdir ~/ | ||
isis.1424767721.txt.gz · Last modified: 2015/12/01 08:41 (external edit)