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 69: Řádek 69:


* Good dark them is [[Soubor:Adwaita_dark_3_14_rev_2_by_cbowman57-d85ckl3.7z|Adwaita-Dark-3.14-rev.2]] or [http://xfce-look.org/content/show.php/Adwaita-Dark?content=148170]
* Good dark them is [[Soubor:Adwaita_dark_3_14_rev_2_by_cbowman57-d85ckl3.7z|Adwaita-Dark-3.14-rev.2]] or [http://xfce-look.org/content/show.php/Adwaita-Dark?content=148170]
* To fix Firefox with system dark theme install addon [https://addons.mozilla.org/en-US/firefox/addon/text-contrast-for-dark-themes/?src=search Text Contrast for Dark Themes]

* For Firefox put into ~/.mozilla/firefox/*.default/chrome/userChrome.css:
<pre>
input,
textarea,
select {
border-width: 1px !important;
border-radius: 2px;
background-color: white;
color: #333333;
-moz-appearance: none;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
border-width: 1px !important;
border-radius: 2px;
background-color: #eeeeee;
color: #333333;
-moz-appearance: none;
}
</pre>


=See also=
=See also=

Verze z 17. 1. 2016, 11:54

Provedení aktualizace

Aktualizace serveru:

apt-get install update-manager-core
do-release-upgrade

Verze

Xubuntu 15.10 (Wily Werewolf)

ReleaseNotes

  • To install BackupPC package it is necessary to install also not defined package dependency libsocket6-perl [1]

Xubuntu 15.04 (Vivid Vervet)

Xubuntu 14.10 (Utopic Unicorn)

  • 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 (Trusty Tahr) LTS

  • 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 (Saucy Salamander)

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

Xubuntu 13.04 (Raring Ringtail)

Xubuntu 12.10 (Quantal Quetzal)

Xubuntu 12.04 (Precise Pangolin) LTS

Other tips

Dark theme

See also