View Single Post
Old 07-26-2012, 07:29 AM   #5
GRiker
Comparer of the Ephemeris
GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.
 
Posts: 1,496
Karma: 424697
Join Date: Mar 2009
Device: iPad
Quote:
Originally Posted by kovidgoyal View Post
I suggest you create a simple bash script to launch calibre, that way you wont have trouble when/if Apple decides that setting environment variables is not something their users should be allowed to do.

Code:
#!/bin/sh
export CALIBRE_DEVELOP_FROM=whatever
calibre-debug -g
Save this file as /usr/bin/calibre-develop and run
chmod +x /usr/bin/calibre-develop
A much better solution.
GRiker is offline   Reply With Quote