diff --git a/src/calibre/gui2/dialogs/tweak_epub.py b/src/calibre/gui2/dialogs/tweak_epub.py index a78d26a9dc..c0ad79385b 100755 --- a/src/calibre/gui2/dialogs/tweak_epub.py +++ b/src/calibre/gui2/dialogs/tweak_epub.py @@ -71,8 +71,8 @@ class TweakEpub(QDialog, Ui_Dialog): prints(" killing file browser proc") #self._file_browser_proc.terminate() #self._file_browser_proc.kill() - #self._file_browser_send_signal() - #self._file_browser_proc = None + #self._file_browser_send_signal(?) + self._file_browser_proc = None # Delete directory containing exploded ePub if self._exploded is not None: @@ -93,6 +93,7 @@ class TweakEpub(QDialog, Ui_Dialog): elif iswindows: cmd = 'start explorer.exe /e,/root,%s' % self._exploded else: + # *** Kovid - need proper linux invocation here *** cmd = '' # *** Kovid - need a way of launching this process than can be killed in cleanup() ***