From e26c5526b71b7ec7e8be402a976b1648594c05d7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 26 Dec 2024 14:05:25 -0700 Subject: [PATCH] Add Element Flatpak Signed-off-by: Tommy --- Quality of Life.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Quality of Life.md b/Quality of Life.md index fbf233c..4c6fce4 100644 --- a/Quality of Life.md +++ b/Quality of Life.md @@ -10,7 +10,7 @@ sudo cryptsetup --allow-discards --persistent refresh LUKS-UUID-HERE ### S0ix sleep -On certain hardware like the Thinkpad T14 Gen 1, you need to enable s0ix sleep support for suspension to work correctly. Use the following command: +On certain hardware like the Thinkpad T14 Gen 1, you need to enable S0ix sleep support for suspension to work correctly. Use the following command: ```bash sudo qvm-features dom0 suspend-s0ix 1 @@ -37,6 +37,12 @@ Lenovo ePrivacy can be controlled through `/proc/acpi/ibm/lcdshadow`. I use the - F5: `sudo bash -c 'echo 1 > /proc/acpi/ibm/lcdshadow'` - F6: `sudo bash -c 'echo 0 > /proc/acpi/ibm/lcdshadow'` +### Element Flatpak + +Element Flatpak sometimes get stuck at launch because of Hardened Malloc. Run this to fix it: + +```flatpak --user override --nofilesystem=host-os --unset-env=LD_PRELOAD im.riot.Riot``` + ### Video player In my experience, VLC works best. Changing video output to X11 video output (XCB) reduces CPU usage by 10% on my Thinkpad P53. See [this link](https://forum.qubes-os.org/t/vlc-video-playback-cpu-usage-improvement/23363).