/usr/share/apport/general-hooks
NameSizeModeActions
cloud_archive.py11590644editdlrm
generic.py40480644editdlrm
parse_segv.py146580644editdlrm
powerpc.py45950644editdlrm
ubuntu-gnome.py23000644editdlrm
ubuntu.py255850644editdlrm
wayland_session.py2250644editdlrm
Edit: /usr/share/apport/general-hooks/wayland_session.py (225B)
'''Detect if the current session is running under wayland''' import os def add_info(report, ui): if os.environ.get('WAYLAND_DISPLAY'): report.setdefault('Tags', '') report['Tags'] += ' wayland-session'