Bug 882128 - [abrt] setroubleshoot-server-3.1.19-1.fc18: browser.py:305:on_receive_button_changed:IOError: [Errno 13] Permission denied: '/home/fxavier/.config/autostart/sealertauto.desktop'
Summary: [abrt] setroubleshoot-server-3.1.19-1.fc18: browser.py:305:on_receive_button_...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: setroubleshoot
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:4d40dc3df76348be0d38784c831...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-30 08:12 UTC by Frank Jacobberger
Modified: 2012-12-31 01:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-31 01:22:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1023 bytes, text/plain)
2012-11-30 08:12 UTC, Frank Jacobberger
no flags Details
File: environ (1.00 KB, text/plain)
2012-11-30 08:12 UTC, Frank Jacobberger
no flags Details

Description Frank Jacobberger 2012-11-30 08:12:08 UTC
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>

Comment 1 Frank Jacobberger 2012-11-30 08:12:11 UTC
Created attachment 654858 [details]
File: backtrace

Comment 2 Frank Jacobberger 2012-11-30 08:12:12 UTC
Created attachment 654859 [details]
File: environ

Comment 3 Miroslav Grepl 2012-11-30 08:40:44 UTC
What is your output of

# ls -lZ /home/fxavier/.config/autostart/sealertauto.desktop

Comment 4 Frank Jacobberger 2012-12-01 03:07:31 UTC
[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

Comment 5 Miroslav Grepl 2012-12-03 09:24:40 UTC
Could you try to execute

# touch /home/fxavier/.config/autostart/sealertauto.desktop

and see if the problem goes away.


Note You need to log in before you can comment on or make changes to this bug.