commit d9a625e4c3126f2961672d77251b488d11ace3f2cb0b7088fec2c5bc947d3b4e Author: erebion Date: Sat Sep 14 13:29:39 2024 +0200 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..ead46c8 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Notes on using Debian GNU/Linux on a Dell Venue 8 Pro 5855 + +The following notes assume GNOME is used. + +## Fixes + +To get a button to close windows: + +``` +gsettings set org.gnome.desktop.wm.preferences button-layout 'minimize,maximize,close,appmenu' +``` + +Without this one might get stuck because windows cannot be closed. (Why is there no button for closing windows by default?) + +## Required Packages + +To get sound working: `firmware-intel-sound` + +Don't forget to reboot after installing it. + +## Other things that might be useful + +Create `.config/environment.d/envvars.conf` and as content use `MOZ_ENABLE_WAYLAND=1`