Hi all, I wonder why orca did not leave the “Screen reader preferences” dialog when I pressed the <ok> button, or why nothing seems to happen when I press the <Apply> button. In order to know what happens, I did the following:
On the terminal, I received the following error: ----- Beginning of error text ----- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/orca/orca_gui_prefs.py", line 3054, in applyButtonClicked self.writeUserPreferences() File "/usr/lib/python3/dist-packages/orca/orca_gui_prefs.py", line 385, in writeUserPreferences keyBindingsDict) File "/usr/lib/python3/dist-packages/orca/settings_manager.py", line 485, 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 ----- End of error text ----- My system is Ubuntu 18.04.1 with Gnome 3.28. Did anyone else notice this? What could be wrong in my environment? Many thanks in advance for any advice. Have a nice day. Chris D |