Comment 8 for bug 197400

Revision history for this message
JStk (janvanstiphout) wrote :

Some environment variable seems to have something to do with it.
When using sudo su <user> -c "vdr-sxfe xvdr://localhost" is does work.

I then tried to unset all variables with
`export | grep -v "declare -x PATH" | sed 's/declare -x/unset/g' | awk -F\= '{ print $1 }'`
in the BASH shell, and then vdr-sxfe works! The sound does disappear some times though, but I don't really think that that's related to it.

BTW. It occurs for me as soon as I start vdr-sxfe, not when I press a key (however I don't press any keys, because I use LIRC)