pettergulbra
April 2nd, 2015, 03:53 PM
Hi
I have installed Kodibuntu on my Chromebox. This is build on Lubuntu as far as I know.
I have installed the Chrome Launcher and Chrome Stable.
Inside Kodi, it will launch Chrome, but just on half the screen, so I can`t see the whole picture.
There are an option too run an script while the launcher is starting, and this script I have made run able, with chmod command.
The script is as follows:
#!/bin/bash
blackbox &
/usr/bin/google-chrome-stable "$@"
killall blackbox
When this is run, it does not show at all.
I have updated the kernel to 3.18 also.
I`m not Linux/Ubuntu guy, so this is absolutly not my normal area.
Hope for some help, if it is possible to make this work at all?
kindly
Petter
I have installed Kodibuntu on my Chromebox. This is build on Lubuntu as far as I know.
I have installed the Chrome Launcher and Chrome Stable.
Inside Kodi, it will launch Chrome, but just on half the screen, so I can`t see the whole picture.
There are an option too run an script while the launcher is starting, and this script I have made run able, with chmod command.
The script is as follows:
#!/bin/bash
blackbox &
/usr/bin/google-chrome-stable "$@"
killall blackbox
When this is run, it does not show at all.
I have updated the kernel to 3.18 also.
I`m not Linux/Ubuntu guy, so this is absolutly not my normal area.
Hope for some help, if it is possible to make this work at all?
kindly
Petter