Bug 63115
| Summary: | gaim default URL handler broken, fix attached | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Warren Togami <wtogami> |
| Component: | gaim | Assignee: | Christopher Blizzard <blizzard> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | limbo | CC: | bero |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-08-12 04:11:56 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: | 61901, 67218 | ||
| Attachments: | |||
|
Description
Warren Togami
2002-04-10 08:30:05 UTC
Created attachment 53044 [details]
gaimrc.c patch to gaim-0.53-1.src.rpm
Created attachment 53046 [details]
patch to gaim.spec
Better yet, make it use htmlview to catch a browser even if mozilla isn't installed. Created attachment 53725 [details]
gaimrc.c patch against gaim-0.53-1.src.rpm
Created attachment 53726 [details]
gaim.spec patch against gaim-0.53-1
Is this satisfactory? Seems to work well. Re-tested: Default (Netscape) URL handler still broken in Red Hat 7.3. Please apply patch to change default URL handler to htmlview in order to fix this. It would be very nice if the htmlview patch could be applied, perhaps along with fixes for Bug 65263. Does htmlview need to be added to the "Requires" section of the spec file as a dependency? gaim has been upgraded to 0.59 in Limbo beta, this is good. However, the default URL handler is still "Netscape". This makes URL handling even more broken by default, now that Netscape is no longer distributed. Please make the following to changes to the Limbo gaim package. 1. Make the default URL handler Manual, with "htmlview "%s" as the command. Bero suggested the use of htmlview during the Skipjack beta after I suggested changing the default to "Mozilla". htmlview seems more correct because it will run any browser is available instead of making assumptions. 2. Add htmlview to the requires section of the gaim spec. Created attachment 68884 [details]
gaim-urlhandler.patch against gaim-0.59-6 rawhide
Created attachment 68885 [details]
gaim-spec.patch against gaim-0.59-6 rawhide
I have tested a gaim package built with the above default URL handler change and spec patch. It now works properly with default settings. Please apply. gaim-0.59-7 added htmlview to requires, but is missing the above patch that uses htmlview as the manual URL handler rather than Netscape. Woops. Fixed in -8. |