OSMC Installer on Ubuntu 17.10

I tried running the deb file built for Ubuntu 16.04 but it doesn’t seem to run on Ubuntu 17.10.

Here’s the error when running from the command line.

libpng warning: iCCP: known incorrect sRGB profile
X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x14f
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x3e00010
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011
libpng warning: iCCP: known incorrect sRGB profile
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x3e00011

Any help will be greatly appreciated.
Thanks!

Hi,

Just tested this as I have ubuntu-mate 17.10 and realised I didn’t have the installer installed. Anyway it installs but doesn’t create a menu item, which is a bit odd as it did in ubuntu-mate 16.04.

Anyway from the terminal try running:

osmcinstaller

Should prompt for sudo password, if not:

sudo osmcinstaller

If it really hasn’t installed then try this from the terminal (assuming on 64 bit, advise if not the case)

wget https://download.opensuse.org/repositories/home:/osmc/xUbuntu_16.04/amd64/osmc-installer_127_amd64.deb

sudo dpkg -i osmc-installer_127_amd64.deb

osmcinstaller

Thanks Tom.

1 Like

Thanks running sudo osmcinstaller works!

Hi,

Glad to hear its sorted.

Thanks Tom.

1 Like