Bug 1856001
| Summary: | Use upstream default for --default-lv2-path to fix Ardour presets | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sam Thursfield <ssssam> | ||||
| Component: | lilv | Assignee: | Guido Aulisi <guido.aulisi> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 32 | CC: | brendan.jones.it, guido.aulisi, nphilipp | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | lilv-0.24.6-3.fc32 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-07-16 01:14:31 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Upstream (Ardour) bug is https://tracker.ardour.org/view.php?id=8280 FEDORA-2020-0526a9cfe8 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-0526a9cfe8 FEDORA-2020-0526a9cfe8 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-0526a9cfe8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-0526a9cfe8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-0526a9cfe8 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1700704 [details] Possible patch Description of problem: On Fedora, Ardour doesn't see saved presets for LV2 plugins. I reported this in the Ardour bug tracker and we determined that the problem is in the Fedora packaging of `lilv`. Fedora passes --default-lv2-path=%{_libdir}/lv2 To fix the issue, we should use the upstream default which is: ~/.lv2:/usr/%{_libdir}/lv2:/usr/local/%{_libdir}/lv2 Version-Release number of selected component (if applicable): 0.24.6 How reproducible: Always Steps to Reproduce: 1. Open Ardour, add an LV2 plugin 2. Save a preset for the plugin. Actual results: Preset saved to disk in ~/.lv2 but doesn't appear in the UI. Expected results: Preset will appear in the UI. Additional info: