Activity log for bug #1610113

Date Who What changed Old value New value Message
2016-08-05 07:55:07 Sora Celestinia bug added bug
2016-08-05 07:55:07 Sora Celestinia attachment added 20160405_usr_bin_qarte.crash https://bugs.launchpad.net/bugs/1610113/+attachment/4714617/+files/20160405_usr_bin_qarte.crash
2016-08-05 07:56:49 Sora Celestinia description qarte crashed with ValueError in create_config(): 'en' is not in list qarte always crashes when I try to start it. magnetar@CQ70:~$ qarte Traceback (most recent call last): File "/usr/bin/qarte", line 117, in <module> main = Core() File "/usr/share/qarte/core.py", line 48, in __init__ self.set_environment() File "/usr/share/qarte/core.py", line 75, in set_environment self.cfg = self.get_config() File "/usr/share/qarte/core.py", line 95, in get_config cfg = self.create_config() File "/usr/share/qarte/core.py", line 107, in create_config idx = [None, 'fr', 'de'].index(LANG) ValueError: 'en' is not in list Operating system : Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS i386 (20150323) qarte crashed with ValueError in create_config(): 'en' is not in list qarte version 3.1.1 always crashes when I try to start it. magnetar@CQ70:~$ qarte Traceback (most recent call last):   File "/usr/bin/qarte", line 117, in <module>     main = Core()   File "/usr/share/qarte/core.py", line 48, in __init__     self.set_environment()   File "/usr/share/qarte/core.py", line 75, in set_environment     self.cfg = self.get_config()   File "/usr/share/qarte/core.py", line 95, in get_config     cfg = self.create_config()   File "/usr/share/qarte/core.py", line 107, in create_config     idx = [None, 'fr', 'de'].index(LANG) ValueError: 'en' is not in list Operating system : Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS i386 (20150323)
2016-08-05 08:26:36 VinsS qarte: status New Confirmed
2016-08-05 08:26:41 VinsS qarte: importance Undecided Critical
2016-08-05 08:26:46 VinsS qarte: assignee VinsS (vincent-vandevyvre)
2016-08-05 09:35:54 VinsS qarte: status Confirmed Fix Released