echo $XDG_CONFIG_HOME
/root/.config
echo $CALIBRE_CONFIG_DIRECTORY
/home/myhome/.config/calibre
So I did
export XDG_CONFIG_HOME=/home/myhome/.config
export CALIBRE_CONFIG_DIRECTORY=/home/myhome/.config
Then still show me this error
OSError: [Errno 13] Permission denied: '/root/.config
what's wrong?
Last edited by ryanlee; 07-02-2010 at 12:17 AM.
|