Aktualizace Xubuntu: Porovnání verzí

Z ZděchovNET
Skočit na navigaci Skočit na vyhledávání
Bez shrnutí editace
Bez shrnutí editace
Řádek 22: Řádek 22:


* [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">
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
</source>
* [http://askubuntu.com/questions/361991/suspend-problems-in-13-10 Nefunguje síť po probuzení z hibernace]
* [http://askubuntu.com/questions/361991/suspend-problems-in-13-10 Nefunguje síť po probuzení z hibernace]
* [http://askubuntu.com/questions/360806/volume-indicator-issue-after-xubuntu-13-10-upgrade Oprava indikátoru hlasitosti]
* [http://askubuntu.com/questions/360806/volume-indicator-issue-after-xubuntu-13-10-upgrade Oprava indikátoru hlasitosti]

Verze z 10. 1. 2015, 12:20

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

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