I am extending a macOS/Win app for Linux compatibility. So far no big issues, I thought, but then I realised the window coordinate save does not work here as on the other platforms. I am saving the properties of window.bounds to a prefs file, reconstructing the rect and assigning it to bounds again in the window open event.
Linux will always open in a tiny window, and when I examined the properties that are saved later in debugger I found that Window.Left will always be 0 although it isn’t, Window.Top is always 26 and while Window.Width and Height will contain the real values (1st image), Window.Bounds does not (2nd one).
Anyone seeing this too? Xojo 2025r1.1