mirror of
https://github.com/flatpak/flatpak.git
synced 2026-07-17 11:33:51 -04:00
Reworks the interface of flatpak-coredumpctl to use subcommands similar to those of coredumpctl. The new list subcommand is currently non-functional, but will list all store coredumps from flatpak applications, and the previous debugger functionality has been moved to the debug subcommand. flatpak-coredumpctl: Implement basic functionality for 'list' subcommand Resolves #2002: 'flatpak-coredumpctl list' now lists coredumps in a format similar to coredumpctl, except that it skips inaccessible coredumps by default flatpak-coredumpctl: Use a pager for list output These less flags don't perfectly match coredumpctl because it uses systemd's pager instead of less, but it's close enough flatpak-coredumpctl: Match coredumpctl's text styling The column titles are now underlined and missing/inaccessible coredumps are grayed out. This is probably just a little overengineered for what is needed, but I wanted to make it easy to expand in the future if needed, and it is still fairly minimal. flatpak-coredumpctl: Add matches argument to list subcommand