[Bug 1783738] Re: _checkStoreConnectivity uses translatable strings for error checking
Launchpad Bug Tracker
1783738 at bugs.launchpad.net
Wed Aug 1 23:52:32 UTC 2018
This bug was fixed in the package ubuntu-release-upgrader - 1:18.10.6
---------------
ubuntu-release-upgrader (1:18.10.6) cosmic; urgency=medium
* DistUpgradeQuirks.py:
- make sure that snapd is installed before trying to use it.
(LP: #1783589)
- update the view with information regarding the progress of snaps being
installed. (LP: #1783593)
- when checking for connectivity to the snap store use C.UTF-8 for the
language so error message matching works. (LP: #1783738)
* DistUpgradeController.py:
- Remove debs from apt's "Dir::Cache::archives" folder after the upgrade
has completed successfully.
- Add a telemetry marker to report the time to process migration from deb
to snaps.
* DistUpgrade/DistUpgradeViewGtk3.py: call vte's terminal.feed_child() with
the correct parameters thereby fixing a crash. (LP: #1780501)
-- Brian Murray <brian at ubuntu.com> Wed, 01 Aug 2018 15:06:53 -0700
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1783738
Title:
_checkStoreConnectivity uses translatable strings for error checking
Status in ubuntu-release-upgrader package in Ubuntu:
Fix Released
Bug description:
In DistUpgradeQuirks.py in _checkStoreConnectivity there is this code:
451 elif 'error: unknown command' in connected[1]:
[...]
461 elif 'error: access denied' in connected[1]:
These tests will fail in a non-english language. For example in
French:
u at vm:~$ snap debug xxx
erreur : unknown command "debug", see 'snap help'
u at vm:~$ snap debug connectivity
erreur : access denied (essayez avec sudo)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1783738/+subscriptions
More information about the foundations-bugs
mailing list