Bug 507154
| Summary: | winhelp menu entry points nowhere | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Julian Sikorski <belegdol> |
| Component: | wine | Assignee: | Andreas Bierfert <andreas.bierfert> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | andreas.bierfert |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.1.29-1.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-11 23:30:16 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: | 495953 | ||
wine-1.1.24-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/wine-1.1.24-2.fc10 wine-1.1.24-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/wine-1.1.24-2.fc11 wine-1.1.24-2.fc10.1 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/wine-1.1.24-2.fc10.1 wine-1.1.24-2.fc11.1 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/wine-1.1.24-2.fc11.1 wine-1.1.24-2.fc10.1 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update wine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-6996 wine-1.1.24-2.fc11.1 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update wine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7043 wine-1.1.25-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/wine-1.1.25-1.fc10 wine-1.1.25-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update wine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-7753 wine-1.1.28-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update wine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-9220 wine-1.1.29-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update wine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-9304 wine-1.1.29-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I have just noticed that the winhelp menu entry attempts to run %{_bindir}/winhelp, which does not exist anymore. I had a quick look at the devel branch, and the said file was commented out in wine-1_0-0_2_rc2_fc10, and then removed in wine-1_0-1_fc10. Version-Release number of selected component (if applicable): wine-desktop-1.1.24-1.fc10.i386 How reproducible: always Steps to Reproduce: 1. install wine-desktop 2. try to use winhelp menu entry Actual results: not found error occurs Expected results: wine help starts Additional info: I was able to start the help browser by running $ wine winhlp32 so that's probably where the desktop file should point.