Kodi Community Forum

Full Version: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Aenima99x Wrote:All custom files you create/modify/edit need to go in home/youruser/.xbmc/userdata. The keymap.xml is in the root and the skins/plugins go in the respective folders. Keep in mind that the .xbmc folder is hidden, so to see it you'll need to hit Ctrl-H.

Perfect, thanks
Just for the record there was no keymap.xml in the userdata root folder (or the system folder) but when I placed a keymap.xml in the userdata root folder, XBMC used this keymap file
You only need the modifications you want to make in the userdata version. The rest will be taken from system.
denmich1997 Wrote:I just installed xbmc with synaptic in ubuntu hardy and when I launch it, it appears for a split second then disappears. I'm a linux beginner, but have been using xbmc since its launch on the original xbox. Anyone else having this issue.


Hey Denmich,

I was having the same problem (disappears immediately), but from the command line the error would be GLXBadDrawable. I disabled the Compiz effects and XBMC works perfectly. You could try that.

However if anyone knows why installing "8.10a4-hardy1" from Synaptic doesn't work with Compiz, that'd be nice too.
We always recommend disabling compiz.
Is there something wrong with the server? I added the repositories, but it couldn't download the files.
Which one did you add ?
Never mind, I ran it again and it's working now.
Why does xbmc ppa overwrite ubuntus python-apport? It shouldn't overwrite any of ubuntus own packages!
There are any debian repository of XBMC?
I used XBMC ubuntu's repository in my sid but now with the new dependencies it has broken my system.
I can't remove apport:

sudo dpkg --force-all --purge apport
(Lettura del database ... 215260 file e directory attualmente installati.)
Rimuovo apport ...
* Stopping automatic crash report generation: apport /etc/lsb-base-logging.sh: line 266: runlevel: command not found
/etc/lsb-base-logging.sh: line 271: exit: Stopping: numeric argument required
invoke-rc.d: initscript apport, action "stop" failed.
dpkg: errore processando apport (--purge):
il sottoprocesso pre-removal script ha restituito un codice di errore 255
* Starting automatic crash report generation: apport /etc/lsb-base-logging.sh: line 266: runlevel: command not found
/etc/lsb-base-logging.sh: line 271: exit: Starting: numeric argument required
invoke-rc.d: initscript apport, action "start" failed.
dpkg: errore durante la pulizia:
il sottoprocesso post-installation script ha restituito un codice di errore 255
Sono occorsi degli errori processando:
apport

and I can't install XBMC...
tholme Wrote:Why does xbmc ppa overwrite ubuntus python-apport? It shouldn't overwrite any of ubuntus own packages!

The PPA has a new version of apport that allows to report non Ubuntu packages crash to Launchpad, adding all important information to the bug report.

Anyway, here is the dependency graph :
xbmc->xbmc-common->xbmc-test-helper->apport

xbmc-test-helper depends on apport, whatever the version so you can still use the old ubuntu apport . But we won't benefit of your crash report.
SystemR89: don't use the PPA apport version, just keep the debian one.
apport doesn't exist in debian
ahh, This is indeed a problem :-(
So your problem is the xbmc apport version not working on debian, right ?
Looks like some dependencies are missing ...