Ever since I did this fresh install of Fedora 42, I get a crash notification on exiting Rhythmbox. Rhythmbox apparently crashes on exit, especially when I shut down the PC while Rhythmbox is still running.
I already reported the issue with the Problem Reporting program, and I also saw on the Internet that other people have this issue too.
Is there any way I can disable that specific notification, without disabling all ‘Problem Reporting’ notifications?
Or does anyone have a different idea for a fix?
Remove Rhythmbox from ABRT crash reporting. For that you would need to add the line Blacklist = rhythmbox to the config file /etc/abrt/abrt-action-save-package-data.conf, see man abrt-action-save-package-data.conf for details.
or
Start Rhythmbox as inhibitor lock, with systemd-inhibit --why="Rhythmbox running" --who=$USER rhythmbox from the command line, or by modifying the corresponding .desktop file. That would inhibit the system from shutting down if Rhythmbox is running, but you won’t receive any warning (the system just won’t take action).
I’m going to go with the first solution, since Rythmbox sometimes also causes the ‘crash on exit’ when I just close it regularly, without shutting down the PC.
Also I don’t like the idea of having to exit a program before shutting down the PC.