ImportError: cannot import name 'command_manager' from 'orca' #1

Closed
opened 2026-03-17 21:24:27 -07:00 by serrebi · 0 comments
Owner

The following error message appears when I restart Orca and load the remote script:

steffen@cubi:~$ orca --replace
Orca Remote loaded
Traceback (most recent call last):
  File "/home/steffen/.local/share/orca/orca-customizations.py", line 416, in _register_gestures
    from orca import command_manager as cmd_mgr, orca_modifier_manager
ImportError: cannot import name 'command_manager' from 'orca' (/usr/lib/python3/dist-packages/orca/__init__.py)
Orca Remote: Could not register gestures. You may need to configure them in Orca's key bindings dialog.

I could not find any remote-related gestures to assign in Orca's gesture settings.

System: Debian 13, Orca 48.1 running under MATE desktop.

The following error message appears when I restart Orca and load the remote script: ``` steffen@cubi:~$ orca --replace Orca Remote loaded Traceback (most recent call last): File "/home/steffen/.local/share/orca/orca-customizations.py", line 416, in _register_gestures from orca import command_manager as cmd_mgr, orca_modifier_manager ImportError: cannot import name 'command_manager' from 'orca' (/usr/lib/python3/dist-packages/orca/__init__.py) Orca Remote: Could not register gestures. You may need to configure them in Orca's key bindings dialog. ``` I could not find any remote-related gestures to assign in Orca's gesture settings. System: Debian 13, Orca 48.1 running under MATE desktop.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
serrebi/orca-remote#1
No description provided.