Qreator won't start when called with LC_ALL=C

Bug #1173584 reported by David Planella
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Qreator
Fix Released
Low
David Planella

Bug Description

While doing some testing to load Qreator in English, I noted the following:

$ LC_ALL=C qreator

Traceback (most recent call last):
  File "/usr/bin/qreator", line 47, in <module>
    qreator.main()
  File "/usr/lib/python2.7/dist-packages/qreator/__init__.py", line 63, in main
    window = QreatorWindow.QreatorWindow()
  File "/usr/lib/python2.7/dist-packages/qreator_lib/Window.py", line 48, in __new__
    new_object.finish_initializing(builder)
  File "/usr/lib/python2.7/dist-packages/qreator/QreatorWindow.py", line 73, in finish_initializing
    self.init_about_dialog()
  File "/usr/lib/python2.7/dist-packages/qreator/QreatorWindow.py", line 206, in init_about_dialog
    if default_locale.split('_')[0] != 'ca':
AttributeError: 'NoneType' object has no attribute 'split'

So it seems I introduced a regression while fixing bug 1031657

David Planella (dpm)
Changed in qreator:
status: New → Triaged
importance: Undecided → Low
assignee: nobody → David Planella (dpm)
milestone: none → 13.05
David Planella (dpm)
Changed in qreator:
milestone: 13.05.2 → 13.05.3
David Planella (dpm)
Changed in qreator:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.