[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Restarting spd to load new modules
From: |
Samuel Thibault |
Subject: |
Re: Restarting spd to load new modules |
Date: |
Fri, 20 Dec 2024 11:46:40 +0100 |
Artem Semenov, le ven. 20 déc. 2024 12:50:07 +0300, a ecrit:
> 19.12.2024 19:42, Samuel Thibault пишет:
> > It really does, but possibly you are not restarting it the way I think
> > you are doing it.
>
> # systemctl restart --now speech-dispatcherd.service
>
> ore
>
> # systemctl restart speech-dispatcherd.service
But are you really using a system-wide speechd? (see systemctl status
speech-dispatcherd) Is speech-dispatcher really getting restarted?
Nowadays, people are usually getting speechd auto-started and
auto-stopped. Having orca not running indeed makes speech-dispatcher
shutdown itself after some timeout. So I believe the problem you have is
that you are not actually getting speech-dispatcher restarted.
Also, you can send SIGHUP to speech-dispatcher to make it reload modules
and get an updated module list. It then does show up in orca.
Samuel