abrt / gnome-abrt

ABRT oopses list designed according to https://live.gnome.org/Design/Apps/Oops
GNU General Public License v3.0
18 stars 21 forks source link

systemd-coredumpctl support #302

Open AsciiWolf opened 3 years ago

AsciiWolf commented 3 years ago

Are there any plans for direct coredumpctl support (without the ABRT backend) in GNOME ABRT? This would allow using GNOME ABRT easily on Fedora Silverblue. Currently, there is no GUI for bug reporting on Silverblue which is not ideal.

mgrabovsky commented 3 years ago

gnome-abrt is currently deeply intertwined with both abrt and libreport and it would take some effort to decouple the graphical frontend from the ABRT backend. It is therefore not on our roadmap at the moment.

How do you imagine gnome-abrt would work with systemd-coredump as a backend? Would it only serve as a GUI for coredumpctl with the ability to report crashes to (for instance) Bugzilla?

AsciiWolf commented 3 years ago

Thanks for the quick reply!

Would it only serve as a GUI for coredumpctl with the ability to report crashes to (for instance) Bugzilla?

Yep, that is exactly what I had on my mind. :-)