Hi all,

As you know it, chromium cannot be launched as root by default.

In the past (under BT5R3), i used the following command :

hexedit /pathtochromium and I replaced geteuid by getppid.

It doesn't work anymore.

The workaround I am using is : chromium --user-data-dir. It works

How could I launch Chromium as root permanently?

Thanks for your help.

Olivier