Problem is in /usr/lib/python3/dist-
packages/DistUpgrade/DistUpgradeFetcherKDE.py:
Possible fix is to change the runDistUpgrader function as follows:
def runDistUpgrader(self):
inhibit_sleep()
args = [self.script, "--frontend=DistUpgradeViewKDE"] + self.run_options
# now run it with sudo
if os.getuid() != 0:
os.execv("/usr/bin/kdesudo", ["kdesudo"] + args)
else:
os.execv(self.script, args)
# we shouldn't come to this point, but if we do, undo our
# inhibit sleep
allow_sleep()
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464330
Title:
Release Upgrade Stalls on Kubuntu Upgrade to Wily
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1464330/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs