[Bug 1642533] Re: Variety crashed if user's home directory path contains Unicode characters(variety crashed with UnicodeDecodeError in expanduser(): 'ascii' codec can't decode byte 0xe6 in position 6:

2016-12-05 Thread Apport retracing service
** Tags removed: need-duplicate-check ** Changed in: variety (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642533 Title: Variety crashed if user's home

[Bug 1642533] Re: Variety crashed if user's home directory path contains Unicode characters(variety crashed with UnicodeDecodeError in expanduser(): 'ascii' codec can't decode byte 0xe6 in position 6:

2016-11-26 Thread James Lu
Looking at https://bugs.python.org/issue18171, it may be better to replace: os.path.expanduser(u"~/.config/variety/") with os.path.expanduser("~/.config/variety/") However, I haven't tested this myself, so I can't confirm whether it works. ** Bug watch added: Python Roundup #18171

[Bug 1642533] Re: Variety crashed if user's home directory path contains Unicode characters(variety crashed with UnicodeDecodeError in expanduser(): 'ascii' codec can't decode byte 0xe6 in position 6:

2016-11-17 Thread James Lu
** Also affects: variety Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642533 Title: Variety crashed if user's home directory path contains Unicode