enso/app/ide-desktop/client
Hubert Plociniczak 8fab4f5ea6
Workaround for Electron sanbox issues on Ubuntu (#11038)
* Workaround for Electron sanbox issues on Ubuntu

Disabling sanbox, while a non-secure option, appears to be currently the
only option to workaround Electron issues on latest Ubuntu (24.04).
When passed to Enso it is treated as a regular argument, preventing the
start of the product.
This change treats `--no-sandbox` specially by ignoring all arguments
that precede it (and including itself).

* address review
2024-09-13 23:25:32 +02:00
..
src Workaround for Electron sanbox issues on Ubuntu (#11038) 2024-09-13 23:25:32 +02:00
tasks Add file to be signed. (#11010) 2024-09-09 11:49:16 +01:00
buildInfo.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
bundle.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
dist.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
electron-builder-config.ts Fix file associations on Windows + opening project bug (#11030) 2024-09-11 10:44:52 +00:00
entitlements.mac.plist Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
esbuildConfig.ts Split ydoc server into separate module (#10735) 2024-08-08 12:12:05 +00:00
fileAssociations.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
package.json Local Dashboard fixes (#10958) 2024-09-08 06:54:41 +00:00
paths.ts Format TS code (#10648) 2024-07-26 17:47:59 +10:00
tsconfig.json Split ydoc server into separate module (#10735) 2024-08-08 12:12:05 +00:00
watch.ts Local Dashboard fixes (#10958) 2024-09-08 06:54:41 +00:00