this would put "Other" in the top --- a/apport/ui.py 2017-08-29 22:53:02.000000000 +0300 +++ b/apport/ui.py 2017-08-29 23:47:24.476337087 +0300 @@ -618,10 +619,8 @@ symptom_descriptions, symptom_names = \ zip(*sorted(zip(symptom_descriptions, symptom_names))) - symptom_descriptions = list(symptom_descriptions) - symptom_names = list(symptom_names) - symptom_names.append(None) - symptom_descriptions.append('Other problem') + symptom_descriptions = ['Other problem'] + list(symptom_descriptions) + symptom_names = [None] + list(symptom_names) ch = self.ui_question_choice(_('What kind of problem do you want to report?'), symptom_descriptions, False)
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1713808 Title: please switch the default bug category to something else than "Display" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1713808/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs