Posts

Showing posts from September 1, 2018

Fix gnome-terminal tab colours

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I wanted to change gnome-terminal tab colours (16.04, Unity) so that they are more like firefox tab colors (black when inactive, grey when active). Based on some suggestions, I made in ~/.config/gtk-3.0/ TerminalWindow .notebook tab:active background-color: #dfdbd2; color: #3c3b37; TerminalWindow .notebook tab background-color: #3c3b37; /* color: #dfdbd2; */ color: #ff0000; But the inactive font colour is different from my specified value and I now can barely see the inactive tab text. I have possibly changed configuration files elsewhere (global theme configuration files??) and forgotten - could someone point out which configuration files are really relevant? gnome-terminal share | improve this question edited May 8 at 7:42 asked May 8 at 7:28 Valentas 340 2 9 add a comment  |  up vote 0 down vote favorite I wanted to change gno...

Slow Boot Time on Ubuntu 17.10.1 (systemd-analyze blame results)

Image
Clash Royale CLAN TAG #URR8PPP up vote 2 down vote favorite 1 I'm very new to Ubuntu. My PC has had very slow boot and shut down times (for 2 days), I reduced the shut down time with this tutorial (https://sites.google.com/site/installationubuntu/home/ubuntu-16-4-lts/make-slow-shutdown-faster) but PC still has some latency problem. Using systemd-analyze blame from the terminal shows: 17.990s NetworkManager-wait-online.service 7.379s dev-sda1.device 5.271s dev-loop0.device 5.268s dev-loop1.device 5.264s dev-loop2.device 4.067s snapd.service 2.015s postfix@-.service 1.909s plymouth-quit-wait.service 1.467s udisks2.service 1.291s fwupd.service 1.248s networking.service 536ms accounts-daemon.service 447ms tlp.service 433ms ModemManager.service 407ms NetworkManager.service 357ms lm-sensors.service 349ms keyboard-setup.service 339ms preload.service 339ms apparmor.service 333ms grub-common.service 333ms mono-xsp4.service 312ms systemd-logind.service 304...