What I see in the speech-dispatcher.postinst script is the following:

USER_NAME=speech-dispatcher
HOME_DIR=/var/run/speech-dispatcher

if ! id -u $USER_NAME >/dev/null 2>&1; then
  adduser --quiet --system --ingroup audio \
          --home $HOME_DIR \
          --shell /bin/sh --disabled-login  \
          --gecos 'Speech Dispatcher' $USER_NAME
  chown -R $USER_NAME $HOME_DIR

Can you tell me if you if you have a speech-dispatcher user in your
/etc/passwd and what the home folder is? E.g. "grep speech-dispatcher
/etc/passwd".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speech-dispatcher/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to