Bug 3067
| Summary: | Netscape tries to run xv on local xpms | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Adam Spiers <redhat> |
| Component: | netscape | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.0 | ||
| 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: | 1999-06-21 13:03:01 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
Adam Spiers
1999-05-26 15:31:50 UTC
My guess would be that you have xv setup to handle .xpm files in your Netscape preferences. ------- Email Received From Adam Spiers <adam.ox.ac.uk> 05/30/99 13:05 ------- Oops, looks like replying via e-mail didn't reopen the bug. Hopefully this will. For convenience, here's what I said in the e-mail: A reasonable guess, but I'd already checked that, and it's definitely not the reason. Netscape has MIME type image/x-xpixmap (suffix xpm) down as `Unknown: PromptUser'. xv isn't mentioned in /etc/mailcap or /usr/lib/netscape either, so I've no idea where it's coming from. what's your ~/.mailcap look like, if there is one? ------- Email Received From Adam Spiers <adam.ox.ac.uk> 06/17/99 15:29 ------- This seems to be hardcoded in the netscape binary for an image type it doesn't have a handler for. What you can do is either a) define a handler of your choice b) do something like: cd /usr/lib/netscape sed -e "s|xv %s|ee %s|g" netscape-navigator > netstcape.new mv -f netscape.new netscape-navigator (of course, be careful with this...) Ah right. Thanks, you can resolve this now :-) This appears to be resolved. Please reopen if I'm wrong. |