Monday, May 03, 2010

Chrome SELinux compatibility in Fedora 12

Chrome and SELinux does not play nice by default in Fedora 12, see below on how to fix this:
yum --enablerepo=updates-testing update selinux-policy-targeted
You should be running this command as root. See this link for more details.

~ts

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...