View Single Post
Old 04-11-2016, 03:29 AM   #192
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,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by AlanHK View Post
A lesser annoyance: After the conversion finishes, it asks for a save location and defaults to the top level of "Documents and Settings" every time (I'm using Windows).
This is one thing that I also don't like. I prefer the Desktop folder.
If you'd also rather save epub3 files in the Desktop folder you can easily change this yourself:
  1. Go to the ePub3-itizer folder (Edit > Preferences > Open Preferences Location > plugins > ePub3-itizer).
  2. Locate plugin.py and open it with a text editor.
  3. Go to line #92 and change it from:

    Code:
    _USER_HOME = os.path.expanduser("~")
    to:

    Code:
    _USER_HOME = os.path.join(os.path.expanduser("~"), 'Desktop')
Doitsu is offline   Reply With Quote