Thank you for the bug report and the debugging. The backend was not maintained and buggy so it was removed in the recent upload, which fixes the issue https://launchpad.net/ubuntu/+source/orca/3.35.3-1ubuntu1 Would still be useful to do a stable update with the fix though
** Changed in: orca (Ubuntu) Importance: Undecided => High ** Changed in: orca (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to orca in Ubuntu. https://bugs.launchpad.net/bugs/1849454 Title: UnboundLocalError: local variable 'setEstablished' referenced before assignment Status in orca package in Ubuntu: Fix Released Bug description: $ lsb_release -rd Description: Ubuntu 19.10 Release: 19.10 $ apt-cache policy orca orca: Installed: 3.34.0-1ubuntu3 Candidate: 3.34.0-1ubuntu3 Version table: *** 3.34.0-1ubuntu3 500 500 http://be.archive.ubuntu.com/ubuntu eoan/main amd64 Packages 500 http://be.archive.ubuntu.com/ubuntu eoan/main i386 Packages 100 /var/lib/dpkg/status When I run orca --setup, in the "Voice" tab, I change only the "Speech synthesizer" setting and click "Apply" or "OK", the settings should be saved. Instead I get an error: $ orca --setup Traceback (most recent call last): File "/usr/lib/python3/dist-packages/orca/orca_gui_prefs.py", line 3261, in applyButtonClicked self.writeUserPreferences() File "/usr/lib/python3/dist-packages/orca/orca_gui_prefs.py", line 394, in writeUserPreferences keyBindingsDict) File "/usr/lib/python3/dist-packages/orca/settings_manager.py", line 488, in saveSettings self.profileKeybindings) File "/usr/lib/python3/dist-packages/orca/backends/gsettings_backend.py", line 232, in saveProfileSettings self._saveVoiceSettings(general['voices'], profile) File "/usr/lib/python3/dist-packages/orca/backends/gsettings_backend.py", line 615, in _saveVoiceSettings elif appSpecific == False and setEstablished == True: UnboundLocalError: local variable 'setEstablished' referenced before assignment To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/orca/+bug/1849454/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp