Kodi Community Forum

Full Version: System.Exec send my Kodi in Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
I have modified my keymap to configure a key to decrease brightness of my laptop with System.Exec(/path/to/myscript) (in fact, execute a script to toggle different lever of brightness). It works, but each time I use my key, my kodi instance become windowed, go in background and switchfrom my TV to my laptop screen... Why? I have also tried with System.ExecWait, but same result.
Same behavior here, any ideas?
same behavior here. would appreciate any suggestions.
(2019-05-09, 19:00)Trillian_M1 Wrote: [ -> ]same behavior here. would appreciate any suggestions.
Does the script produce any output (or error) messages?  Just wondering if it's creating a new bash process which forces a terminal window to open.