Skip to content

Tag: chromium

Stop running script but not programm it started

I have a script on my Raspberry Pi that starts the browser in kiosk mode. But if I do so the script keeps running even if i pipe the output to /dev/null like this ./script 2> /dev/null If i stop the script with ctrl+c the browser gets killed as well. How can I run the script without having it to

Error while cross-compiling chromium for ARM from x_64

I am trying to build chromium from source code following instructions at https://chromium.googlesource.com/chromium/src/+/master/docs/linux/build_instructions.md I have successfully built and tested chromium for amd device, Now I am trying to cross-compile it for arm device, However when I set the flag target…