fix(kde-neon-6): don't modify LD_LIBRARY_PATH
Metadata
Current evaluation
Merged into main. Applies KDE Neon 6 fixes by moving LD_LIBRARY_PATH and QT_PLUGIN_PATH configuration to the launcher instead of snapcraft.yaml, resolving issue #6327.
Suggested action: —
No scores available.
Issue body
Correctly applies #6016 onto `main`.
#6016 made a few fixes for the KDE extensions for Snapcraft 8:
- setting `LD_LIBRARY_PATH` and `QT_PLUGIN_PATH` in the launcher rather than in the `snapcraft.yaml`
- updating the lxqt-support content interface
These fixes weren't fully applied when merging from `hotfix/8.14` into `main` (https://github.com/canonical/snapcraft/pull/6104), so Snapcraft 9 never received the fixes.
Source: https://forum.snapcraft.io/t/call-for-testing-snapcraft-9-0/51348/23?u=mr_cal
Fixes #6327
(SNAPCRAFT-1365)
---
- [x] I've followed the [contribution guidelines](https://github.com/canonical/snapcraft/blob/main/CONTRIBUTING.md).
- [x] I've signed the [CLA](http://www.ubuntu.com/legal/contributors/).
- [x] I've successfully run `make lint && make test`.
- [ ] I've added or updated any relevant documentation.
- [ ] In documents I changed, I [added a meta description](https://canonical-starflow.readthedocs-hosted.com/how-to/add-a-page-meta-description/) if one was missing.
- [ ] I've updated the relevant release notes.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into main. Applies KDE Neon 6 fixes by moving LD_LIBRARY_PATH and QT_PLUGIN_PATH configuration to the launcher instead of snapcraft.yaml, resolving issue #6327. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
0
Complexity:
10
Confidence:
95
|
needs review | Applies missed KDE extension fixes from #6016 to main, correcting LD_LIBRARY_PATH handling in the Snapcraft launcher. Approved, CI failures noted as unrelated, ready for merge. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
5
Complexity:
15
Confidence:
90
|
needs review | Applies missing KDE extension fixes to main by moving LD_LIBRARY_PATH and QT_PLUGIN_PATH configuration to the launcher instead of snapcraft.yaml, resolving issue #6327. Awaiting maintainer review and CI approval. |
Update history
| Date | Change |
|---|---|
| updated | |
| updated | |
| updated | |
| updated | |
| updated | |
| updated | |
| updated | |
| updated | |
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #6016 fix(kde): don't modify LD_LIBRARY_PATH | snapcraft | merged | Merged removal of LD_LIBRARY_PATH and QT_LIBRARY_PATH from the kde_neon_6 extension. These variables are now managed by KDE's snapcraft-desktop-integration launcher. Approved by maintainers and passed all CI checks. | |
| #6002 Fix kde-neon-6 LD_LIBRARY_PATH | snapcraft | closed | Superseded by the author, who opened replacement pull request #6016 to address the kde-neon-6 LD_LIBRARY_PATH fix after discussing implementation details with reviewers. | |
| #5104 extensions/kde-neon-6: fix XDG_CONFIG_DIRS | snapcraft | merged | Merged after two approvals and passing CI. The change fixes XDG_CONFIG_DIRS for kde-neon-6. Contributors discussed a temporary symlink workaround for affected snaps like kasts, but the core fix was successfully integrated. |