Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | [kodi-standalone.sh] Replace which with command -v | nl6720 | |
The which utility is not guaranteed to be installed. Use the portable shell builtin command -v. | |||
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 | |
2018-07-03 | [files] Rename to markdown format | h.udo | |
2018-06-12 | [tools] nuke whitespace | h.udo | |
2018-05-03 | Provide firewalld service definitions | Peter Oliver | |
On some Linux distributions, including these files will cause the associated network ports to appear in the distribution’s `firewall-config` GUI for opening or closing. | |||
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-06-23 | [tools/Linux/packaging] Fix 'libpng warning: iCCP: known incorrect sRGB ↵ | h.udo | |
profile' warnings | |||
2017-06-22 | Revert "[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' ↵ | h.udo | |
warnings" This reverts commit 7aace3e83f79198ec9bea45c4b06444102d07196. | |||
2017-06-10 | Merge pull request #12198 from giwhub/giwhub-patch-1 | Martijn Kaijser | |
Add Chinese local to .desktop file | |||
2017-05-30 | [fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' warnings | h.udo | |
2017-05-30 | Add Chinese local | giwhub | |
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-25 | display revision num. when building | Michael T. DeGuzis | |
2017-02-22 | [linux] prevent wasting RAM due to memory fragmentation | wsnipex | |
2017-02-18 | Merge pull request #11658 from mdeguzis/patch-2 | Wolfgang Schupp | |
allow tag rev to be defined for rebuilds | |||
2017-02-11 | allow tag rev to be defined for rebuilds | Michael T. DeGuzis | |
2017-02-07 | [linux] install <app-name>.desktop | Jonas Karlman | |
2017-01-22 | Merge pull request #11260 from TotalCaesar659/master | Cristiano A. Silva | |
Added Russian translation to the shortcut comment | |||
2016-12-29 | [docs] fix typo in README.debian | Jason Lewis | |
[docs] fix typo in README.debian | |||
2016-12-23 | Added Russian translation to the shortcut comment | TotalCaesar659 | |
2016-12-15 | [linux] Remove deprecated OnlyShowIn from desktop file | Chris Mayo | |
2016-09-30 | Update kodi.desktop fixed german writing (#10571) | dadosch | |
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 | |
2016-05-05 | [linux] mk-debian-package.sh: remove tar -h flag | mikeyd | |
mk-debian-package.sh uses -h on tar, which causes conflicts during the operations of dpkg-source : See: http://forum.kodi.tv/showthread.php?tid=272185&pid=2325530#pid2325530 Snip from 'man tar' ``` -h, --dereference don’t dump symlinks; dump the files they point to ``` | |||
2015-12-13 | small spelling/grammar fix | mikeyd | |
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-30 | fix(build): debian packages generation | Jonathan Dray | |
Generate and store the build date in a single place to avoid bugs when operations take more than one minute Replace "Xbmc" by "Kodi" in the displayed message | |||
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 | |||
2015-01-02 | Merge pull request #5895 from soeb/master | Wolfgang Schupp | |
Moved userdata to XDG_DATA_HOME | |||
2014-12-16 | [rebrand][Linux FEH_py.in] xbmc -> kodi | h.udo | |
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-07 | [rebrand] new linux icons | Thomas Amland | |
2014-12-06 | Moved userfiles to XDG base directory spec compliant location (XDG_DATA_HOME) | Stanisław Gackowski | |
2014-11-27 | fix: [linux] include ffmpeg tarball in mk-debian-package.sh | wsnipex | |
needed because we cannot download anything during debuild stage | |||
2014-11-19 | [linux] systemd-coredumpctl was renamed to coredumpctl, support both in kodi.sh | wsnipex | |
2014-11-04 | use correct app name in the linux desktop file (fixes #15524) | wsnipex | |
2014-10-28 | Change APP_HOME -> KODI_HOME and other APP_* -> KODI_* | Karlson2k | |
2014-10-19 | [rebrand/linux] fix mk-debian-package.sh to use new app name | wsnipex | |
2014-10-19 | [rebrand] - more usage of APP_NAME and APP_NAME_LC in generated files | Memphiz | |