Quote:
Originally Posted by Magess
Is this something I as a user can do or something that has to be updated on the developer side?
|
If you know your way around a text editor for programmers:
1. In Sigil, select Edit > Preference > Open Preferences Location
2. Double-click plugins > EpubCheck
3. Open plugin.py with a text editor and change the following line:
Code:
user_dir_value = '-Duser.dir=' + os.path.join(bk._w.plugin_dir, bk._w.plugin_name, 'temp.epub') + "/"
to:
Code:
user_dir_value = '-Duser.dir=/tmp'
4. Save plugin.py and test whether the EpubCheck plugin works.
(I can't test this myself because I don't have access to a Mac.)