archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
946 stars 269 forks source link

fullscreen is not working on linux #729

Closed lvmm closed 3 years ago

lvmm commented 3 years ago

Version of Archi

4.8.1

Archi Plug-ins

no

Operating System

linux, X11, KDE

Expected Behaviour

when F11 is pressed or view-fullscreen is selected model view should go to full screen

Actual Behaviour

actually this happens Screenshot_20210506_101321

Also the background colour changes from light in windowed mode to dark in fullscreen - this happens on windows too. Dark theme on both.

Steps to Reproduce the Behaviour

1. 2. 3.

Phillipus commented 3 years ago

This feature has always been problematic, especially on Linux. It could be due to your screen size, but I don't know as I can only test it in a VM on a small screen where it is working for me.

It might be better to remove this feature if it's unreliable. Unless anyone wants to have a look at it:

https://github.com/archimatetool/archi/blob/master/com.archimatetool.editor/src/com/archimatetool/editor/diagram/actions/FullScreenAction.java

Phillipus commented 3 years ago

Also the background colour changes from light in windowed mode to dark in fullscreen - this happens on windows too. Dark theme on both.

I have a fix for this particular issue in the next build. This is to do with #730