Live data from Hacker News

A new release of Raspberry Pi OS

raspberrypi.com

1–10 of 11 posts

Re: A new release of Raspberry Pi OS

#2
> This auto show and hide should work with most applications, but it isn’t supported by everything.

What is with the "isn't supported by everything" when in fact it isn't supported by any app, being a transparent OS feature?

Re: A new release of Raspberry Pi OS

#5
post #2

> This auto show and hide should work with most applications, but it isn’t supported by everything. What is with the "isn't supported by everything" when in fact it isn't supported by any app, being a transparent OS feature?

I guess that's one of those Wayland related features that must be compiled into the app. What used to be a separate window manager process with X11 is now a library inside every app, if I understood correctly. Maybe this keyboard is in there as well. Their labwc compositor (kind of in the role of the old X server) knows about the keyboard but the apps don't know how to draw it because they don't know it. Of course I might be quite wrong about it.

Re: A new release of Raspberry Pi OS

#6
post #5
post #2

> This auto show and hide should work with most applications, but it isn’t supported by everything. What is with the "isn't supported by everything" when in fact it isn't supported by any app, being a transparent OS feature?

I guess that's one of those Wayland related features that must be compiled into the app. What used to be a separate window manager process with X11 is now a library inside every app, if I understood correctly. Maybe this keyboard is in there as well. Their labwc compositor (kind of in the role of the old X server) knows about the keyboard but the apps don't know how to draw it because they don't know it. Of course I…

The article suggests not:

"While labwc is the biggest change to the OS in this release, it’s not the only one. We have also significantly improved support for using the Desktop with a touch screen."

"When the system detects a touch display, the virtual keyboard automatically displays at the bottom of the screen whenever it is possible to enter text. The keyboard also automatically hides when no text entry is possible."

No mention of this being an app feature.

And library compiled into the app would prevent the run-time switch mentioned in the article.

Re: A new release of Raspberry Pi OS

#7

Several of the comments on that article indicate their Pi's promptly booted to a black screen after the new update.

"As with any software update, we cannot possibly test all possible configurations and applications." ... and we're not telling you how many we did test with.

Re: A new release of Raspberry Pi OS

#8
post #6
post #5

Earlier quoted context omitted.

I guess that's one of those Wayland related features that must be compiled into the app. What used to be a separate window manager process with X11 is now a library inside every app, if I understood correctly. Maybe this keyboard is in there as well. Their labwc compositor (kind of in the role of the old X server) knows about the keyboard but the apps don't know how to draw it because they don't know it. Of course I…

The article suggests not: "While labwc is the biggest change to the OS in this release, it’s not the only one. We have also significantly improved support for using the Desktop with a touch screen." "When the system detects a touch display, the virtual keyboard automatically displays at the bottom of the screen whenever it is possible to enter text. The keyboard also automatically hides when no text entry is possible…

There are two keyboard invocations here

> When the system detects a touch display, the virtual keyboard automatically displays at the bottom of the screen whenever it is possible to enter text. The keyboard also automatically hides when no text entry is possible.

> This auto show and hide should work with most applications, but it isn’t supported by everything. For applications which do not support it, you can instead use the keyboard icon at the right end of the taskbar to manually toggle the keyboard on and off.

The first one seems to require support from the app, the second one is provided by the OS and works for every app. I was referring to the first one.

Re: A new release of Raspberry Pi OS

#10
post #8
post #6

Earlier quoted context omitted.

The article suggests not: "While labwc is the biggest change to the OS in this release, it’s not the only one. We have also significantly improved support for using the Desktop with a touch screen." "When the system detects a touch display, the virtual keyboard automatically displays at the bottom of the screen whenever it is possible to enter text. The keyboard also automatically hides when no text entry is possible…

There are two keyboard invocations here > When the system detects a touch display, the virtual keyboard automatically displays at the bottom of the screen whenever it is possible to enter text. The keyboard also automatically hides when no text entry is possible. > This auto show and hide should work with most applications, but it isn’t supported by everything. For applications which do not support it, you can instea…

Thanks. The text I quoted referred to the second one.
Post reply on HN