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:28] – 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 ===== |
| - | **Añadimos repositorio, | + | **Editamos con: sudo vi / |
| - | | + | |
| - | | + | |
| - | | + | # 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/ | ||
| + | | ||
| + | | ||
| + | # | ||
| + | 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 | ||
| + | |||
| + | Section " | ||
| + | Identifier " | ||
| + | MatchIsTouchpad " | ||
| + | MatchOS " | ||
| + | MatchDevicePath "/ | ||
| + | Option " | ||
| + | EndSection | ||
| Line 32: | Line 59: | ||
| sudo apt-get install elementary-plank-extra | sudo apt-get install elementary-plank-extra | ||
| - | Tras la instalación, | + | 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 install lm-sensors | ||
| + | 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.1430209723.txt.gz · Last modified: 2015/12/01 08:41 (external edit)