window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

Full screen on (Arch) Linux doesn't work

Open 0Franky opened this issue 3 years ago • 3 comments

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!

0Franky avatar Jun 16 '22 12:06 0Franky

+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

thanhhuy0611 avatar Jun 18 '22 08:06 thanhhuy0611

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.

0Franky avatar Jun 18 '22 16:06 0Franky

Any update?

0Franky avatar Sep 12 '22 15:09 0Franky