PB v6.xx - Raspberry Resize Window

Post bugreports for the Linux version here
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

PB v6.xx - Raspberry Resize Window

Post by mk-soft »

Under Raspberry, the windows can ALWAYS be resized.
Even if it is not allowed
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB v6.xx - Raspberry Resize Window

Post 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.
mfa-nw
New User
New User
Posts: 7
Joined: Thu Jun 02, 2022 1:09 pm

Re: PB v6.xx - Raspberry Resize Window

Post 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.
Post Reply