Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-13 | Merge pull request #19019 from a-andre/obsolete_var | Dave Blake | |
[tools/linux]: Remove obsolete variable | |||
2021-01-15 | If $KODI_TEMP is set, the logfile is located there rather than in | Geert Hendrickx | |
$KODI_DATA/temp, so look there first. | |||
2021-01-04 | [tools/linux]: Remove obsolete variable | André Apitzsch | |
WINDOWING became obsolete with e8002707f65cbb9d59004718641a0f9053dd098f. | |||
2020-10-28 | [linux] Remove XBMC migration step | Sylvain CECCHETTO | |
Kodi is Kodi since "XBMC 14", we can assume that no one will update from XBMC 13 to Kodi 19. | |||
2020-10-27 | [tools/linux]: remove windowing option from kodi wrapper script | wsnipex | |
2019-05-20 | [kodi.sh] pass sigterm to kodi binary | James Broadhead | |
2018-09-26 | Merge pull request #14460 from wsnipex/userdata_dir | Wolfgang Schupp | |
[linux] allow overriding the userdata dir | |||
2018-09-23 | kodi.sh: add apport support | mglae | |
2018-09-21 | [linux] allow overriding our userdata dir | wsnipex | |
2017-11-26 | kodi.sh: Properly quote eventually empty variables | Gregor Jasny | |
On Ubuntu a #!/bin/sh shebang results in a pretty minimal shell that handles empty variables not as graceful as bash. Quoting helps here. | |||
2017-11-07 | Fix for PR#13004 | kekePower | |
After doing a little debugging, I found that KODI_BINARY=${APP_BINARY} was not caught at the current position. Copied it up to WINDOWING=auto. With this change, the Error message is displayed if kodi.bin or any other kodi* doesn't exist. Tested on Mageia 6 x86_64 | |||
2017-11-05 | [cmake] linux: name kodi binary according to platform name | wsnipex | |
and automatically select kodi-wayland binary on wayland compositors | |||
2017-05-12 | [cosmetics] Copyright year update, xbmc.org to kodi.tv (#11976) | kekePower | |
[cosmetics] Copyright year update, xbmc.org to kodi.tv | |||
2017-02-22 | [linux] prevent wasting RAM due to memory fragmentation | wsnipex | |
2016-09-18 | Check if core_pattern contains a pipe to a program | Maarten Bezemer | |
2016-08-26 | [linux] fix high CPU usage with nvidia cards | wsnipex | |
2015-08-26 | kodi.sh: use portable printf | Mike Frysinger | |
The `echo -n` command is not portable and not all shells support it. Use the portable `printf` instead to get the same behavior. | |||
2015-07-20 | [linux] fix crashlog generation | wsnipex | |
2015-07-06 | [cosmetics] some cleanup on spelling/capitalisation & xbmc -> kodi | uNiversaI | |
2015-02-01 | Remove FEH | Tobias Arrskog | |
2015-01-03 | Revert "Moved userdata to XDG_DATA_HOME" | Wolfgang Schupp | |
2015-01-02 | Merge pull request #5903 from rbalint/fix-bashism | Wolfgang Schupp | |
Fix bashisms in shell scripts | |||
2014-12-07 | Fix bashisms in shell scripts | Balint Reczey | |
Bashisms in scripts may cause problems on systems where the default shell is not Bash. | |||
2014-12-07 | Place link when migrating directory to new location | Stanisław Gackowski | |
2014-12-06 | Moved userfiles to XDG base directory spec compliant location (XDG_DATA_HOME) | Stanisław Gackowski | |
2014-11-19 | [linux] systemd-coredumpctl was renamed to coredumpctl, support both in kodi.sh | wsnipex | |
2014-10-28 | Change APP_HOME -> KODI_HOME and other APP_* -> KODI_* | Karlson2k | |
2014-10-19 | [rebrand] - more usage of APP_NAME and APP_NAME_LC in generated files | Memphiz | |
2014-10-19 | [rebrand][linux] adjust to new env var APP_HOME instead of XBMC_HOME | wsnipex | |
2014-10-19 | [rebrand][linux] migrate .xbmc to new name | wsnipex | |
2014-10-19 | [rebrand][build sys] use dynamic application name | wsnipex | |