Add group whoopsie to your user sudo adduser $USER whoopsie
so (after re-login) you can see the content of the .crash file
and you will find some info about your crash
It depends. Not all crash reports turn into bugs. You can manually file a bug, and link to the previously-uploaded crash report. Selected bug triage developers have access to those, but they’re not public. You can find all the crash reports from your current PC by running the following command
But for everyone’s security, not everyone can view that page. In the case of your crash above, I can tell it is gnome-shell that crashed but there is no bug ID. The relevant section of log says:
gnome-shell[14721]: JS ERROR: Error: Source.notify() has been moved to Source.showNotification()this code will break in the future
notify@resource:///org/gnome/shell/ui/messageTray.js:793:23
_notify@/home/ernst/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:212:26
_onStateChanged@/home/ernst/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:259:26
_emit@resource:///org/gnome/gjs/modules/core/_signals.js:133:47
_onPropertiesChanged@/home/ernst/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/client.js:98:18
systemd[2036]: org.gnome.Shell@wayland.service: Main process exited, code=dumped, status=6/ABRT
so the first thing you should do is try disabling/uninstalling the gamemode extension.
In future if you want to get a bug ID and more help you should be able to force a new upload with:
cd /var/crash
sudo rm FILENAME.uploaded
sudo apport-cli FILENAME.crash
If that doesn’t work and you’re desperate for help then please manually create a bug using this page (or similar).