You are not logged in.
I've tried installing kodi, which is supposedly in the backports and the interface is unmanageable.
help please !!
Last edited by exe (2017-06-27 22:52:53)
Offline
well, With 'gksudo kodi' I got it started well
where is the problem ?
Offline
That is a strange one, on my system there is no need for root rights to run Kodi as far as i am aware.
Edit: Just downloaded and installed Kodi from backports on my laptop and have no issue. I use Bunsenlabs on both laptop and media center pc. Dell optiplex 780 mini tower has working Kodi i use everyday. Laptop i dont need it on but thought i would test.
Maybe try removing and installing again, see if that works?
Method to install should be sudo
apt-get install -t jessie-backports kodi
Last edited by Steve (2017-06-27 13:52:55)
Offline
How was it installed? From .deb or built from source?
Real Men Use Linux
Offline
i installed from backports
edit: I'm going to reinstall
edit 2: the same problem
:S
Last edited by exe (2017-06-27 13:58:47)
Offline
That is a strange one, on my system there is no need for root rights to run Kodi as far as i am aware.
Edit: Just downloaded and installed Kodi from backports on my laptop and have no issue. I use Bunsenlabs on both laptop and media center pc. Dell optiplex 780 mini tower has working Kodi i use everyday. Laptop i dont need it on but thought i would test.
Maybe try removing and installing again, see if that works?
Method to install should be sudo
apt-get install -t jessie-backports kodi
16.1 version ?
Offline
@exe: please post the full output of:
LC_ALL=C apt-cache policy kodi
For the record, the backported kodi package works fine in my Debian jessie system and it gets a *lot* of testing.
Also, you should *never* run graphical applications as root if you can avoid it at all.
Last edited by Head_on_a_Stick (2017-06-27 20:14:29)
Offline
thanks !!
exe@bunsen:~$ LC_ALL=C apt-cache policy kodi
kodi:
Installed: 5:14.2+repack-dmo1b2
Candidate: 5:14.2+repack-dmo1b2
Version table:
*** 5:14.2+repack-dmo1b2 0
500 http://www.deb-multimedia.org/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
16.1+dfsg1-2~bpo8+2 0
100 http://ftp.debian.org/debian/ jessie-backports/main amd64 Packages
100 http://deb.debian.org/debian/ jessie-backports/main amd64 Packages
exe@bunsen:~$
Offline
You have installed a(n older) version from deb-multimedia and they have for some bizarre reason added an epoch to the version number so that APT sees it as newer than the jessie-backports package.
I would strongly recommend removing the kodi package you have installed:
sudo apt purge kodi
Then remove the deb-multimedia repository, it has been known to cause problems in Debian systems and the BunsenLabs developers do not recommend it's usage.
Once your sources are cleansed, update the package database and install kodi from jessie-backports:
sudo apt update
sudo apt install -t jessie-backports kodi
Offline
so... i have the same problem :S
but now with 'gksudo kodi' closed
That's how it looks kodi http://i.imgur.com/NXMmKCA.png
Offline
I think it does not get completely uninstalled, since I still see repos and addons broken, since before I had the version 14.2 and now installs the 16.1
Offline
eeeeeeeeey, solved !!
The .kodi folder with all my outdated settings had not been removed
thanks for your time !!
Offline
If you want a Kodi 17.3 that won't have the problems that deb-multimedia is prone to cause, it's in my own multimedia repo: http://forums.debian.net/viewtopic.php?f=6&t=127574
Be aware that the default skin changes yet again, but you can always just install and switch back to your favorite one.
Last edited by stevep (2017-06-28 19:40:08)
Offline
If you want a Kodi 17.3 that won't have the problems that deb-multimedia is prone to cause, it's in my own multimedia repo: http://forums.debian.net/viewtopic.php?f=6&t=127574
Be aware that the default skin changes yet again, but you can always just install and switch back to your favorite one.
Ohm.. The idea sounds good!!
Thanks!
Offline
If you want a Kodi 17.3 that won't have the problems that deb-multimedia is prone to cause, it's in my own multimedia repo: http://forums.debian.net/viewtopic.php?f=6&t=127574
Be aware that the default skin changes yet again, but you can always just install and switch back to your favorite one.
Krypton working fine !!!!!!
thanks @stevep
Offline
stevep wrote:If you want a Kodi 17.3 that won't have the problems that deb-multimedia is prone to cause, it's in my own multimedia repo: http://forums.debian.net/viewtopic.php?f=6&t=127574
Be aware that the default skin changes yet again, but you can always just install and switch back to your favorite one.
Krypton working fine !!!!!!
thanks @stevep
Thank you for the positive review! I forgot to mention that you very probably should disable my repo after installing whatever you need from it. As far as I know, upgrading everything in it shouldn't cause any problems, but you never know. I spent some time with that repo yesterday, updating the development version of gimp to 2.9.117 and fixing everything that was refusing to build on the Stretch platform. The new version of gimp required that I port over an newer libglib2.0 from jessie-backports into the repo to build it successfully on Jessie.
Offline