https://bugs.kde.org/show_bug.cgi?id=498473
--- Comment #3 from Euber Alexandre Barbosa <[email protected]> --- 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 :) -- You are receiving this mail because: You are watching all bug changes.
