You are not logged in.

#1 2017-06-27 12:03:42

exe
Member
Registered: 2015-09-29
Posts: 123

[SOLVED] kodi error interfaz backports

I've tried installing kodi, which is supposedly in the backports and the interface is unmanageable.


http://imgur.com/a/80EmJ



help please !!

Last edited by exe (2017-06-27 22:52:53)

Offline

#2 2017-06-27 12:54:44

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

well, With 'gksudo kodi' I got it started well


where is the problem ?

Offline

#3 2017-06-27 13:32:28

Steve
Member
Registered: 2017-01-03
Posts: 642

Re: [SOLVED] kodi error interfaz backports

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

#4 2017-06-27 13:39:52

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,901

Re: [SOLVED] kodi error interfaz backports

How was it installed? From .deb or built from source?


Real Men Use Linux

Offline

#5 2017-06-27 13:54:54

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

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

#6 2017-06-27 14:14:39

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

Steve wrote:

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

#7 2017-06-27 20:12:14

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] kodi error interfaz backports

@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

#8 2017-06-27 20:41:50

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

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

#9 2017-06-27 20:58:17

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] kodi error interfaz backports

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

#10 2017-06-27 21:28:16

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

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

#11 2017-06-27 22:26:01

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

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

#12 2017-06-27 22:52:19

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

eeeeeeeeey, solved !!


The .kodi folder with all my outdated settings had not been removed


thanks for your time !!

Offline

#13 2017-06-28 19:32:31

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: [SOLVED] kodi error interfaz backports

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

#14 2017-06-28 20:30:46

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

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.

Ohm.. The idea sounds good!!

Thanks!

Offline

#15 2017-06-29 11:41:43

exe
Member
Registered: 2015-09-29
Posts: 123

Re: [SOLVED] kodi error interfaz backports

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

Offline

#16 2017-06-30 00:42:00

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: [SOLVED] kodi error interfaz backports

exe wrote:
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

Board footer

Powered by FluxBB