View Single Post
Old 12-15-2020, 10:06 AM   #407
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Magess View Post
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.)
Doitsu is offline   Reply With Quote