Bug 216665
| Summary: | open office asks with which subpart to open file when opening .ppt over http:// | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Geuns <bitrain> |
| Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-28 15:38:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stefan Geuns
2006-11-21 14:17:38 UTC
attach the presentation if you can, it might be the case that there's something
special about this specific presentation if it was detected as a .ppt initially
on the simple test, but then not as one on the deeper attempt to open it by OOo
Also output of...
> rpm -q openoffice.org-impress
The file is: http://www.win.tue.nl/~mdberg/Onderwijs/OvA2_2006/Slides/OvA2_coll1.ppt (Actually, all files on that page do this, but I also found other files with the same behaviour, but I do not have those links anymore) I just found out that kde tries to open it with: openoffice.org-2.0 -impress %U If I open it with ooimpress it does work. If I open openoffice.org-2.0 -impress from the commandline it does go to impress without asking (without filename, so empty presentation). $ rpm -q openoffice.org-impress openoffice.org-impress-2.0.2-5.19.2 openoffice.org-2.0 -impress /path/to/filename should open it as well That seems to work too, but then I have to save the file first. If I open the file with: ooimpress %U it fails to detect too, but if I open it with ooimpress it does work. Same also for openoffice.org-2.0 -impress, without the %U it works, with it, it asks for the type first. Maybe a kde bug instead of OOo bug? Or the default setting in fedora should be changed in the launching to work without the '%U'? the %U is supposed to be the field that gets replace with the filename by KDE/GNOME, i.e. foome %U twiddle turns into foome "/tmp/filename.ods" twiddle Upstreamed as http://www.openoffice.org/issues/show_bug.cgi?id=72068: seems specific to typedetection of .ppt when passing http://location/foo.ppt to OOo, problem isn't there for .doc or for .odp |