Add Fedora Tools settings module

This commit is contained in:
ajp_anton
2026-09-05 02:53:11 +00:00
parent 19df3c3a75
commit d6f30c5735
23 changed files with 1354 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
# Fedora Tools settings
This optional KDE Configuration Module lists tools published in the configured
`fedora-tools` RPM repository. It appears as **Fedora Tools** in Plasma System
Settings and can also be opened directly:
```bash
kcmshell6 kcm_fedora_tools
```
Packages advertise themselves with the RPM capability `fedora-tools-tool`.
The module uses DNF's repository metadata for discovery and delegates package
installation to a narrowly scoped KAuth helper. The helper accepts only valid
package names that independently resolve to that capability in the
`fedora-tools` repository.
Installing this module does not install or activate any other tool. Tools
remain usable without the module.
The fingerprint-workaround page can enable the tested build, select a locally
built RPM, allow an intentional version change, and restore Fedora's official
KScreenLocker package. These operations require administrator authentication.