Summary: | Password input field not focused on startup | ||
---|---|---|---|
Product: | [Plasma] kscreenlocker | Reporter: | postix <postix> |
Component: | greeter | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | bhush94, nate, postix |
Priority: | NOR | Keywords: | regression |
Version: | git-master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
postix
2022-05-21 12:43:44 UTC
``` kscreenlocker_greet: Greeter is starting up. kscreenlocker_greet: [PAM] Starting... file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:217: ReferenceError: wallpaper is not defined file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:0: ReferenceError: wallpaper is not defined file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:0: ReferenceError: wallpaper is not defined Locked at 1653136494 file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:599: TypeError: Value is undefined and could not be converted to an object file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool file:///snip/kde/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() qt.qpa.wayland: Wayland does not support QWindow::requestActivate() kscreenlocker_greet: Start auth kscreenlocker_greet: Auth done RC 0 Signal QQmlEngine::quit() emitted, but no receivers connected to handle it. Signal QQmlEngine::quit() emitted, but no receivers connected to handle it. Signal QQmlEngine::quit() emitted, but no receivers connected to handle it. ``` In the plasma wayland session: 1) Press Ctrl+Alt+L to lock the screen: Only the wallpaper + clock is displayed 2) Start typing: Nothing happens 3) Move the mouse so that the password input mask appears 4) Start typing: Works, password is entered 5) Hide the input mask by hitting esc 6) Start typing: Works, password is entered Cannot reproduce because the UI immediately appears for me because I have password auth set up. I guess this is Bug 454108. *** This bug has been marked as a duplicate of bug 454108 *** (In reply to Nate Graham from comment #3) > Cannot reproduce because the UI immediately appears for me because I have > password auth set up. I guess this is Bug 454108. Seems to be fixed now anyway. |