OS (Linux): detects Ubuntu Studio installed with core mode - #2486
Merged
CarterLi merged 1 commit intoAug 3, 2026
Conversation
CarterLi
reviewed
Aug 1, 2026
The minimal (core) installation ships the `ubuntustudio-desktop-core` metapackage instead of `ubuntustudio-desktop`, so the existing check missed it and the system was reported as Kubuntu. Fixes #2485
aldahiiir
force-pushed
the
fix/ubuntustudio-core-detection
branch
from
August 1, 2026 20:32
629819f to
2d3abc3
Compare
Contributor
Author
|
@CarterLi done, dropped the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ubuntu Studio installed with the minimal
ubuntustudio-desktop-coremetapackage was being reported as Kubuntu. The detection only looked forubuntustudio-desktop.list, which the core install does not create, so it fell through and the Plasma fallback labeled the system as Kubuntu.Closes #2485
Changes
/var/lib/dpkg/info/ubuntustudio-desktop-core.listwhen identifying Ubuntu Studio. The full install ships both metapackages while the core install ships only-core, so checking either one (instead of replacing) also keeps older releases that predate the split working. In every case it reports "Ubuntu Studio".Testing
ubuntu, so I couldn't exercise that path locally. @rauldipeas confirmed in [BUG] Ubuntu Studio is not detect when installed with core mode #2485 thatubuntustudio-desktop-core.listis present on both the full and core installs. It would be great if they could build this branch and confirm the output.Checklist