]> git.armaanb.net Git - asd-repo.git/blob - extra/chromium/post-install
Switch browser to Chromium
[asd-repo.git] / extra / chromium / post-install
1 #!/bin/sh -e
2
3 cat << EOF
4 In order to use the wayland backend, you will probably need to launch chromium
5 with:
6 --enabe-features=UseOzonePlatform --ozone-platform=wayland
7
8 If you have video playback issues (no video, but you have audio), you may need:
9 --disable-gpu-memory-buffer-video-frames
10
11 If you don't have namespaces, you will need:
12 --no-sandbox
13
14 I just put all of these in a script I launch chromium with.
15 EOF