dogtail-devel [Bug 345018] way for normal user to override /tmp/dogtail



Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=345018
 dogtail | Framework | Ver: CVS HEAD


Zack Cerza changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zcerza redhat com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from Zack Cerza  2006-06-15 18:52 UTC -------
Actually, you can change the directories that dogtail uses quite easily:

import os
from dogtail.config import config
config.scratchDir = os.path.join(os.environ['HOME'], 'dogtail')
config.logDir = os.path.join(config.scratchDir, 'logs')
config.dataDir = os.path.join(config.scratchDir, 'data')

This will put everything in ~/dogtail/ . It also creates the directories.

I thought I had documented this, but it seems I neglected to. I just did,
though, in CVS.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact for the bug.
You are watching the assignee for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]