====== Unity ====== Seit Ubuntu 13.04 konnte/musste ich mich endlich mit Unity 'anfreunden'. Problem: Auf dem Desktop sind alle Folder & Files meines Homedirecories drauf. Mit dem Unity-Optimierungswerkzeug bekommt man die zwar weg, doch wird der ganze Desktop unbrauchbar, weil gar keine Icons mehr gehen. Lösung: nano ~/.config/user-dirs.dir # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # XDG_DESKTOP_DIR="$HOME" XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_TEMPLATES_DIR="$HOME/Vorlagen" XDG_PUBLICSHARE_DIR="$HOME/Öffentlich" XDG_DOCUMENTS_DIR="$HOME/Dokumente" XDG_MUSIC_DIR="$HOME/Musik" XDG_PICTURES_DIR="$HOME/Bilder" XDG_VIDEOS_DIR="$HOME/Videos" Das 'XDG_DESKTOP_DIR="$HOME"' ändert man in 'XDG_DESKTOP_DIR="$HOME/Desktop"' und beim nächsten Start sind die Icons verschwunden (bzw. nur noch die im Desktop-Verzeichnis da; man kann die Zeile auch auskommenieren). ===== Tweaks ===== ==== Unity Tweak Tool ==== Das Unity Tweak Tool git es im Software-Center ==== Ubuntu Tweak Tool ==== U-Tweak-Software installieren: sudo apt-add-repository ppa:tualatrix/ppa sudo apt-get update sudo apt-get install ubuntu-tweak