aboutsummaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium')
-rw-r--r--chromium/INSTALL.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/chromium/INSTALL.md b/chromium/INSTALL.md
index 9791215..f9191c5 100644
--- a/chromium/INSTALL.md
+++ b/chromium/INSTALL.md
@@ -1,10 +1,11 @@
-`yum install chromium`
-
-If you find that all hardware acceleration is disabled in `chrome://gpu`, it
-is likely that you DRI3 support is broken. Please add `LIBGL_DRI3_DISABLE=1`
-to your environment variables to workaround it.
+`dnf install chromium`
If you get a SELinux error when running NaCl extensions, please run the command
+
`semanage fcontext -a -t bin_t '/home/.*/\.config/chromium/.*/Extensions/.*/.*/plugin/pnacl/.*\.nexe'`
-as root and run `restorecon -R ~/.config/chromium` as your user to set correct
-SELinux types.
+
+as root and run
+
+`restorecon -R ~/.config/chromium`
+
+as your user to set correct SELinux types.