showFullScreen() doesn't works on ubuntu
-
Hello!
I have an application that runs fullscreen. When I execute it in the terminal,
./myAppit doesn't show it in fullscreen but, if I execute it with sudo,
sudo ./myAppit works in fullscreen.
How can I execute it in fullscreen always?
Thank you very much!
-
Hello!
I have an application that runs fullscreen. When I execute it in the terminal,
./myAppit doesn't show it in fullscreen but, if I execute it with sudo,
sudo ./myAppit works in fullscreen.
How can I execute it in fullscreen always?
Thank you very much!
-
When I execute it without "sudo" ubunto shows the toolbar. When I execute it with "sudo", ubuntu doesn't show the toolbar. I show all app windows with "showFullScreen()".
-
Hello!
I have an application that runs fullscreen. When I execute it in the terminal,
./myAppit doesn't show it in fullscreen but, if I execute it with sudo,
sudo ./myAppit works in fullscreen.
How can I execute it in fullscreen always?
Thank you very much!