Seem to be getting a permissions error when trying to start Plover immediately after installing. Was able to fix this by logging out completely and starting a new session. Not sure if that's intended behavior or not
2026-05-25 16:27:45,701 [MainThread] INFO: another instance is running, sending `focus` command
Unexpected error: Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/plover/scripts/main.py", line 155, in main
controller.send_command("focus")
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/lib/python3.14/site-packages/plover/oslayer/controller.py", line 81, in send_command
self._send_message(("command", command))
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/plover/oslayer/controller.py", line 74, in _send_message
conn = connection.Client(self._address, self._family, authkey=self._authkey)
File "/usr/lib/python3.14/multiprocessing/connection.py", line 552, in Client
c = SocketClient(address)
File "/usr/lib/python3.14/multiprocessing/connection.py", line 689, in SocketClient
s.connect(address)
~~~~~~~~~^^^^^^^^^
PermissionError: [Errno 13] Permission denied
Pinned Comments
aqwek commented on 2026-05-08 06:32 (UTC)
Pip does not allow installation of plugins; this is a known bug and is being worked on.