| Summary: | Provide a mechanism to return the keys in a group via the KWrite- and KReadConfig binaries. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kconfig | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
| Component: | general | Assignee: | Matthew Dawson <matthew> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | bnerickson87, easbarba, kdelibs-bugs-null, nate, peter |
| Priority: | NOR | ||
| Version First Reported In: | 6.9.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| URL: | https://discuss.kde.org/t/how-to-list-keys-in-group-using-kreadconfig6/13912/4?u=rokejulianlockhart | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Roke Julian Lockhart Beedell
2025-01-10 13:17:07 UTC
Any update on this matter, or any tip where to start to implement this feature? (In reply to Euber Alexandre Barbosa from comment #1) > Any update on this matter, or any tip where to start to implement this > feature? For the latter, I can't assist, but on the former point, no updates. You'd see them here. I found its code in https://invent.kde.org/frameworks/kconfig, more specifically in the /src/kreadconfig directory. It's about a setter/reader of configuration files. The hardest part will be gathering all the options from all KDE programs, and that's possible why it stops at that. haha For example, the Elisa player has just a few options in its config file and its use a modern approach to set options: https://invent.kde.org/multimedia/elisa/-/blob/master/src/qml/SettingsForm.qml?ref_type=heads but Dolphin is big and use a code files to set configurations options: https://invent.kde.org/system/dolphin/-/tree/master/src/settings/interface?ref_type=heads Well, let's see how it goes :) |