luzfcb / tintwizard

Automatically exported from code.google.com/p/tintwizard
2 stars 0 forks source link

write/read tintwizard.conf in ~/.config/tint2 instead of current working directory #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please fix the config reading/writing of tintwizard.conf to use
~/.config/tint2 as directory instead of the current working directory or
even the directory where tintwizard has been installed.

Otherwise it can cause trouble if it has been installed system wide.
<snip>
$ tintwizard.py 
Traceback (most recent call last):
  File "/usr/bin/tintwizard.py", line 2386, in <module>
    tw = TintWizardGUI()
  File "/usr/bin/tintwizard.py", line 218, in __init__
    self.readConf()
  File "/usr/bin/tintwizard.py", line 2150, in readConf
    self.writeConf()
  File "/usr/bin/tintwizard.py", line 2320, in writeConf
    f = open(pathName+"/tintwizard.conf", "w")
IOError: [Errno 13] Permission denied: '/usr/bin/tintwizard.conf'
</snip>

Original issue reported on code.google.com by Spook...@gmail.com on 22 Mar 2010 at 10:18

GoogleCodeExporter commented 9 years ago
Thanks, I'll get started on this when I get the opportunity.

Original comment by eua...@gmail.com on 22 Mar 2010 at 10:32

GoogleCodeExporter commented 9 years ago
Sorry for the delay in getting round to this. Everything should be changed and 
in 
working order. The most recent version is available as a download, or 
alternatively 
it's all there in the SVN repo.

Thanks.

Original comment by eua...@gmail.com on 6 Apr 2010 at 10:13

GoogleCodeExporter commented 9 years ago
Great, thanks!

Original comment by Spook...@gmail.com on 6 Apr 2010 at 11:59