Bug 134863
| Summary: | Evolution's quick reference doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> |
| Component: | evolution | Assignee: | Dave Malcolm <dmalcolm> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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: | 2004-10-12 13:50:15 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 131589 | ||
The quick reference PDF is viewable in xpdf, and in gpdf if loaded directly. BTW, it contains a reference to "Ximian Evolution" The pdf viewer was changed by mistake to gdpf. In rawhide the default is now back to ggv, which opens quickref.pdf correctly. I posted a bug upstream for gpdf too: http://bugzilla.gnome.org/show_bug.cgi?id=155186 Additionally the gpdf issue should be fixed by gpdf-2.8.0-2 |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040928 Description of problem: evolution's quick reference is a PDF file stored here: /usr/share/evolution/2.0/help/quickref/C/quickref.pdf When selecting Help->Quick Reference, code in evolution/shell/e-shell-window-commands.c: command_quick_reference tries to use the default handler for "application/pdf" and runs it. Fails badly on my current test machine, launching 3 kpdf instances, fails in a different way on FC3test2 Version-Release number of selected component (if applicable): evolution-2.0.1-2 How reproducible: Always Steps to Reproduce: 1. Start Evolution 2. Select Help->Quick Reference Actual Results: On FC3test2, gpdf is launched, but doesn't display anything. Expected Results: A PDF viewer is launched, displaying the quick reference Additional info: