repo: enable KDE Neon.
Metadata
Current evaluation
Merged a one-line fix to enable Snapcraft compatibility with KDE Neon by adding the neon distribution ID. The CLA check initially failed due to a database propagation delay, but the maintainer bypassed it to merge the contribution.
Suggested action: —
No scores available.
Issue body
Currently Snapcraft doesn't work on KDE Neon, an Ubuntu-based distribution which includes latest KDE software. This PR fixes it.
Distribution ID is `neon`. See following for evidence:
```shell
$ python
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.linux_distribution()
('neon', '16.04', 'xenial')
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a one-line fix to enable Snapcraft compatibility with KDE Neon by adding the neon distribution ID. The CLA check initially failed due to a database propagation delay, but the maintainer bypassed it to merge the contribution. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix enabling Snapcraft support for KDE Neon by adding the neon distribution ID. The maintainer bypassed a failing CLA check due to an email propagation delay, and the contributor was later added to the CLA team. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a one-line fix adding KDE Neon distribution support to Snapcraft. The maintainer bypassed a failing CLA check caused by a private GitHub email and database propagation delay. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #5261 kde-neon extension fixes | snapcraft | merged | Merged PR fixing KDE Neon extension by preventing duplicate X11 layouts and adding mesa libs to core24 ld library path. Approved by two reviewers and passed CI. Targeted for Snapcraft 8.8 and available on edge. | |
| #3547 update kde neon extension to use the newer content snap with qt-5-15-3 | snapcraft | merged | Merged the KDE Neon extension update to use the newer content snap with Qt 5.15.3. Test assertions were updated per reviewer feedback, and CLA status was clarified. Approved and merged into master with unchanged coverage. | |
| #3925 kde-neon-extension: New content snap for kf5 5.98 and qt 5.15.6 | snapcraft | merged | Merged a new KDE Neon content snap for kf5 5.98 and qt 5.15.6. Approved by a reviewer, passed CI checks, and applied a minor two-file change without impacting test coverage. | |
| #1682822 Snapcraft deb does not work on KDE Neon. snap does. | snapcraft (launchpad) | open | Old snapcraft deb package crashes on KDE Neon with 'not supported on this operating system' at import. 9+ years old, no labels or comments; the failing code path no longer exists in the current codebase and the deb install method is superseded by the snap. |