Skip to content

Fullscreen from terminal only works as root/sudo

using terminal command line via startup applications to run a fullscreen video at startup on a TV kiosk.
The command being used is /usr/bin/parole -F <path to video here>
The video opens fullscreen from terminal when run with sudo, but does not when run without sudo.
(also tried --fullscreen option instead of -F)