Version-Release number of selected component: fslint-2.44-1.fc20 Additional info: reporter: libreport-2.2.1 cmdline: python /bin/fslint-gui dso_list: pygtk2-2.24.0-8.fc20.i686 executable: /bin/fslint-gui kernel: 3.13.10-200.fc20.i686+PAE runlevel: 1 5 type: Python uid: 0 Truncated backtrace: __init__.py:52:_init:RuntimeError: could not open display Traceback (most recent call last): File "/bin/fslint-gui", line 27, in <module> import gtk File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module> _init() File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init _gtk.init_check() RuntimeError: could not open display Local variables in innermost frame: sys: <module 'sys' (built-in)> sys_path: ['/usr/bin', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gst-0.10', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode']
Created attachment 887980 [details] File: backtrace
Created attachment 887981 [details] File: environ
Incorrect DISPLAY env variable will cause this, but we should handle the exception to avoid this abrt handling. Fixed upstream with https://code.google.com/p/fslint/source/detail?r=292 Will release a new version soon.