isis
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| isis [2015/04/28 10:23] – [Scripts de postinstalación] admin | isis [2016/03/13 10:53] (current) – admin | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| **Descarga: | **Descarga: | ||
| - | [[ https:// | + | [[ https:// |
| Line 15: | Line 15: | ||
| - | ===== Cambiar al tema oscuro | + | ===== Fix para el touchpad synaptics en Dell XPS15 ===== |
| + | |||
| + | |||
| + | **Editamos con: sudo vi / | ||
| + | |||
| + | # 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 | ||
| + | # / | ||
| + | # Additional options may be added in the form of | ||
| + | # | ||
| + | # | ||
| + | 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:// | ||
| + | MatchDevicePath "/ | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | Section " | ||
| + | Identifier " | ||
| + | MatchIsTouchpad " | ||
| + | MatchOS " | ||
| + | MatchDevicePath "/ | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | ===== Añadir "Ver escritorio" | ||
| - | Instalación en 32 bits | ||
| **Añadimos repositorio, | **Añadimos repositorio, | ||
| - | 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 | + | sudo apt-get install |
| - | **Instalación en 64 bits:** | + | Tras la instalación, |
| - | Descargamos el paquete deb y realizamos la instalación con gdebi:** | + | ** 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 |
| - | | + | 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 sensors-detect | ||
| + | |||
| + | **Instalar de dropbox ** | ||
| + | sudo apt-get install git | ||
| + | git clone https://github.com/zant95/elementary-dropbox | ||
| + | bash /tmp/elementary-dropbox/ | ||
| + | |||
| + | **Indicador de dropbox en bandeja del sistema (si no aparece)** | ||
| + | |||
| + | * Crear dropbox-fix.sh con | ||
| + | | ||
| + | | ||
| + | * 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; | ||
| + | | ||
| + | **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.1430209402.txt.gz · Last modified: 2015/12/01 08:41 (external edit)