Created attachment 511680[details]
sealert pop up
Description of problem:
SELinux notification but sealert is broken and won't show SELinux issue
Version-Release number of selected component (if applicable):
sealert --version
no version number
How reproducible:
everytime
Steps to Reproduce:
1.launch app that SELinux does not like
2.click on SEL alert
3.alert is broken
Additional info:
Opps, sealert hit an error!
Traceback (most recent call last):
File "/usr/bin/sealert", line 692, in <module>
run_as_dbus_service(username)
File "/usr/bin/sealert", line 112, in run_as_dbus_service
app = SEAlert(user, dbus_service.presentation_manager, watch_setroubleshootd=True)
File "/usr/bin/sealert", line 326, in __init__
from setroubleshoot.browser import BrowserApplet
File "/usr/lib/python2.7/site-packages/setroubleshoot/browser.py", line 41, in <module>
import report.io.GTKIO
ImportError: No module named GTKIO
Created attachment 511680 [details] sealert pop up Description of problem: SELinux notification but sealert is broken and won't show SELinux issue Version-Release number of selected component (if applicable): sealert --version no version number How reproducible: everytime Steps to Reproduce: 1.launch app that SELinux does not like 2.click on SEL alert 3.alert is broken Additional info: Opps, sealert hit an error! Traceback (most recent call last): File "/usr/bin/sealert", line 692, in <module> run_as_dbus_service(username) File "/usr/bin/sealert", line 112, in run_as_dbus_service app = SEAlert(user, dbus_service.presentation_manager, watch_setroubleshootd=True) File "/usr/bin/sealert", line 326, in __init__ from setroubleshoot.browser import BrowserApplet File "/usr/lib/python2.7/site-packages/setroubleshoot/browser.py", line 41, in <module> import report.io.GTKIO ImportError: No module named GTKIO