Chrome Browser not running!

Everything related to Installing and maintaining software.
Post Reply
mbzadegan
Posts: 12
Joined: Tue Nov 05, 2013 2:36 am

Chrome Browser not running!

Post by mbzadegan »

Hi,
I'm new to GhostBSD.
I installed chromium but when I run it, nothing occured.
Does it need special config or not?
Thanks.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Chrome Browser not running!

Post by ericbsd »

In terminal do:

Code: Select all

sysctl kern.ipc.shm_allow_removed=1
and

Code: Select all

sudo ee /etc/sysctl.conf
add

Code: Select all

kern.ipc.shm_allow_removed=1
Try it back it should work.
Post Reply