/usr/share/apport/general-hooks
NameSizeModeActions
cloud-init.py3500644editdlrm
cloud_archive.py12910644editdlrm
generic.py46930644editdlrm
image.py13080644editdlrm
parse_segv.py146040644editdlrm
powerpc.py49350644editdlrm
ubuntu-gnome.py25760644editdlrm
ubuntu.py250700644editdlrm
wayland_session.py2600644editdlrm
Edit: /usr/share/apport/general-hooks/wayland_session.py (260B)
"""Detect if the current session is running under Wayland.""" import os def add_info(report, unused_ui): """Add a tag if current session is running under Wayland.""" if os.environ.get("WAYLAND_DISPLAY"): report.add_tags(["wayland-session"])