Page 1 of 1
Is Chromium Running in a Jail?
Posted: Sun Jan 15, 2017 5:22 am
by wiredrunner
I know there is no sandbox for Chromium in any BSD but is the process running in a jail? I'm betting it's not because of -
kern.ipc.shm_allow_removed=1 but that's a guess on my part based on a thread in the FreeBSD forums.
Thanks in advance for your feedback.
Re: Is Chromium Running in a Jail?
Posted: Sun Jan 15, 2017 8:07 am
by ericbsd
It is not running in a jail. But it could be possible to make it run in a jail.
Re: Is Chromium Running in a Jail?
Posted: Sun Jan 15, 2017 3:58 pm
by wiredrunner
Thanks Eric, I'll look into that with searches and see how far I can get before I have to ask for help. I've put the GhostBSD forum into my RSS feed so I won't miss any info being discussed which is great!
Kudos, on OctoPkg! lets me see what is installed just like Yumex in Fedora - is there a way to increase the font in that? I'm halfway to blind, LOL
Re: Is Chromium Running in a Jail?
Posted: Sun Jan 15, 2017 8:29 pm
by ASX
Re: Is Chromium Running in a Jail?
Posted: Sun Jan 15, 2017 10:43 pm
by wiredrunner
Thanks!
Re: Is Chromium Running in a Jail?
Posted: Mon Jan 16, 2017 7:10 am
by ASX
wiredrunner wrote:Kudos, on OctoPkg! lets me see what is installed just like Yumex in Fedora - is there a way to increase the font in that? I'm halfway to blind, LOL
Installl the package: qt5ct
set the following variable in your shell initialization file (.profile, .bashrc, .chhrc, depending on your shell)
QT_QPA_PLATFORMTHEME=qt5ct
after that, re-login and launch qt5ct (QT5 settings), customize fonts, and report back.
If that doesn't solve, we can contact Octopkg's author.
