1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/vhs/disable-rod-gpu.patch

11 lines
413 B
Diff

--- a/vhs.go
+++ b/vhs.go
@@ -130,7 +130,7 @@
path, _ := launcher.LookPath()
enableNoSandbox := os.Getenv("VHS_NO_SANDBOX") != ""
- u, err := launcher.New().Leakless(false).Bin(path).NoSandbox(enableNoSandbox).Launch()
+ u, err := launcher.New().Leakless(false).Bin(path).Set("disable-gpu").NoSandbox(enableNoSandbox).Launch()
if err != nil {
return fmt.Errorf("could not launch browser: %w", err)
}