Summary: | Settings Synchronization feature doesn't work with self-compiled packages in a custom prefix | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Nate Graham <nate> |
Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=439905 | ||
Latest Commit: | https://invent.kde.org/plasma/sddm-kcm/commit/5585b084c56c4b347c7b575fd7a403e3138fb9fa | Version Fixed In: | 5.26 |
Sentry Crash Report: |
Description
Nate Graham
2021-08-03 18:25:37 UTC
Yeah, that commit makes sense for the purpose of reading the settings, but not writing them, now that they're written too. :) Git commit 5585b084c56c4b347c7b575fd7a403e3138fb9fa by Nate Graham, on behalf of David Edmundson. Committed on 09/08/2022 at 22:58. Pushed by ngraham into branch 'master'. Avoid install prefix in config path lookup CMAKE_INSTALL_FULL_SYSCONFDIR has unexpected behaviour when used with prefixes. > read-only single-machine data (etc, or /etc if CMAKE_INSTALL_PREFIX is /usr) This is typically because prompting for root every install would be annoying. Our use case here is not to install files but to refer to a file in a known location once installed, so we do not want this behaviour. FIXED-IN: 5.26 M +2 -2 src/CMakeLists.txt https://invent.kde.org/plasma/sddm-kcm/commit/5585b084c56c4b347c7b575fd7a403e3138fb9fa |