| Summary: | Discover app will not go to upgrade. | ||
|---|---|---|---|
| Product: | [Applications] Discover | Reporter: | Paddyrob <patrickreaster> |
| Component: | Updates | Assignee: | Aleix Pol <aleixpol> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | panfaust, Tornado13841 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paddyrob
2016-10-15 17:00:13 UTC
The command being issued is:
QProcess::startDetached(kdesu, {QStringLiteral("--"), QStringLiteral("do-release-upgrade"), QStringLiteral("-m"), QStringLiteral("desktop"), QStringLiteral("-f"), QStringLiteral("DistUpgradeViewKDE")})
Can you try running in the console:
`kdesu -- do-release-upgrade -m desktop -f DistUpgradeViewKDE`
?
waiting for response. *** This bug has been marked as a duplicate of bug 370933 *** Alex Poi suggested,
Can you try running in the console:
`kdesu -- do-release-upgrade -m desktop -f DistUpgradeViewKDE`
kdesu not present. Same command with sudo yielded the following.
?sudo -- do-release-upgrade -m desktop -f DistUpgradeViewKDE
[sudo] password for patrick:
Checking for a new Ubuntu release
kde
Traceback (most recent call last):
File "/usr/bin/do-release-upgrade", line 157, in <module>
fetcher = get_fetcher(options.frontend, m.new_dist, options.data_dir)
File "/usr/bin/do-release-upgrade", line 44, in get_fetcher
label=_("Downloading the release upgrade tool"))
File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeFetcherKDE.py", line 200, in __init__
uic.loadUi(uiFile, self.dialog)
File "/usr/lib/python3/dist-packages/PyQt5/uic/__init__.py", line 222, in loadUi
return DynamicUILoader(package).loadUi(uifile, baseinstance, resource_suffix)
File "/usr/lib/python3/dist-packages/PyQt5/uic/Loader/loader.py", line 72, in loadUi
return self.parse(filename, resource_suffix, basedir)
File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 972, in parse
document = parse(filename)
File "/usr/lib/python3.5/xml/etree/ElementTree.py", line 1184, in parse
tree.parse(source, parser)
File "/usr/lib/python3.5/xml/etree/ElementTree.py", line 585, in parse
source = open(source, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/ubuntu-release-upgrader/fetch-progress.ui'
*** This bug has been marked as a duplicate of bug 370933 *** *** Bug 377032 has been marked as a duplicate of this bug. *** |