Add $PATH to crash info
This commit is contained in:
parent
e338d4b49c
commit
8403f2451f
@ -99,7 +99,7 @@ def get_fatal_crash_dialog(debug, data):
|
||||
def _get_environment_vars():
|
||||
"""Gather environment variables for the crash info."""
|
||||
masks = ('DESKTOP_SESSION', 'DE', 'QT_*', 'PYTHON*', 'LC_*', 'LANG',
|
||||
'XDG_*', 'QUTE_*')
|
||||
'XDG_*', 'QUTE_*', 'PATH')
|
||||
info = []
|
||||
for key, value in os.environ.items():
|
||||
for m in masks:
|
||||
|
Loading…
Reference in New Issue
Block a user