Summary: | I am *never* seeing the clock on the lock screen | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | MountainX <davestechshop> |
Component: | Theme - Breeze | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bshah, nate, visual-design |
Priority: | NOR | ||
Version First Reported In: | 5.25.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.2.0 | |
Sentry Crash Report: | |||
Attachments: | LockScreen_20220727_190914 screen shot |
Description
MountainX
2022-07-25 21:54:19 UTC
output of kscreenlocker_greet --testing [code] $ /usr/lib/kscreenlocker_greet --testing file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:222: ReferenceError: wallpaper is not defined file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:0: ReferenceError: wallpaper is not defined file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:0: ReferenceError: wallpaper is not defined file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:0: ReferenceError: wallpaper is not defined Locked at 1658786137 file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml:43:9: Unable to assign [undefined] to bool QXcbClipboard: SelectionRequest too old QXcbClipboard: SelectionRequest too old QXcbClipboard: SelectionRequest too old ... QXcbClipboard: SelectionRequest too old QXcbClipboard: SelectionRequest too old QXcbClipboard: SelectionRequest too old [/code] Sorry, can't seem to find the right method to format code here or in bugzilla.readthedocs.io Hmm, none of those errors seem related to the clock. Do you have anything in ~/.local/share/plasma/desktoptheme/? If so, can you print the contents? (In reply to Nate Graham from comment #2) > Hmm, none of those errors seem related to the clock. Do you have anything in > ~/.local/share/plasma/desktoptheme/? If so, can you print the contents? I do not have that folder. And inside ~/.local/share/plasma/, I only have: plasmoids: That's really odd. Can you attach a screenshot of your lock screen when the auth prompt is visible, and a screenshot of your lock screen when the auth prompt disappears? (In reply to Nate Graham from comment #4) > That's really odd. Can you attach a screenshot of your lock screen when the > auth prompt is visible, and a screenshot of your lock screen when the auth > prompt disappears? I can, but it is also very simple to describe it completely in text: 1. when the auth prompt is visible: - upper left area of screen: nothing is displayed - upper right area: nothing - lower left: keyboard icon with text description of my keyboard layout - lower right: battery icon with percent charging text - center, upper: user avatar with text of username below it - center middle: text input box for password with ">" button to right. - center lower: hibernate and suspend clickable icons - background: my wallpaper If I enable media controls in settings, they are visible. When I uncheck them (as they are currently), they are not visible. Checking or unchecking the clock setting has no effect whatsoever. 2. when the auth prompt disappears: - background: my wallpaper (exactly the same wallpaper as in #1) Nothing else is shown at all. How exceptionally strange. Nonetheless, could you attach at least the screenshot of your lock screen with the auth prompt visible? I want to make absolutely sure it (otherwise) looks how I would expect. Created attachment 150957 [details]
LockScreen_20220727_190914 screen shot
lock screen as requested
Yep, just as you described. Thanks. I have no idea what could possibly cause this, unfortunately. In Plasma 6.2 there's an explicit option to either always or never show the clock, which removed a bit of the conditional logic that might have been going wrong here. Let's assume it's fixed in Plasma 6.2. However, if after upgrading to Plasma 6.2, you can still reproduce the issue, please feel free to re-open this Bugzilla ticket. Thanks! |