Hello!
I have an application that runs fullscreen. When I execute it in the terminal,
./myApp
it doesn't show it in fullscreen but, if I execute it with sudo,
sudo ./myApp
it works in fullscreen.
How can I execute it in fullscreen always?
Thank you very much!