Quote:
Originally Posted by Doitsu
It is activated. I.e. the error must occur before the .ini file is being loaded.
|
Nope, ini file is loaded from the start. I can see it because I haven't cleaned up printing the start command which I used for backup. It says:
Code:
['mono', '/home/user/.local/share/sigil-ebook/sigil/plugins/ePUBOptimizer/ePUBOptimizer.exe', '/home/user/.local/share/sigil-ebook/sigil/plugins/ePUBOptimizer/dummy.epub']
but it should say:
Code:
['mono', '/home/user/.local/share/sigil-ebook/sigil/plugins/ePUBOptimizer/ePUBOptimizer.exe', '-f', '/home/user/.local/share/sigil-ebook/sigil/plugins/ePUBOptimizer/dummy.epub']
Remember, the value of the parameter 'usefontfamily' must be set to 'True' to make it work like you requested.
Quote:
Originally Posted by Doitsu
I'm using Debian Wheezy, which came with Mono 2.10.8.1-8.
I installed monodevelop, but it didn't make a difference. Most likely my mono version is too old, however, since a manual upgrade might lead to an unstable system, I'm going to use the Windows version of Sigil 0.8.2 instead.
Maybe you can mention in the first post, that Mono 3.x and/or a current Ubuntu-based distro might be required for the Linux version.
|
Will do.