Andrey Butirsky

Results 503 comments of Andrey Butirsky

@graysky2 on Android, Home button shows system launcher. On return to the app, no issue. Could you take debug logs, please?

Got the issue on Android. It's something with tinkering with Back key.

See also: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1651

> In Plasma we implement this using dbus through org.kde.KeyboardLayouts. Maybe we could implement this dbus interface in SDDM? Hypothetically it would allow us to use the same QML component...

The other thing we could possibly do to address this and other potential problems is to optionally use Qt GLFS backend directly thus eliminating the need of communicating with compositors...

> (ii) Maybe kwin_wayland has something similar but I couldnt find a way to pass the info via command line or environment - is it doable? KWin respects [org.freedesktop.locale1](https://www.freedesktop.org/software/systemd/man/org.freedesktop.locale1.html) D-Bus...

@mcloaked `X11 Layout` is essential, seem you don't have it configured. Here is mine: ``` $ localectl System Locale: LANG=ru_RU.UTF-8 LANGUAGE=ru:en_US:en VC Keymap: us X11 Layout: us,ru X11 Model: pc105...

> it is strange that the X11 layout should be needed when running purely in Wayland It's not as long as you have proper ~/.config/kxkbrc, just something to try (and...

Congrats! Seem I have explanation now why it didn't work - you used `kwin_wayland` alone and the `org.freedesktop.locale1` functionality is in `startplasma-wayland` binary which you didn't use :) The only...