memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 6d4fab945d102658cbf263974192a858162741e2
parent a0f4cd2338a88900b3954fb18e19cc3d6b8d6d1d
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri,  6 Sep 2019 18:25:48 +0200

Note down some issues with Buster

Diffstat:
Mguides/setups/nc10-laptop/debian-buster.org | 43++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/guides/setups/nc10-laptop/debian-buster.org b/guides/setups/nc10-laptop/debian-buster.org @@ -264,5 +264,46 @@ $ sudo cat <<EOF > /usr/share/lightdm/lightdm.conf.d/99_custom.conf adduser ${USER} adm, so that I can read /var/log files. ** Setup Firefox - download most recent release from from <https://www.mozilla.org> -- unpack it, set as alternative for x-www-browser +- unpack it $SOMEWHERE +- make sure everyone can find it: + + #+BEGIN_SRC sh + $ sudo update-alternatives --install $(which x-www-browser) x-www-browser \ + ${SOMEWHERE}/firefox/firefox 1 + $ ln -s ${SOMEWHERE}/firefox/firefox ~/.local/bin/ + #+END_SRC + - paste backuped configuration into ~/.mozilla/firefox +* Someday +** pick battery systray icon +By my count, there are two battery widgets, as well as XFCE's power +management widget. +** fix xfce4-terminal opening links with firefox-esr +** 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 + +** setup fonts +#+BEGIN_SRC html +<head> + <meta charset="utf-8"/> +</head> +<body> + πŸ˜€ 😬 😁 πŸ˜‚ πŸ˜ƒ πŸ˜„ πŸ˜… πŸ˜† πŸ˜‡ πŸ˜‰ 😊 πŸ™‚ πŸ™ƒ ☺️ πŸ˜‹ 😌 😍 😘 +</body> +#+END_SRC + +- apt install fonts-noto-color-emoji +- mousepad and xfce4-terminal seem to pick the font up out of the box, +- Firefox 69 displays ☺ with DejaVu Sans Mono +- Emacs 27 only succeeds in displaying ☺ (with DejaVu Sans Mono)