Bug 370922 - Discover app will not go to upgrade.
Summary: Discover app will not go to upgrade.
Status: RESOLVED DUPLICATE of bug 370933
Alias: None
Product: Discover
Classification: Applications
Component: Updates (interactive) (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
: 377032 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-10-15 17:00 UTC by Paddyrob
Modified: 2017-03-03 14:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paddyrob 2016-10-15 17:00:13 UTC
The Discover app shows a new build is available. When I hit the Upgrade  button it dims to show the tap has been recognised. Nothing else. I just stays available. 

Reproducible: Always

Steps to Reproduce:
1. Open Discover
2. See Upgrade button
3. Tap same. 
4. See same nothing happen as previously. 

Actual Results:  
Button moves and dim. 

Expected Results:  
Upgrade to 16.10 build.
Comment 1 Aleix Pol 2016-10-20 22:10:41 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`
?
Comment 2 Aleix Pol 2016-10-20 22:11:49 UTC
waiting for response.
Comment 3 Aleix Pol 2016-10-20 22:14:17 UTC

*** This bug has been marked as a duplicate of bug 370933 ***
Comment 4 Paddyrob 2016-10-21 01:09:07 UTC
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'
Comment 5 Aleix Pol 2016-10-28 00:52:11 UTC

*** This bug has been marked as a duplicate of bug 370933 ***
Comment 6 Aleix Pol 2017-03-03 14:03:31 UTC
*** Bug 377032 has been marked as a duplicate of this bug. ***