aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
AgeCommit message (Collapse)Author
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-30fix(build): debian packages generationJonathan 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-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
2015-01-02Merge pull request #5895 from soeb/masterWolfgang Schupp
Moved userdata to XDG_DATA_HOME
2014-12-16[rebrand][Linux FEH_py.in] xbmc -> kodih.udo
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-07[rebrand] new linux iconsThomas Amland
2014-12-06Moved userfiles to XDG base directory spec compliant location (XDG_DATA_HOME)Stanisław Gackowski
2014-11-27fix: [linux] include ffmpeg tarball in mk-debian-package.shwsnipex
needed because we cannot download anything during debuild stage
2014-11-19[linux] systemd-coredumpctl was renamed to coredumpctl, support both in kodi.shwsnipex
2014-11-04use correct app name in the linux desktop file (fixes #15524)wsnipex
2014-10-28Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*Karlson2k
2014-10-19[rebrand/linux] fix mk-debian-package.sh to use new app namewsnipex
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
2014-10-19[rebrand] - add symlink xbmc -> kodi for backward compatibility and some ↵wsnipex
more renaming
2014-10-14[linux] don't call glxinfo or xdpyinfo when X11 or GL support was disabled ↵wsnipex
(fixes #15442)
2014-10-01Improve portabilityMaarten Bezemer
2014-07-23[linux] Make checking for command existence more consistent and POSIX compatibleMaarten Bezemer
2014-06-30autogenerate xbmc version dependent fileswsnipex
2014-05-02[linux] make use of new iconsda-anda
Conflicts: xbmc/windowing/X11/WinSystemX11.cpp
2014-01-11[linux] allow override of crashlog directorywsnipex
2013-09-05[debian packaging] allow package version prefixwsnipex
2013-08-09xbmc.sh: extract core dump from systemd's journalMarius T
On systemd systems, core dumps are - by default - written to systemd's logging system, the journal. The print_crash_report function only searches certain directories for the core dump, but would never find it in the journal, resulting in an empty stack trace in the crash log. As a workaround, simply extract the last core dump caused by xbmc.bin to "core" where the single_stacktrace function will find it. If the system is configured to not dump cores into the journal, systemd-coredumpctl will simply fail silently. see also http://www.freedesktop.org/software/systemd/man/systemd-coredumpctl.html
2013-08-09xbmc.sh: read Release info from os-releaseMarius T
If /etc/os-release exists, read the info from there instead of relying on lsb_release. see also commit 7a9aa6f5d9ac8df1c79eb06ed63bce8af162c3ba
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-06-07[tools] add debian packaging scriptwsnipex
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-12fixed: trailing semicolon missing in desktop file (closes #13330 - thanks ↵vdrfan
amak79)
2012-08-24fix xbmc.desktop file syntaxKen Dreyer
"OnlyShowIn" values must have a semicolon as a trailing character, and correct the spelling of "Exec"
2012-03-20Added Unity Quicklist integrationDavid Baucum
2012-02-22fixed: syntax error in FEH.py (closes #12682 - thanks bonemasterno1)vdrfan
2011-10-27changd: slightly improved error message. thanks flyserspiff
2011-10-27fixed: xbmc-standalone did not respect configure prefix.spiff
thanks to flyser, closes #11895
2011-02-27changed: removed executable bit of FEH.py and xbmc-standalone.sh.invdrfan
2011-02-27fixed: xbmc-standalone command line args (fixes #9879)vdrfan
2011-02-09Nuke ppa packaging from our repo and give it a new home.theuni
Our tag and release schedules should be separate from our packaging. With this moved out, we can roll new XBMC releases from existing XBMC tags in order to correct packaging screwups. See: git://github.com/xbmc/xbmc-packaging.git
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp
2010-12-06Customise distro description at build time onlylcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35583 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-29removed: last traces of libshout.theuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35524 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-15removed: dependency on libfaac which doesn't seem to be used anywhereelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35279 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-05incorrectly hardcoded userlcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35168 568bbfeb-2a22-0410-94d2-cc84cf5bfa90