Il 19/09/2011 15:12, Julien Rioux ha scritto:
Anyway, I now get this error when I open the graphics dialog in your example file:

gzip: /home/jrioux/dropbox/lyx/tests/kk.odg has more than one entry--rest ignored ../../../src/support/Systemcall.cpp(259): Systemcall: 'gunzip -c /home/jrioux/dropbox/lyx/tests/kk.odg' finished with exit code 2

Can you please try again now ?

There was a bug (apologies), fixed in r39720:

Index: src/graphics/GraphicsCacheItem.cpp
===================================================================
--- src/graphics/GraphicsCacheItem.cpp    (revisione 39719)
+++ src/graphics/GraphicsCacheItem.cpp    (revisione 39720)
@@ -359,7 +359,7 @@
         return false;
     }

-    zipped_ = formats.isZippedFile(filename);
+    zipped_ = formats.isZippedFile(filename_);
     if (zipped_) {
         unzipped_filename_ = FileName::tempName(
             filename_.toFilesystemEncoding());

    T.

Reply via email to