1 | initial version |
Here is a decoration free fullscreen which doesn't quite answer my question but may be suitable for now:
cv::setWindowProperty("mywindow", WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);
Although now I have the problem of not being able to select which screen will get the full screen in a multi-monitor setup.
2 | No.2 Revision |
Here is a decoration free fullscreen (which I overlooked before) which doesn't quite answer my question but may be suitable for now:
cv::setWindowProperty("mywindow", WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);
Although now I have the problem of not being able to select which screen will get the full screen in a multi-monitor setup.
3 | No.3 Revision |
Here is a decoration free fullscreen (which I overlooked before) which doesn't quite answer my question but may be suitable for now:
cv::setWindowProperty("mywindow", WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);
Although now Now I have the problem of not being able to select which screen will get the full screen in a multi-monitor setup.setup- the output ought to go to a projector or secondary monitor and not the primary laptop monitor. Maybe use multi-desktop rather than multi-screen, and then launch the app in the correct desktop?
4 | No.4 Revision |
Here is a decoration free fullscreen (which I overlooked before) which doesn't quite answer my question but may be suitable for now:
cv::setWindowProperty("mywindow", WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);
Now I have This always fullscreens on the problem of not being able to select which screen will get monitor that has the full screen menus on it in a multi-monitor setup- multi monitor setup which is not ideal- I want the fullscreen output ought to go be on a screen that is uncluttered by menus because the point of it is to be a projector or secondary presentation output. Changing the which monitor and not has the primary laptop monitor. Maybe use multi-desktop rather than multi-screen, and then launch menus is a matter of dragging the app menu in the correct desktop?Ubuntu System Settings | System Tools | Displays dialog.