Summary: | Neon packages change DISTRIB_ID in /etc/lsb-release | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Laurent Bonnaud <L.Bonnaud> |
Component: | general | Assignee: | Jonathan Riddell <jr> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ilgrosso, sabayon11, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Laurent Bonnaud
2016-02-28 12:00:02 UTC
Just updated, have the same in /etc/lsb-release, no other problems found so far Discussed this on IRC. The DISTRIB_ID needs to be changed to one word. In fact I do not think it is desirable to change DISTRIB_ID at all, since I usually have several DE installed on the same system and do not want DE to compete to change DISTRIB_ID. Neon supports only one desktop. On 29/02/2016 15:17, Harald Sitter via KDE Bugzilla wrote:
> Neon supports only one desktop.
This is unfortunate since I am currently using MATE while I am waiting for the most serious Qt5/KF5/Plasma/KDE bugs to be fixed.
Besides, I administer systems for students and we like to offer them a choice of DE.
I have inconsistent release info http://i.imgur.com/OYnv4gA.png If you have kubuntu-settings-desktop installed then it'll show that. remove --purge it if you don't want it to. Here is another side effect of neon packages messing with /etc/lsb-release: Unpacking base-files (9.4ubuntu4) over (9.4ubuntu3+p16.04+git20160414.1434) ... Processing triggers for plymouth-theme-kubuntu-text (1:16.04ubuntu2) ... dpkg: warning: version '/etc/lsb-release' has bad syntax: version number does not start with digit update-initramfs: deferring update (trigger activated) Processing triggers for plymouth-theme-ubuntu-gnome-text (16.04.4) ... dpkg: warning: version '/etc/lsb-release' has bad syntax: version number does not start with digit (In reply to Laurent Bonnaud from comment #8) > Here is another side effect of neon packages messing with /etc/lsb-release: > > Unpacking base-files (9.4ubuntu4) over (9.4ubuntu3+p16.04+git20160414.1434) > ... > Processing triggers for plymouth-theme-kubuntu-text (1:16.04ubuntu2) ... > dpkg: warning: version '/etc/lsb-release' has bad syntax: version number > does not start with digit > update-initramfs: deferring update (trigger activated) > Processing triggers for plymouth-theme-ubuntu-gnome-text (16.04.4) ... > dpkg: warning: version '/etc/lsb-release' has bad syntax: version number > does not start with digit Yep, I had the same trouble: had to manually set it via echo 9.4 > /etc/postgresql-common/supported_versions we fixed sotware-properties. postgres should be fixed to not use lsb-release but os-release and use it's like_id field to establish whether or not a system is derived from ubuntu or not. |