window_manager
window_manager copied to clipboard
Full screen on (Arch) Linux doesn't work
Hi, today testing on Linux, I found that unfortunately the full screen does not work with the setFullscreen(true) command and windowOptions. Can you help me?
Anyway, congratulations again on your work!
+1. I test on MacOS, the application can full screen mode at the beginning but I can switch to window mode by press the "esc" button
Okay, I've done some other tests. I understand that the problem only occurs when I use onWindowMove. In particular, in this method I check, if the application is in full screen (and is dragged), it must return to normal size and then exit the full screen. The problem I can perceive is: During the maximize window function (when switching to fullscreen), onWindowMove is triggered and this brings the window back to a smaller size. This problem occurs:
- when the app starts (although it should already start in full screen). So onWindowMove is "activated" before waitUntilReadyToShow allows to show the window
- when I press a button to show the app in fullscreen.
PS on Windows this does not happen.
Any update?