extensions: fix gnome run environment
Metadata
Current evaluation
Merged a fix for the gnome-42 extension that correctly sets LD_LIBRARY_PATH in generated snaps. Submitted by an external contributor, passed CI checks, and merged directly without formal review.
Suggested action: —
No scores available.
Issue body
The snaps generated with the gnome-42 extension didn't have the
LD_LIBRARY_PATH correctly set.
This patch fixes it.
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint`?
- [x] Have you successfully run `pytest tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix for the gnome-42 extension that correctly sets LD_LIBRARY_PATH in generated snaps. Submitted by an external contributor, passed CI checks, and merged directly without formal review. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for the gnome-42 extension that correctly sets the LD_LIBRARY_PATH environment variable in generated snaps. Authored by sergio-costas, the change passed linting and unit tests. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a patch fixing the gnome-42 extension to correctly set the LD_LIBRARY_PATH environment variable for generated snaps. Resolves missing library path configuration. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2741 extensions: support using gjs from gnome runtime | snapcraft | merged | Merged changes enabling snaps to use gjs from the GNOME runtime extension. Approved by two reviewers after CI tests passed. Reduces boilerplate and significantly decreases snap size. | |
| #2701 spread tests: update gnome extension tests | snapcraft | merged | Merged updates to gnome extension tests, restricting content snap availability to supported architectures. Changes clean up summaries and unify the base logic setup across test files. Approved with passing CI checks. | |
| #4798 extension: fix issues and depreciated vars in gnome extension | snapcraft | merged | Merged changes fixing issues and deprecated variables in the GNOME extension. Approved by two reviewers, passed all CI checks, and modified two files with six additions and six deletions. |