[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
speechd 0.6.7 bug in sd_generic module
From: |
Hynek Hanke |
Subject: |
speechd 0.6.7 bug in sd_generic module |
Date: |
Thu, 21 Aug 2008 09:50:32 +0200 |
Halim Sahin wrote:
> When I try tu use sd_generic module, speechd replaces variables like
>
> $HOME
>
Hello Halim,
I don't think sd_generic replaces $HOME by something else. $HOME
is however likely your environment variable in bash, so it gets
expanded by bash. sd_generic replaces the variable $HOMEDIR.
Normally in user-session Speech Dispatcher both will ultimately
mean the home directory of the user and for a system wide
Speech Dispatcher, it means something like /var/run/speech-dispatcher
because this is the home of the associated user.
With regards,
Hynek Hanke