Page 1 of 1

PB v6.xx - Raspberry Resize Window

Posted: Mon Dec 25, 2023 2:04 pm
by mk-soft
Under Raspberry, the windows can ALWAYS be resized.
Even if it is not allowed

Re: PB v6.xx - Raspberry Resize Window

Posted: Sat Jul 27, 2024 5:53 pm
by Fred
This one was very weird to find: we use 'GDK_BACKEND=x11' on wayland systems to have the Screen/OGRE stuff working but the side effect on Raspberry is it doesn't respect the sizeable flag anymore (probably a window manager bug).
We plan to remove this hack and run pure wayland someday, when OGRE will be updated and the OpenGL screen lib will be migrated.

Re: PB v6.xx - Raspberry Resize Window

Posted: Thu Aug 01, 2024 8:11 pm
by mfa-nw
Is there any possibility of making this hack (GDK_BACKEND=x11) optional?

It breaks fractional scaling for for me when running GTK programs on KDE Plasma 6. I do not use OGRE/OpenGL and it would be nice to have the option of creating GTK programs that run natively on wayland now that many mainstream linux distros default to wayland.