aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux/kodi.sh.in
AgeCommit message (Collapse)Author
2021-02-13Merge pull request #19019 from a-andre/obsolete_varDave Blake
[tools/linux]: Remove obsolete variable
2021-01-15If $KODI_TEMP is set, the logfile is located there rather than inGeert Hendrickx
$KODI_DATA/temp, so look there first.
2021-01-04[tools/linux]: Remove obsolete variableAndré Apitzsch
WINDOWING became obsolete with e8002707f65cbb9d59004718641a0f9053dd098f.
2020-10-28[linux] Remove XBMC migration stepSylvain 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 scriptwsnipex
2019-05-20[kodi.sh] pass sigterm to kodi binaryJames Broadhead
2018-09-26Merge pull request #14460 from wsnipex/userdata_dirWolfgang Schupp
[linux] allow overriding the userdata dir
2018-09-23kodi.sh: add apport supportmglae
2018-09-21[linux] allow overriding our userdata dirwsnipex
2017-11-26kodi.sh: Properly quote eventually empty variablesGregor 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-07Fix for PR#13004kekePower
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 namewsnipex
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 fragmentationwsnipex
2016-09-18Check if core_pattern contains a pipe to a programMaarten Bezemer
2016-08-26[linux] fix high CPU usage with nvidia cardswsnipex
2015-08-26kodi.sh: use portable printfMike 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 generationwsnipex
2015-07-06[cosmetics] some cleanup on spelling/capitalisation & xbmc -> kodiuNiversaI
2015-02-01Remove FEHTobias Arrskog
2015-01-03Revert "Moved userdata to XDG_DATA_HOME"Wolfgang Schupp
2015-01-02Merge pull request #5903 from rbalint/fix-bashismWolfgang Schupp
Fix bashisms in shell scripts
2014-12-07Fix bashisms in shell scriptsBalint Reczey
Bashisms in scripts may cause problems on systems where the default shell is not Bash.
2014-12-07Place link when migrating directory to new locationStanisław Gackowski
2014-12-06Moved 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.shwsnipex
2014-10-28Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*Karlson2k
2014-10-19[rebrand] - more usage of APP_NAME and APP_NAME_LC in generated filesMemphiz
2014-10-19[rebrand][linux] adjust to new env var APP_HOME instead of XBMC_HOMEwsnipex
2014-10-19[rebrand][linux] migrate .xbmc to new namewsnipex
2014-10-19[rebrand][build sys] use dynamic application namewsnipex