Fix kde-neon-6 LD_LIBRARY_PATH
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
I noticed that in Snapcraft, before the lxqt-support changes, the LD_LIBRARY_PATH looked something like this:
```LD_LIBRARY_PATH: ${SNAP_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}:$SNAP/usr/lib:$SNAP/usr/lib/x86_64-linux-gnu```
However, after the lxqt-support changes, this was replaced, and instead of the lxqt-support paths being added.
```LD_LIBRARY_PATH: $SNAP/lxqt-support-core24/usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH}```
Now the LD_LIBRARY_PATH should look something like this:
```LD_LIBRARY_PATH: ${SNAP_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}:$SNAP/usr/lib:$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/lxqt-support-core24/usr/lib/x86_64-linux-gnu```
---
- [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/).
- [ ] I've successfully run `make lint && make test`.
- [ ] I've added or updated any relevant documentation.
- [ ] I've updated the relevant release notes.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Superseded by PR #6016. The author closed this kde-neon-6 LD_LIBRARY_PATH fix after maintainers suggested using prepend_to_env. The lxqt-support changes broke expected paths, requiring a revised implementation. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Superseded by PR #6016 after the author reconsidered the implementation approach following review feedback. The original kde-neon-6 LD_LIBRARY_PATH fix was closed to allow a revised solution. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #6366 fix(kde-neon-6): don't modify LD_LIBRARY_PATH | snapcraft | merged | 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. | |
| #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. |