Aktualizace Xubuntu: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Řádek 40: | Řádek 40: | ||
* Jelikož Ubuntu používá Systemd, tak automatické spuštění /etc/rc.local po startu je potřeba explicitně povolit pomocí: |
* Jelikož Ubuntu používá Systemd, tak automatické spuštění /etc/rc.local po startu je potřeba explicitně povolit pomocí: |
||
<source lang="bash"> |
<source lang="bash"> |
||
systemctl enable rc-local.service |
sudo systemctl enable rc-local.service |
||
</source> |
</source> |
||
Verze z 27. 3. 2017, 06:51
Provedení aktualizace
Aktualizace serveru:
apt-get install update-manager-core
do-release-upgrade
Verze
Xubuntu 16.10 (Yakkety Yak)
Xubuntu 16.04 (Xenial Xerus) LTS
- Eclipse is unusable. Bad drawing with SWT and Gtk3. Start with SWT_GTK3=0 on command line before executable. Or insert to eclipse.ini :
--launcher.GTK_version 2
before line with --launcher.appendVmargs More info: Eclipse not working in 16.04
Xubuntu 15.10 (Wily Werewolf)
- To install BackupPC package it is necessary to install also not defined package dependency libsocket6-perl [1]
Xubuntu 15.04 (Vivid Vervet)
- Zavaděč grub se ihned nespustí při probuzení z hibernace. Toto je potřeba opravit v /etc/default/grub vložením řádků a změnou GRUP_TIMEOUT z 10 na 1 sekundu:
GRUB_TIMEOUT=1
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT
GRUB_TIMEOUT_STYLE=hidden
Následně uložit nastavení pomocí sudo update-grub2.
- Jelikož Ubuntu používá Systemd, tak automatické spuštění /etc/rc.local po startu je potřeba explicitně povolit pomocí:
sudo systemctl enable rc-local.service
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
- Good dark them is Soubor:Adwaita dark 3 14 rev 2 by cbowman57-d85ckl3.7z or [2]
- Fix Adwaita wrong widgets borders in Eclipse IDE add following lines to the end of file gtk-3.0/gtk-widgets.css:
* { outline-color: alpha(@theme_fg_color, 0.3); } .undershoot { background: none; }
- To fix Firefox with system dark theme install extension Dark Background and Light Text
Disable Firefox features
Enter about:config to address bar and set:
- browser.fixup.alternate.enabled=false
- keyword.enabled=false
- browser.safebrowsing.malware.enabled=false
- browser.safebrowsing.downloads.enabled=false