| 
	
		
		
		
		
		 
			
			Doesn't appear to like that command.   
 
I assume you meant a space before -debug 
 
daxiweida:~ joel$ /Applications/calibre.app/Contents/MacOS/calibre -debug -g 
Usage: main.py [opts] [path_to_ebook] 
 
Launch the main calibre Graphical User Interface and optionally add the ebook at 
path_to_ebook to the database. 
 
 
Whenever you pass arguments to main.py that have spaces in them, enclose the arguments in quotation marks. 
 
main.py: error: no such option: -d 
 
 
Now, if I simply run /Applications/calibre.app/Contents/MacOS/calibre, the Calibre GUI comes up just fine.  Seems , whenever I do something in the GUI, in Terminal, I get 
 
link  hasn't been detected! 
link  hasn't been detected! 
 
 
Of course, I have to keep Terminal open, else the Calibre GUI closes as well. 
 
Ran with -verbose mode and opened a few books 
 
daxiweida:~ joel$ /Applications/calibre.app/Contents/MacOS/calibre -v 
link  hasn't been detected! 
link  hasn't been detected! 
link  hasn't been detected! 
link  hasn't been detected! 
InputFormatPlugin: EPUB Input running 
on /Users/joel/Documents/eBooks/Sam Landstrom/MetaGame (8)/MetaGame - Sam Landstrom.epub 
Found HTML cover content/calibre_title_page.html 
link  hasn't been detected! 
link  hasn't been detected! 
InputFormatPlugin: EPUB Input running 
on /Users/joel/Documents/eBooks/R. T. Bradley/The outlaws of the border (3)/The outlaws of the border - R. T. Bradley.epub 
daxiweida:~ joel$  
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 |