Kodi Community Forum

Full Version: How to install Transparency from console in XBMC-LIVE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have spent hours googlen and have not been able to figure this out. I have searched the forums. I have putty installed and can SSH into Live Distro. I even tried using the Ubuntu Live CD to extract to Skins directory but I don't have the rights. Im not a Linux guru. Can anyone provide some instructions on how to install. I am running 9.11 Camelot Final. Still had to update Nvidia drivers as VDAPU was still bonned in the final.

Thanks in Advance.
you have to extract the skin to your home directory:
/home/<username>/.xbmc/skin/
I tried to extract it to this directory from within Ubuntu Live and says I don't have the rights. I had to turn on hidden files just to see this directory.
if you can ssh to the xbmc live box, you should be able to do something like this:
mv Transparency\!.rar /home/xbmc/.xbmc/skin/
cd /home/xbmc/.xbmc/skin/
unrar x Transparency\!.rar
rm Transparency\!.rar

i'm not using xbmc live myself, so maybe someone knows a better/easier way...
or sftp into xbmc and put the skin in
I am trying to figure out how to change the skin. I put it in the skins folder what do I do now?
just put the skin in /usr/share/xbmc/skin/
you might have to change the permission of the skin folder first

sudo chmod 777 /usr/share/xbmc/skin/

then it should come up in the settings under appearance
Thanks for the info will give it a go tonight.

Regards,
AuXBoX Wrote:just put the skin in /usr/share/xbmc/skin/
you might have to change the permission of the skin folder first

sudo chmod 777 /usr/share/xbmc/skin/

then it should come up in the settings under appearance

I put it under "/home/username/.xbmc/skin/".

Edit: NM I got it.
ronie Wrote:unrar e Transparency\!.rar

Worked for me only by replacing 'e' with 'x' Wink
waschbaerbauch Wrote:Worked for me only by replacing 'e' with 'x' Wink

thanx, i'll edit the post above to reflect your suggestion.