Skip to content
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

change the kde plasma logout service call #575

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

nickylivardo
Copy link
Contributor

@nickylivardo nickylivardo commented Aug 7, 2024

@es20490446e
Hello, apologies for my bad english.
I just found out that after an update to kde plasma 6, the autologout function wont work anymore on my machine. The output of my journalctl show :

ArchLinux ksmserver[29637]: qt.dbus.integration: QDBusConnection: couldn't handle call to logout, no slot matched
ArchLinux ksmserver[29637]: qt.dbus.integration: Could not find slot KSMServerInterfaceAdaptor::logout

Then i found out that the new plasma 6 deprecated the old ksmserver API for the logout method :
https://discuss.kde.org/t/logout-reboot-and-shutdown-using-the-terminal/743/9

So i just modified and updated the logout call API from using ksmserver to Shutdown, and now this works great now on plasma 6.

@es20490446e es20490446e merged commit ba77336 into Askannz:master Aug 7, 2024
@es20490446e
Copy link
Collaborator

Thanks for the fix 👍

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

Successfully merging this pull request may close these issues.

2 participants