Summary: | Date & Time KCM asks for password twice after applying time zone change | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Patrick Silva <bugseforuns> |
Component: | kcm_clock | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | minor | CC: | fernandommuniz, nate |
Priority: | NOR | ||
Version First Reported In: | 6.1.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Silva
2024-07-27 16:59:56 UTC
Can confirm. *** Bug 498144 has been marked as a duplicate of this bug. *** I figured out what's going on here: changing the timezone requires poking two systemd services: - org.freedesktop.timedate1.set-ntp - org.freedesktop.timedate1.set-timezone Both require authentication, so you're asked twice. The only practical way to improve this is to ask distros to ship polkit rules that suppress one or both of these by allowing them to proceed without authentication. I've written about this in https://community.kde.org/Distributions/Packaging_Recommendations#Polkit_configuration and notified distros about it. |