Aktualizace Xubuntu: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Bez shrnutí editace |
Bez shrnutí editace |
||
Řádek 23: | Řádek 23: | ||
* [http://askubuntu.com/questions/361734/hibernation-is-still-missing-from-menu-in-13-10-after-enabling-via-polkit-how-t Znovu povolení hibernace] |
* [http://askubuntu.com/questions/361734/hibernation-is-still-missing-from-menu-in-13-10-after-enabling-via-polkit-how-t Znovu povolení hibernace] |
||
<source lang="bash"> |
<source lang="bash"> |
||
cat > /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla <<'EOT' |
sudo cat > /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla <<'EOT' |
||
[Re-enable hibernate by default in upower] |
[Re-enable hibernate by default in upower] |
||
Identity=unix-user:* |
Identity=unix-user:* |
Verze z 10. 1. 2015, 11:22
Xubuntu 14.10
- Vrátit češtinu do Firefoxu
sudo apt-get install firefox-locale-cs
- Nastavit modrou barvu místo růžové pro zaměřené položky
gtk-theme-config
- Nastavit styl pro Qt aplikace
sudo apt-get install qt4-qtconfig
Pak spustit qtconfig, zvolit styl GTK+ a "File - Save"
- Problém s vyvoláním hibernace
Ručně:
sudo dbus-send --system --print-reply \ --dest="org.freedesktop.UPower" \ /org/freedesktop/UPower \ org.freedesktop.UPower.Hibernate
Xubuntu 14.04
- Pro vyřešení chyby "UnknownLocaleError: unknown locale 'cs'" je třeba přeinstalovat balík babel pythonu:
sudo apt-get install --reinstall python-babel python-babel-localedata python-pybabel
Xubuntu 13.10
sudo cat > /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla <<'EOT'
[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
ResultActive=yes
EOT