https://bugs.freedesktop.org/show_bug.cgi?id=84008

--- Comment #17 from Eduardo Grosclaude <[email protected]> ---
(In reply to comment #13)
> > > The file does exist:
> > > 
> > > user@machine ~  $ libreoffice4.3 
> > > /tmp/wlrvmU(1): expected object or array
> > > user@machine ~  $ ls -l /tmp/wlrvmU 
> > > -rw------- 1 user user 193273 Sep 26 09:55 /tmp/wlrvmU
> > > user@machine ~  $ file /tmp/wlrvmU 
> > > /tmp/wlrvmU: Zip archive data, at least v2.0 to extract
> > > user@machine ~  $ unzip /tmp/wlrvmU
> > > Archive:  /tmp/wlrvmU
> > >   inflating: doc.kml                 
> > >   inflating: models/untitled/texture.JPG  
> > >   inflating: models/untitled/texture_0.png  
> > >   inflating: models/untitled.dae  
> > > 
> > > I can send more about these files if it helps
> 
> Can you also check the type of this file when you insert a *.dae file?
> ( I expect that this output belongs to a kmz file)
> Here is an example dae model (find dae file under model subfolder):
> people.collabora.com/~ztamas/maze.tar.gz
> 
> The conversion chain is like that kmz -> dae -> glTF, so it is helpful to
> see how this file looks like in case of dae files too.

My session:

oso@osobook /tmp $ ls -l > list01.txt 
oso@osobook /tmp $ libreoffice4.3 
/tmp/h1oLZM(1): expected object or array
oso@osobook /tmp $ ls -l > list02.txt 
oso@osobook /tmp $ meld list01.txt list02.txt 
// ATTACHING CAPTURE OF MELD
oso@osobook /tmp $ mkdir LO2
oso@osobook /tmp $ mv 0S9TSE h1oLZM ludo0gen.tmp/ LO2
oso@osobook /tmp $ cd LO2
oso@osobook /tmp/LO2 $ ll
total 1292
-rw------- 1 oso oso 657968 Sep 26 14:27 0S9TSE
-rw------- 1 oso oso 657968 Sep 26 14:27 h1oLZM
drwx------ 2 oso oso   4096 Sep 26 14:27 ludo0gen.tmp
oso@osobook /tmp/LO2 $ mkdir 0S9TSE.dir
oso@osobook /tmp/LO2 $ mkdir h1oLZM.dir
oso@osobook /tmp/LO2 $ cd 0S9TSE.dir/
oso@osobook /tmp/LO2/0S9TSE.dir $ unzip ../0S9TSE
Archive:  ../0S9TSE
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of ../0S9TSE or
        ../0S9TSE.zip, and cannot find ../0S9TSE.ZIP, period.
oso@osobook /tmp/LO2/0S9TSE.dir $ cd ..
oso@osobook /tmp/LO2 $ ll
total 1300
-rw------- 1 oso oso 657968 Sep 26 14:27 0S9TSE
drwxr-xr-x 2 oso oso   4096 Sep 26 14:29 0S9TSE.dir
-rw------- 1 oso oso 657968 Sep 26 14:27 h1oLZM
drwxr-xr-x 2 oso oso   4096 Sep 26 14:29 h1oLZM.dir
drwx------ 2 oso oso   4096 Sep 26 14:27 ludo0gen.tmp
oso@osobook /tmp/LO2 $ file *
0S9TSE:       XML document text
0S9TSE.dir:   directory 
h1oLZM:       XML document text
h1oLZM.dir:   directory 
ludo0gen.tmp: directory 
oso@osobook /tmp/LO2 $ head 0S9TSE
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema"; version="1.4.1">
   <asset>
      <contributor>
         <authoring_tool>Google 3D Warehouse 1.0</authoring_tool>
      </contributor>
      <created>2009-11-20T01:20:43Z</created>
      <modified>2009-11-20T01:20:43Z</modified>
      <unit name="meters" meter="1.0"/>
      <up_axis>Z_UP</up_axis>
oso@osobook /tmp/LO2 $ head h1oLZM
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema"; version="1.4.1">
   <asset>
      <contributor>
         <authoring_tool>Google 3D Warehouse 1.0</authoring_tool>
      </contributor>
      <created>2009-11-20T01:20:43Z</created>
      <modified>2009-11-20T01:20:43Z</modified>
      <unit name="meters" meter="1.0"/>
      <up_axis>Z_UP</up_axis>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to