OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/../../../usr/share/apport/general-hooks/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
'''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'