Quote:
Originally Posted by Stevex
OK I have the variable
CALIBRE_CONFIG_DIRECTORY
set to
%OneDrive%\Calibre_Config
And the variable OneDrive set to
C:\Users\MyName\OneDrive
So till now this always worked very well
But on starting Calibre 2.30 I got the startup wizard and I found it is creating a new config directory here:
C:\Users\MyName\Desktop\%OneDrive%\Calibre_Config
Note that it is using literally %OneDrive% not substituting the string C:\Users\MyName\OneDrive
Help???!!! What is going on??? This setup has worked well for me for years.
|
There is an update in 30 to address different cloud sync folders.
%reads and substitutes, the system environment setting for that variable%
This is the result I got, as I don't use One Drive (I have my own NAS)
Code:
C:\Users\Me>set %onedrive%
Environment variable C:\Users\Me\OneDrive not defined
There is a chance (small) that Kovid missed a use case
UPDATE
Wierd: when I look at the full output of SET
Code:
OneDrive=C:\Users\me\OneDrive
exists. But when I do set %OneDrive% (I tried camel case also), nada