Sam Lantinga
Sam Lantinga
> OK. I found out one weird thing. When on Android, somehow in landscape mode, the width is large while the height is small. So basically, it's providing a viewport...
> The issue is that everything is always rendered in portrait mode, even in 'landscape mode'. This is what was fixed, can you please try it?
> The screen now displays correctly on all orientations (using the current SDL3 commit). Great, thanks for the confirmation!
I've gone ahead and ignored setOrientationBis() with width/height of 1. I think this takes care of all the issues in this bug. Please open a new bug with details if...
> I noticed that the `--attach` argument is marked as deprecated in the man page of `zenity` and trying to pass it results in the following warning: > > ```...
Much better, thanks! I assume you've done testing to make sure the latest code covers whatever test case you had that discovered this issue?
> I don't mind changing the behavior to remove that requirement if it can help avoid some mistakes. I expect people not to notice that the filters must remain valid...
> Now that I think about it: Is there any reason why the `argv` creation must be done on the spawned thread? We could both avoid deep-copying filters and requiring...
@Semphriss, let's merge this as-is, and come back to the filters as a separate commit?
Merged, thanks!