aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux/kodi.sh.in
AgeCommit message (Collapse)Author
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