[Bug 1264887] Re: After upgrade 12.04 -> 14.04 there was no display manager (kdm or lightdm)
Brian Murray
brian at ubuntu.com
Fri Jan 3 18:32:52 UTC 2014
Looking at the ubuntu-release-upgrader code we see the following:
for key in metapkgs:
# if it is installed we are done
if key in self and self[key].is_installed:
logging.debug("need_server_mode(): run in 'desktop' mode, (because of pkg '%s')" % key)
return False
# if it is not installed, but its key depends are installed
# we are done too (we auto-select the package later)
deps_found = True
for pkg in self.config.getlist(key, "KeyDependencies"):
deps_found &= pkg in self and self[pkg].is_installed
KeyDependencies for kubuntu-desktop are:
[kubuntu-desktop]
KeyDependencies=kdm, kubuntu-artwork
Are there some other packages that should be added?
** Also affects: ubuntu-release-upgrader (Ubuntu Trusty)
Importance: High
Status: Confirmed
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1264887
Title:
After upgrade 12.04 -> 14.04 there was no display manager (kdm or
lightdm)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1264887/+subscriptions
More information about the kubuntu-bugs
mailing list