summaryrefslogtreecommitdiff
path: root/guides/sysadmin/machines/little-buster/maintenance.org
blob: bdee12a58ad5b019c69550acb5dbda5c6ec2f917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
* Configuration
** Bunsenlabs
*** Keyboard
Cf. keyboard(5):

- add =ctrl:nocaps= in =/etc/default/keyboard=
- run =udevadm trigger --subsystem-match=input --action=change=
- run =setupcon= in a TTY

*** Desktop
**** Conky
- see dotfiles

**** ClipIt
- disable hotkeys

**** Openbox
***** =rc.xml=
- comment A-m and A-r out
- undecorate all windows:

#+begin_src xml
<application class="*">
  <decor>no</decor>
</application>
#+end_src

***** WM preferences
- appearance: uncheck "windows retain a border when undecorated"
- desktops: 4

**** tint2
- remove launcher and exit panel items
- add date (time2)

**** Calendar
Make weeks begin on Monday by using the British locale:

- uncomment =en_GB.UTF-8 UTF-8= in /etc/locale.gen
- =sudo locale-gen=
- =force_lang = en_GB.utf8= in =~/.config/gsimplecal/config=

* Hiccups
** fix xfce4-terminal opening links with firefox-esr
** fix Thunar opening images with Firefox instead of Ristretto
** fix Ristretto thumbnails
** fix Ethernet after suspend
Workaround:
#+begin_src sh
$ sudo modprobe -r sky2 && sudo modprobe -i sky2
#+end_src
References:
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1841304
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895378
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798921
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809843
- https://askubuntu.com/questions/1029620/ubuntu-18-04-lts-sky2-ethernet-stops-working-after-system-resume-from-suspend
- https://bbs.archlinux.org/viewtopic.php?id=234725