Description: does not list in file browser and cannot open file in libreoffice viewer. Steps to Reproduce: i am verifying file formats given https://en.m.wikipedia.org/wiki/LibreOffice in libreoffice viewer. download and open dislin_ex01.met from http://people.sc.fsu.edu/~jburkardt/data/met/met.html. it does not [1] list in file browser [2] open in libreoffice viewer Version: 6.0.0.0.alpha0+ Build ID: 643da8ec4e721d33dfdf8d78bedd50a915f1188d TinderBox: Android-ARM@24-Bytemark-Hosting, Branch: Master, Time: June 26, 2017 01:29:17 Actual Results: Expected Results: Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Android 5.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0
That seems to be a different sort of met. This is what is supported: http://opengrok.libreoffice.org/xref/core/filter/source/config/fragments/types/met_OS2_Metafile.xcu So try with such an OS/2 metafile.
there was no link on wikipedia page. my assumption is wrong. the issue will be automatically closed after 30 days, is it correct. as of now i am unable to find os/2 metafile sample, i will update as soon as i found one. if you do have a link or file, please attach kindly.
(In reply to krishna [:kr1shna] from comment #2) > there was no link on wikipedia page. > my assumption is wrong. > the issue will be automatically closed after 30 days, is it correct. as of > now i am unable to find os/2 metafile sample, i will update as soon as i > found one. > if you do have a link or file, please attach kindly. https://cgit.freedesktop.org/libreoffice/core/plain/filter/qa/cppunit/data/met/pass/sample.met
(In reply to Buovjaga from comment #3) > (In reply to krishna [:kr1shna] from comment #2) > > there was no link on wikipedia page. > > my assumption is wrong. > > the issue will be automatically closed after 30 days, is it correct. as of > > now i am unable to find os/2 metafile sample, i will update as soon as i > > found one. > > if you do have a link or file, please attach kindly. > > https://cgit.freedesktop.org/libreoffice/core/plain/filter/qa/cppunit/data/ > met/pass/sample.met thank you for providing link. i have changed title of issue, please excuse. the file does not list in file browser and open in libreoffice viewer.
os/2 MET .met file either crashes or unable to open on libreoffice viewer 5.0, 5.1, 5.2, 5.3 alpha versions fileopen test result: 5.0.0.0.alpha1+-ab465b9 crash 5.1.0.0.alpha1+-1a6ec13 endless loop / cannot open file 5.1.0.0.alpha1+-5b791ec endless loop / cannot open file 5.2.0.0.alpha0+-f6a74ce endless loop / cannot open file 5.3.0.0.alpha1+-4136757 endless loop / cannot open file os: android 5.1 device: lyf flame 3 [ ls-4001 ]
Is this issue still relevant? Supporting more file formats presumably also means that the size of the APK will increase (due to more services that will have to be included), so I tend to suggest focusing on those that are particularly relevant. In addition, the mechanism to open a file in Android Viewer currently depends on the Android system identifying the proper MIME type, which probably isn't the case for most of the proprietary and not so frequently used file types. (So supporting these might need some "open any file, ignore file type" handling instead (possibly hidden behind a setting?).)