Comment 13 for bug 1008282

Revision history for this message
Fred Olness (olness) wrote :

I'm seeing a similar problem in Ubuntu 13.10.

fred 31:% uname -a
Linux fred 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:52:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

fred 32:% ubuntu-tweak
Traceback (most recent call last):
  File "/usr/bin/X11/ubuntu-tweak", line 37, in <module>
    from ubuntutweak import system
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/system/__init__.py", line 4, in <module>
    from ubuntutweak.common.consts import APP, PKG_VERSION
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/common/consts.py", line 31, in <module>
    os.makedirs(TEMP_ROOT)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/users/olness/.config/ubuntu-tweak'