PDA

View Full Version : Any idea how to set the XBMC home environment variable?


Qroach
2009-06-20, 21:42
Hi Guys, I've reinstalled the latest linux build. I've found that it complains of this XBMC_HOME environment variable not being set when I run xbmc in X. I found that my sound device also isn't picked up unless I run "sudo XBMC" in a terminal window.

Anyone have an idea how to set the XBMC_HOME environment variable and help solve my permission issue with the "PCM "not being recognized?

theuni
2009-06-21, 07:17
Don't worry about the message.

As far as running as root, don't do it. If it fixes your problem, figure out why. Good odds you aren't in the audio group.

TheUni

alanwww1
2009-06-21, 10:10
sudo usermod -a -G audio xbmc

Replace "xbmc" with your login username.

I think it is better to run xbmc not as root.

Qroach
2009-06-21, 17:26
Thanks guys!