fix(loop): remove forced X11, keep --no-sandbox
Some checks failed
CI / check (push) Has been cancelled
Some checks failed
CI / check (push) Has been cancelled
Revert the --ozone-platform=x11 flag since the user prefers native Wayland. The flag was added to work around a zxdg_exporter_v1 Wayland protocol crash in Electron, but forcing X11 is not acceptable for Wayland users. Keep --no-sandbox for NixOS store compatibility.
This commit is contained in:
@@ -131,7 +131,6 @@ EOF
|
||||
wrapProgram $out/bin/loop \
|
||||
--prefix PATH : ${glib.bin}/bin \
|
||||
--prefix LD_LIBRARY_PATH : $out/share/loop \
|
||||
--add-flags "--ozone-platform=x11" \
|
||||
--add-flags "--no-sandbox"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user