Hi,

On Wed, 15 May 2024 20:09:14 -0500
ndordea <ndor...@austin.rr.com> wrote:
> Could you please tell me  if it is possible to start rkward 0.7.5 [
> from opensuse R-release repo] as root .
> I tried using --no-sandbox and starting rkward from a root session or
> via kdesu -c ' rkward --no- sandbox'

I am somewhat baffled, why some people would like to run rkward as
root. It is definitely not something recommended, and I am not sure,
whether there is any true use case for it (although you are not the
first person to ask). Perhaps, if you could tell us what you want to
achieve, we can suggest a workaround.

Anyway, the immediate reason why running as root fails is indeed
sandboxing restrictions in the embedded QWebEngine. The correct way to
pass additional parameters (such as --no-sandbox) to the QWebEngine is
by using environment variables:

  sudo QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" rkward

Regards
Thomas

Attachment: pgp7XYjMOi84H.pgp
Description: OpenPGP digital signature

Reply via email to