Description: .PS file should display content instead of code Steps to Reproduce: download .ps file: http://people.sc.FSU.edu/~jburkardt/data/PS/bell_206.ps Actual Results: it displays code, see attachment Expected Results: the file must show content instead of code Reproducible: Always User Profile Reset: No Additional Info: Version: 6.0.0.0.alpha0+ Build ID: a98ac7220a92c1dfee9a2a490d764094050ffb91 TinderBox: Android-ARM@24-Bytemark-Hosting, Branch: Master, Time: June 17, 2017 06:37:19 User-Agent: Mozilla/5.0 (Android 5.1; Mobile; rv:56.0) Gecko/56.0 Firefox/56.0
Created attachment 134096 [details] .PS file displays code
The requested URL /~jburkardt/data/PS/bell_206.ps was not found on this server. please attach test file. Thank you.
Drawer PS should be lowercase -> ps, so the link is: http://people.sc.fsu.edu/~jburkardt/data/ps/bell_206.ps
Created attachment 134382 [details] .ps file sample
reproducible with Version: 5.4.0.0.beta2+ Build ID: 721efbeb117962e9b0cd547b51ede4a6736042a6 CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Example of Type supporting multiple file extensions. https://opengrok.libreoffice.org/xref/core/filter/source/config/fragments/types/generic_Text.xcu?r=511a59ef#21 there exists a settings for eps https://opengrok.libreoffice.org/xref/core/filter/source/config/fragments/types/eps_Encapsulated_PostScript.xcu?r=c4008ef5#21 but there's nothing for ps https://opengrok.libreoffice.org/xref/core/filter/source/config/fragments/types/ even if I add ps from 'Expert Configuration' UI (please note that in this UI values are COMMA-separated, NOT SPACE-separated as in the aforementioned XML.) https://opengrok.libreoffice.org/xref/core/sd/source/ui/unoidl/sddetect.cxx?r=15abfe9a#137 https://opengrok.libreoffice.org/xref/core/sd/source/ui/unoidl/sddetect.cxx?r=15abfe9a#93 https://opengrok.libreoffice.org/xref/core/vcl/source/filter/graphicfilter2.cxx?r=4ec93b7c#88 https://opengrok.libreoffice.org/xref/core/vcl/source/filter/graphicfilter2.cxx?r=4ec93b7c#936 at least, the ps file is not comforming to eps, so we cannot use that filter.(of course, this is not a requirement, as it's not eps,but ps)
Dear vihsa, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
I don't see anything in the help nor in the import file dialog indicating that LibreOffice can import a PostScript file. I am aware that we can import EPS and PDF, which are derivatives of PostScript, but they are not the same thing. Therefore, in my opinion, this is a request for enhancement. Also in my opinion, adding a PostScript import filter should be WONTFIX.