Version-Release number of selected component: setroubleshoot-server-3.1.19-1.fc18 Additional info: cmdline: /usr/bin/python -Es /usr/bin/sealert -s core_backtrace: 9beb3fd43a7a1eca82e0a7b068f4e1fe29fb87a9 0x131 on_receive_button_changed /usr/lib64/python2.7/site-packages/setroubleshoot/browser.py - dso_list: setroubleshoot-3.1.19-1.fc18.x86_64 executable: /usr/bin/sealert kernel: 3.6.7-5.fc18.x86_64 uid: 1000 Truncated backtrace: browser.py:305:on_receive_button_changed:IOError: [Errno 13] Permission denied: '/home/fxavier/.config/autostart/sealertauto.desktop' Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/setroubleshoot/browser.py", line 305, in on_receive_button_changed outfile = open(os.path.expanduser("~/.config/autostart/sealertauto.desktop"), "w") IOError: [Errno 13] Permission denied: '/home/fxavier/.config/autostart/sealertauto.desktop' Local variables in innermost frame: widget: <gtk.RadioButton object at 0x44a4c30 (GtkRadioButton at 0x35335f0)> self: <setroubleshoot.browser.BrowserApplet instance at 0x34787e8> found: False run_seapplet: False buf: ['[Desktop Entry]\n', 'Name=SELinux Troubleshooter\n', 'Exec=/usr/bin/seapplet\n', 'Comment=View & interpret SELinux denials\n', 'Encoding=UTF-8\n', 'Type=Application\n', 'StartupNotify=false\n', 'X-KDE-autostart-after=panel\n', 'Icon=setroubleshoot_icon\n'] infile: <closed file '/etc/xdg/autostart/sealertauto.desktop', mode 'r' at 0x34f4c00>
Created attachment 654858 [details] File: backtrace
Created attachment 654859 [details] File: environ
What is your output of # ls -lZ /home/fxavier/.config/autostart/sealertauto.desktop
[root@localhost cups]# ls -lZ /home/fxavier/.config/autostart/sealertauto.desktop ls: cannot access /home/fxavier/.config/autostart/sealertauto.desktop: No such file or directory
Could you try to execute # touch /home/fxavier/.config/autostart/sealertauto.desktop and see if the problem goes away.