kodi-imx - disable cursor blinking

This commit is contained in:
Beam 2015-04-04 22:22:21 +02:00
parent 0ee6af1055
commit 981f1833df
2 changed files with 3 additions and 1 deletions

View file

@ -45,7 +45,7 @@ source=(
sha256sums=('d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4'
'6d9822d97b9e1268c04078f6c9b6316eb013f95f96f90034b51fa7473b9752ff'
'0e16e4d2ec0c0e1810fe1ad6a7c4dee99d6fc0f49502f0e836210f5dd537d92d'
'5235068d5800d69f0287087815990e7fe8d6572733d60c8800546d35f608e87f'
'39bed05cf8fa63b871232e1f53146ce5aa755c99dbe161a3e88040bb45894fd9'
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96'
'db6372248015fa4e663bf789e4f7121b5a9ade323f361994bbd6f135ce169123')

View file

@ -6,7 +6,9 @@ After = remote-fs.target
User = kodi
Group = kodi
Type = simple
ExecStartPre = /bin/sh -c "echo 0 > /sys/class/graphics/fbcon/cursor_blink"
ExecStart = /usr/bin/kodi-standalone -l /run/lirc/lircd
ExecStopPost = /bin/sh -c "echo 1 > /sys/class/graphics/fbcon/cursor_blink"
Restart = on-failure
[Install]