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]
** Fix Adwaita wrong widgets borders in Eclipse IDE add following lines to the end of file gtk-3.0/gtk-widgets.css:
* 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]
<pre>
* {
outline-color: alpha(@theme_fg_color, 0.3);
}

.undershoot {
background: none;
}
</pre>
* To fix Firefox with system dark theme install extension [https://addons.mozilla.org/cs/firefox/addon/dark-background-light-text/ Dark Background and Light Text]


=See also=
=See also=

Verze z 1. 3. 2016, 00:23

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

* {
    outline-color: alpha(@theme_fg_color, 0.3);   
}

.undershoot {
    background: none;
}

See also