Commit f473bce
committed
fix: Chromium not launching in ISO builds
- build-iso.sh: Create symlink chromium -> chromium-browser (Ubuntu
installs binary as 'chromium-browser' but WhaleOS launches 'chromium')
- NativeAppsLauncher.qml: Auto-detect binary name with 'which' fallback,
add --disable-gpu and --disable-software-rasterizer for QEMU/VirtualBox
software rendering environments1 parent 81ab8ce commit f473bce
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
0 commit comments