aboutsummaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-05-28 00:37:37 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-05-28 00:37:37 +0800
commit50185e73648467c02c386005f63bdf8fcb21304b (patch)
tree43805bedbfd5014f300984851fea04346f46f412 /chromium
parente1faeea6ac499b294f71de32324ec3de100ef54c (diff)
downloadcopr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.tar
copr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.tar.gz
copr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.tar.bz2
copr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.tar.lz
copr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.tar.xz
copr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.tar.zst
copr-rpm-spec-50185e73648467c02c386005f63bdf8fcb21304b.zip
Update installation instructions for Fedora 22
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.