quickly can't work with UTF-8 Launchpad user names
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
quickly (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
$ quickly share
...
Traceback (most recent call last):
File "/usr/share/
print(_("%s does not exist. Please create it on launchpad if you want to push a package to it. %s has the following ppas available:") % (e, ppa_user.name))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 3: ordinal not in range(128)
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: quickly 12.04-0ubuntu2
ProcVersionSign
Uname: Linux 3.2.0-25-
NonfreeKernelMo
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Tue Jun 26 04:24:38 2012
PackageArchitec
QuicklyDataPath: /usr/share/quickly
QuicklyTemplates:
/usr/share/
/usr/share/
/usr/share/
QuicklyTemplate
SourcePackage: quickly
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in quickly (Ubuntu): | |
assignee: | Сергій Загорія (xintx-ua) → nobody |
str(ppa_user.name)
fixes the problem