Skip to content

Stuck on lock screen #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
enkeyz opened this issue Aug 21, 2022 · 24 comments
Closed

Stuck on lock screen #151

enkeyz opened this issue Aug 21, 2022 · 24 comments

Comments

@enkeyz
Copy link

enkeyz commented Aug 21, 2022

After installing the newest Manjaro, and making this as the login screen(System settings -> Startup -> Login screen), strange things happening: when I'm on lock screen and entered my password and pressed Enter, nothing happens(also nothing when clicking on the button). When I try to switch users, I get the login screen as usual, entered my password, and getting black screen after the animated KDE logo.

KDE Plasma: 5.24.6
KDE Framework: 5.96.0
Qt version: 5.15.5

It's a fresh install, and everything working with the default theme.

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

Maybe you mean SDDM?

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

Usualy for starup it's SDDM. Try this PR: #138

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

image

So, I figured out: searched a little, and found a nice way to test kscreenlocker: usr/lib/kscreenlocker_greet --testing and every error message will be on the terminal window.

After I press the Enter button, I get this error message:

file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:330: TypeError: Property 'respond' of object Authenticator(0x561ca03dccb0) is not a function

Also the the whole content of the terminal:

file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:37:5: QML Connections: Detected function "onInfoMessage" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:37:5: QML Connections: Detected function "onErrorMessage" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:37:5: QML Connections: Detected function "onPrompt" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:37:5: QML Connections: Detected function "onPromptForSecret" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:224: ReferenceError: wallpaper is not defined
Locked at 1661149638
qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_US" . Search paths ("/usr/share/qt/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:148: Error: Insufficient arguments
file:///usr/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreenUi.qml:330: TypeError: Property 'respond' of object Authenticator(0x55bcc52184b0) is not a function

(arc-kde doesn't have these issues)

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

I can't reproduce this issue. Also 'respond' have only single match on KDE repo:
https://github.com/KDE/plasma-workspace/search?q=respond

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

My specs:
Operating System: KDE neon 5.25
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5

@enkeyz You use Wayland or X11? You try change display server?

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

X11. And My KDE Plasma version is 5.24.6.

Maybe it's a Manjaro configuration issue? It's a completely fresh install. Never had something like this before.

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

Maybe it's a Manjaro configuration issue? It's a completely fresh install. Never had something like this before.

I don't know. I use X 11 too.
Peek 2022-08-22 11-11.webm

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

I've no idea. I just reinstalled Manjaro three times already, to see if this issue is persistent or not on a fresh install.

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

Okey, but what now?

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

X11. And My KDE Plasma version is 5.24.6.

Ough!!! Latest release ONLY support Plasma 5.25 and higher. See changelogs on releases! Try 20220607

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

Oh shit :D Good catch.

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

Very strange maintainers.... They update materia-kde, but not plasma
https://software.manjaro.org/package/materia-kde

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

Probably should make a post on forum.

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

It's my fault too i forgot to write about plasma version support.
But now added this.

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

@enkeyz Please test previous release, if worked please post message on forum.
I will be grateful to you!

@enkeyz
Copy link
Author

enkeyz commented Aug 22, 2022

Yeah, previous release doesn't have this issue. I take this PR is the problem bc91867

@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

Thx! Ok, closed.

@varlesh varlesh closed this as completed Aug 22, 2022
@varlesh
Copy link
Contributor

varlesh commented Aug 22, 2022

Yeah, previous release doesn't have this issue. I take this PR is the problem bc91867

Yes. KDE Devs very serious change API and newest lockscreens not support previous Plasma versions.
KDE/plasma-workspace@3422348

@hphilm
Copy link

hphilm commented Aug 22, 2022

Please check if 20220714-1.0 package fixes the issue as it comes with patch -Rp1 -i ../bc91867782e3bf1f89a84cea9ed9fd690849373d.patch reverting the lockscreen port to 5.25.

@mojolo
Copy link

mojolo commented Aug 24, 2022

@varlesh - you may want to fix the release in the ubuntu Jammy ppa. Jammy '22.04' ppa has materia-kde version 20220803-320+pkg3~ubuntu22.04.1 available but it's only on Plasma 5.24.4. as a result, the lock screen login is broken.

btw, love your theme and have used it for years! have alternated back to arc-dark, which is fully functional on Jammy 20220810-203+pkg8~ubuntu22.04.1, for the time being.

@varlesh
Copy link
Contributor

varlesh commented Aug 25, 2022

@mojolo I don't know how doing better... Because KDE Neon now use Plasma 5.25.4 and more users used this distro, but 20220607 release not compability with new Plasma version.

@mojolo
Copy link

mojolo commented Aug 25, 2022

thank you anyway. KDE always has issues but that's part of the reason we love it! next version i'm sure things will be OK!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants