0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.135.249.157


Current Path : /proc/thread-self/root/usr/share/apport/general-hooks/
Upload File :
Current File : //proc/thread-self/root/usr/share/apport/general-hooks/wayland_session.py

'''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'