Disable hmalloc in Edge VMs
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s
This commit is contained in:
parent
6c44faa2ff
commit
df7e691648
@ -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 :/
|
||||
|
Loading…
x
Reference in New Issue
Block a user