Enrico Forestieri wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: >> >> Lines 17 and 18 in ~/.lyx-1.4.0/lyxrc.defaults are the following ones: >> >> \Format dvi2 dvi DraftDVI "" >> \Format eps eps EPS "" "gv" "" > > Supplying the extra "" on line 17 cures the problem: > > \Format dvi2 dvi DraftDVI "" "" ""
That means that the patch broke the compatibility code to read old \Format lines. I am trying it myself now. Georg