I’d like to capture a screenshot of it, like:
opened 11:30AM - 17 Aug 25 UTC
#### Implementations
1. When one attempts to invoke `debug` on a crash for whic… h the `debuginfod` server is unable to provide symbols, `coredumpctl` recommends that `.*-debuginfo` packages be downloaded in order to acquire these values:
<blockquote>
~~~txt
Core was generated by `/app/bin/indexer --notify --background /run/flatpak/doc/6c0e91e5/@\{\'Name\'=\'Public\'\;\ \'Identifier\'=\'SG5N9Q\'\}\#.dir/.git'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007fa5536a3eb4 in ?? ()
[Current thread is 1 (LWP 53)]
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/94/ce4b66a1c49aaa40a2ae491451ebdc7d8aebf4 /usr/lib/debug/.build-id/94/ce4b66a1c49aaa40a2ae491451ebdc7d8aebf4.debug
~~~
</blockquote>
1. KDE's `plasma-drkonqi-6.4.4-1.fc42` automatically downloads required packages via a button exposed, when needed, in its GUI. [^1] If it's unable to, it provides a list.
[^1]: [`discuss.kde.org/t/38637`][1]
[1]: https://discuss.kde.org/t/can-i-force-dr-konqi-to-display-the-install-debug-symbols-button/38637?u=rokejulianlockhart
However, `gnome-abrt-1.4.3-4.fc42` lacks it.
https://github.com/abrt/gnome-abrt/issues/365#issue-2853701797 might implicitly provide this, if it is implemented as a log. However, I don't consider that to be an ideal implementation of it.
This should be implemented before https://github.com/abrt/gnome-abrt/issues/378#issue-3091413795 is. [^2]
[^2]: [`bugzilla.rpmfusion.org/show_bug.cgi?id=7299#c1`][2]
[2]: https://bugzilla.rpmfusion.org/show_bug.cgi?id=7299#c1:~:text=There%20are%20likely%20other%20components%20that%20would%20be%20required%20to%20support%20debuginfod%20(See%20https://bugzilla.rpmfusion.org/show_bug.cgi?id=6012)%20and%20we%20would%20need%20our%20own%20instance%20for%20reproducer.%20(not%20planned%2C%20likely%20would%20need%20too%20much%20ressources).
However, /usr/libexec/drkonqi --dialog --pid $PID doesn’t cause the button to appear, because I’ve no coredump, and/or I have a billion symbols already installed.
I’d rather not need to:
create a VM
customise it to be equivalent to my host’s DE,
ascertain how to crash something, then hope that debuginfod isn’t sufficient.
I realise that Konqi isn’t designed for this, but I hope it’s feasible by coincidence.