this post was submitted on 19 Apr 2024
30 points (94.1% liked)

Steam Deck

14261 readers
23 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

cross-posted from: https://swg-empire.de/post/842090

Finally the Onboard on screen keyboard works on Wayland

This is too great not to share. Wayland devs hate this trick! I'll copy what I did from the bug report.

As a workaround you can use https://github.com/Supreeeme/extest to make Onboard work. Compile it as a 64 bit library and launch onboard with

env LD_PRELOAD=/usr/lib64/libextest.so onboard

If you want to use it with KDE you can add

X-KDE-Wayland-VirtualKeyboard=true

to its desktop-file.

I used kwin rules to get rid of window decorations and have it always on top without stealing focus. If someone knows how to make all other windows smaller when it's active that would be great.

Only problem remaining is that sometimes the keys get stuck on touch input. At least on my Steam Deck on OpenSUSE.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 4 months ago (1 children)

Do you just install it, and it supercedes the Steam one?

[โ€“] [email protected] 3 points 4 months ago

No, not at all. Steam's keyboard doesn't work on Plasma-Wayland at all. And you have to make some manual adjustments to get Onboard to work.

And I just found out that it doesn't work on the lock screen so I will have to find another workaround for that.