mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-16 13:12:25 -04:00
Disable hmalloc in Edge VMs
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
fe2b701f0c
commit
213d073e6c
1 changed files with 5 additions and 1 deletions
|
@ -57,6 +57,10 @@ WantedBy=default.target' | sudo tee /etc/systemd/user/pactl.service
|
|||
|
||||
umask 077
|
||||
|
||||
# Disable hardened_malloc (for now)
|
||||
# It causes Edge to crash at launch most of the time
|
||||
sudo rm /etc/ld.so.preload
|
||||
|
||||
# Run `systemctl --user enable --now pactl.service` in your appVM.
|
||||
# For some uncomprehensible reason, manually enabling pipewire-pulse.service will not work for Edge audio.
|
||||
# Using preset doesn't actually work :/
|
||||
# Using preset doesn't actually work :/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue