spiegel-keyman/linux/debian/keyman.links
Eberhard Beilharz cb1de97ae7
feat(linux): implement diagnostic report
This change allows to collect data for a diagnostic report. This can be
done either from the command line through the new `km-diag-report` tool,
or in `km-config` from the new `Support` tab that allows to generate the
report and then copy it to the clipboard or save as a file.

The diagnostic report contains installed browsers and their versions and
installation methods as well as the default browser. It checks for
browsers installed through apt (Ubuntu/Debian), snap, and flatpak.

The change also has an implementation for pacman (Arch Linux) and
dnf/yum (Fedora), although these have not been tested.

Fixes: #7784
2026-02-13 17:29:22 +01:00

7 lines
474 B
Text

/usr/share/keyman-config/km-config /usr/bin/km-config
/usr/share/keyman-config/km-diag-report /usr/bin/km-diag-report
/usr/share/keyman-config/km-kvk2ldml /usr/bin/km-kvk2ldml
/usr/share/keyman-config/km-package-get /usr/bin/km-package-get
/usr/share/keyman-config/km-package-install /usr/bin/km-package-install
/usr/share/keyman-config/km-package-list-installed /usr/bin/km-package-list-installed
/usr/share/keyman-config/km-package-uninstall /usr/bin/km-package-uninstall