<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rubenvb</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rubenvb"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Rubenvb"/>
	<updated>2026-06-16T18:14:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=70866</id>
		<title>Archive:Install Kodi for Linux on Arch Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=70866"/>
		<updated>2014-03-16T18:06:23Z</updated>

		<summary type="html">&lt;p&gt;Rubenvb: remove superfluous steps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{outdated}}&lt;br /&gt;
&lt;br /&gt;
{{info|The Arch Wiki might be more complete and up to date for installation instructions: &#039;&#039;&#039;https://wiki.archlinux.org/index.php/XBMC&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
The following is a guide on installing XBMC as a standalone app on [http://www.archlinux.org Arch Linux]. This guide assumes that you have basic knowledge of Linux and command line usage as Arch Linux is a very simplistic and small distro that needs quite some work to get it running. If you&#039;re not after this, please consider using XBMC Live or read the official Ubuntu installation guide.&lt;br /&gt;
&lt;br /&gt;
This guide assumes you already have a working Arch Linux installation with a configured and running X server. If you need help in achieving these prerequisites, please have a look at the official [http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide Official Arch Linux Install Guide] or the forums at archlinux.org.&lt;br /&gt;
&lt;br /&gt;
= Installing the stable releases of XBMC =&lt;br /&gt;
As stable xbmc releases are already available through the community repository, please make sure you have it enabled in your /etc/pacman.conf.&lt;br /&gt;
After that it&#039;s as simple as using pacman to install xbmc and all of its dependencies:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu&lt;br /&gt;
# pacman -S xbmc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now be able to run XBMC by using the application shortcut in your menu or by simply by running &amp;lt;code&amp;gt;xbmc&amp;lt;/code&amp;gt; from a terminal.&lt;br /&gt;
&lt;br /&gt;
= Installing the svn version of XBMC =&lt;br /&gt;
Warning: This is not the recommended way of using XBMC as svn version are always on the bleeding edge of development and thus can break sometimes. If you want a stable media center experience, go with the stable releases.&lt;br /&gt;
&lt;br /&gt;
== Installing Yaourt ==&lt;br /&gt;
&lt;br /&gt;
[http://archlinux.fr/yaourt-en Yaourt] is a very handy program. This is a repository tool that wraps around pacman that allows you to easily install packages from the AUR, or what is known as the user repository of packages for Arch. These packages are close to what user/PPA repositories are on Debian/Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to &amp;lt;code&amp;gt;/etc/pacman.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[archlinuxfr]&lt;br /&gt;
Server = http://repo.archlinux.fr/i686&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now sync and install yaourt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu yaourt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that you can install xbmc-svn from the AUR using yaourt:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ yaourt -Syua xbmc-git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will pull all dependencies, checkout a recent version of xbmc from the SVN repository, patch some files for 64bit compatibility and finally compile, package and install xbmc. Feel free to add your experience or recommendations to the AUR comment page at http://aur.archlinux.org/packages.php?ID=45036.&lt;br /&gt;
&lt;br /&gt;
= Autostart XBMC (optional) =&lt;br /&gt;
&lt;br /&gt;
You can start XBMC at boot using systemd:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# systemctl enable xbmc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Automounting Disks =&lt;br /&gt;
&lt;br /&gt;
To automount disks you need the &#039;&#039;&#039;udisks&#039;&#039;&#039; package&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -S udisks&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rubenvb</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65404</id>
		<title>Archive:Install Kodi for Linux on Arch Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65404"/>
		<updated>2013-11-15T19:31:15Z</updated>

		<summary type="html">&lt;p&gt;Rubenvb: /* Autostart XBMC (optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GoToParent|Parent=Installing XBMC for Linux}}&lt;br /&gt;
The following is a guide on installing XBMC as a standalone app on [http://www.archlinux.org Arch Linux]. This guide assumes that you have basic knowledge of Linux and command line usage as Arch Linux is a very simplistic and small distro that needs quite some work to get it running. If you&#039;re not after this, please consider using XBMC Live or read the official Ubuntu installation guide.&lt;br /&gt;
&lt;br /&gt;
This guide assumes you already have a working Arch Linux installation with a configured and running X server. If you need help in achieving these prerequisites, please have a look at the official [http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide Official Arch Linux Install Guide] or the forums at archlinux.org.&lt;br /&gt;
&lt;br /&gt;
The Arch Wiki contains an excellent article on how to install and set up XBMC. It can be found [https://wiki.archlinux.org/index.php/Xbmc here].&lt;br /&gt;
&lt;br /&gt;
= Installing the stable releases of XBMC =&lt;br /&gt;
As stable xbmc releases are already available through the community repository, please make sure you have it enabled in your /etc/pacman.conf.&lt;br /&gt;
After that it&#039;s as simple as using pacman to install xbmc and all of its dependencies:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu&lt;br /&gt;
# pacman -S xbmc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now be able to run XBMC by using the application shortcut in your menu or by simply by running &amp;lt;code&amp;gt;xbmc&amp;lt;/code&amp;gt; from a terminal.&lt;br /&gt;
&lt;br /&gt;
= Installing the svn version of XBMC =&lt;br /&gt;
Warning: This is not the recommended way of using XBMC as svn version are always on the bleeding edge of development and thus can break sometimes. If you want a stable media center experience, go with the stable releases.&lt;br /&gt;
&lt;br /&gt;
== Installing Yaourt ==&lt;br /&gt;
&lt;br /&gt;
[http://archlinux.fr/yaourt-en Yaourt] is a very handy program. This is a repository tool that wraps around pacman that allows you to easily install packages from the AUR, or what is known as the user repository of packages for Arch. These packages are close to what user/PPA repositories are on Debian/Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to &amp;lt;code&amp;gt;/etc/pacman.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[archlinuxfr]&lt;br /&gt;
Server = http://repo.archlinux.fr/i686&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now sync and install yaourt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu yaourt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that you can install xbmc-svn from the AUR using yaourt:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ yaourt -Syua xbmc-git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will pull all dependencies, checkout a recent version of xbmc from the SVN repository, patch some files for 64bit compatibility and finally compile, package and install xbmc. Feel free to add your experience or recommendations to the AUR comment page at http://aur.archlinux.org/packages.php?ID=45036.&lt;br /&gt;
&lt;br /&gt;
= Autostart XBMC (optional) =&lt;br /&gt;
&lt;br /&gt;
You can start XBMC at boot using systemd:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# systemctl enable xbmc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Automounting Disks =&lt;br /&gt;
&lt;br /&gt;
Go ahead and install &#039;&#039;&#039;udisks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -S udisks consolekit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add dbus to your /etc/rc.conf&lt;br /&gt;
&lt;br /&gt;
Add your user to the storage group&lt;br /&gt;
next you need to change your .xinitrc&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ exec ck-launch-session dbus-launch xbmc-standalone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Rubenvb</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65403</id>
		<title>Archive:Install Kodi for Linux on Arch Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65403"/>
		<updated>2013-11-15T19:28:57Z</updated>

		<summary type="html">&lt;p&gt;Rubenvb: remove systemd bit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GoToParent|Parent=Installing XBMC for Linux}}&lt;br /&gt;
The following is a guide on installing XBMC as a standalone app on [http://www.archlinux.org Arch Linux]. This guide assumes that you have basic knowledge of Linux and command line usage as Arch Linux is a very simplistic and small distro that needs quite some work to get it running. If you&#039;re not after this, please consider using XBMC Live or read the official Ubuntu installation guide.&lt;br /&gt;
&lt;br /&gt;
This guide assumes you already have a working Arch Linux installation with a configured and running X server. If you need help in achieving these prerequisites, please have a look at the official [http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide Official Arch Linux Install Guide] or the forums at archlinux.org.&lt;br /&gt;
&lt;br /&gt;
The Arch Wiki contains an excellent article on how to install and set up XBMC. It can be found [https://wiki.archlinux.org/index.php/Xbmc here].&lt;br /&gt;
&lt;br /&gt;
= Installing the stable releases of XBMC =&lt;br /&gt;
As stable xbmc releases are already available through the community repository, please make sure you have it enabled in your /etc/pacman.conf.&lt;br /&gt;
After that it&#039;s as simple as using pacman to install xbmc and all of its dependencies:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu&lt;br /&gt;
# pacman -S xbmc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now be able to run XBMC by using the application shortcut in your menu or by simply by running &amp;lt;code&amp;gt;xbmc&amp;lt;/code&amp;gt; from a terminal.&lt;br /&gt;
&lt;br /&gt;
= Installing the svn version of XBMC =&lt;br /&gt;
Warning: This is not the recommended way of using XBMC as svn version are always on the bleeding edge of development and thus can break sometimes. If you want a stable media center experience, go with the stable releases.&lt;br /&gt;
&lt;br /&gt;
== Installing Yaourt ==&lt;br /&gt;
&lt;br /&gt;
[http://archlinux.fr/yaourt-en Yaourt] is a very handy program. This is a repository tool that wraps around pacman that allows you to easily install packages from the AUR, or what is known as the user repository of packages for Arch. These packages are close to what user/PPA repositories are on Debian/Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to &amp;lt;code&amp;gt;/etc/pacman.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[archlinuxfr]&lt;br /&gt;
Server = http://repo.archlinux.fr/i686&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now sync and install yaourt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu yaourt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that you can install xbmc-svn from the AUR using yaourt:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ yaourt -Syua xbmc-git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will pull all dependencies, checkout a recent version of xbmc from the SVN repository, patch some files for 64bit compatibility and finally compile, package and install xbmc. Feel free to add your experience or recommendations to the AUR comment page at http://aur.archlinux.org/packages.php?ID=45036.&lt;br /&gt;
&lt;br /&gt;
= Autostart XBMC (optional) =&lt;br /&gt;
&lt;br /&gt;
To automatically start XBMC on boot, have a look at the [http://wiki.xbmc.org/index.php?title=Installing_XBMC_for_Linux#Autostarting_XBMC Linux installation guide, section Autostarting]&lt;br /&gt;
&lt;br /&gt;
It is also a good idea, to use a lightweight X Login Manager like [https://wiki.archlinux.org/index.php/Slim Slim], it is also described there how to do auto-logins.&lt;br /&gt;
&lt;br /&gt;
After that i created a xbmc user, member in groups video and audio!.&lt;br /&gt;
&lt;br /&gt;
In the home-directory of this user, i created a file .xinitrc, with the content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ exec xbmc-standalone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Automounting Disks =&lt;br /&gt;
&lt;br /&gt;
Go ahead and install &#039;&#039;&#039;udisks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -S udisks consolekit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add dbus to your /etc/rc.conf&lt;br /&gt;
&lt;br /&gt;
Add your user to the storage group&lt;br /&gt;
next you need to change your .xinitrc&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ exec ck-launch-session dbus-launch xbmc-standalone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Rubenvb</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65402</id>
		<title>Archive:Install Kodi for Linux on Arch Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65402"/>
		<updated>2013-11-15T19:26:28Z</updated>

		<summary type="html">&lt;p&gt;Rubenvb: add link to Arch wiki and some systemd info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GoToParent|Parent=Installing XBMC for Linux}}&lt;br /&gt;
The following is a guide on installing XBMC as a standalone app on [http://www.archlinux.org Arch Linux]. This guide assumes that you have basic knowledge of Linux and command line usage as Arch Linux is a very simplistic and small distro that needs quite some work to get it running. If you&#039;re not after this, please consider using XBMC Live or read the official Ubuntu installation guide.&lt;br /&gt;
&lt;br /&gt;
This guide assumes you already have a working Arch Linux installation with a configured and running X server. If you need help in achieving these prerequisites, please have a look at the official [http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide Official Arch Linux Install Guide] or the forums at archlinux.org.&lt;br /&gt;
&lt;br /&gt;
The Arch Wiki contains an excellent article on how to install and set up XBMC. It can be found [https://wiki.archlinux.org/index.php/Xbmc here].&lt;br /&gt;
&lt;br /&gt;
= Installing the stable releases of XBMC =&lt;br /&gt;
As stable xbmc releases are already available through the community repository, please make sure you have it enabled in your /etc/pacman.conf.&lt;br /&gt;
After that it&#039;s as simple as using pacman to install xbmc and all of its dependencies:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu&lt;br /&gt;
# pacman -S xbmc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now be able to run XBMC by using the application shortcut in your menu or by simply by running &amp;lt;code&amp;gt;xbmc&amp;lt;/code&amp;gt; from a terminal.&lt;br /&gt;
&lt;br /&gt;
If you want to start XBMC via systemd, the package comes with an xbmc.service file that you can start and/or enable, instead of running xbmc manually.&lt;br /&gt;
&lt;br /&gt;
= Installing the svn version of XBMC =&lt;br /&gt;
Warning: This is not the recommended way of using XBMC as svn version are always on the bleeding edge of development and thus can break sometimes. If you want a stable media center experience, go with the stable releases.&lt;br /&gt;
&lt;br /&gt;
== Installing Yaourt ==&lt;br /&gt;
&lt;br /&gt;
[http://archlinux.fr/yaourt-en Yaourt] is a very handy program. This is a repository tool that wraps around pacman that allows you to easily install packages from the AUR, or what is known as the user repository of packages for Arch. These packages are close to what user/PPA repositories are on Debian/Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to &amp;lt;code&amp;gt;/etc/pacman.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[archlinuxfr]&lt;br /&gt;
Server = http://repo.archlinux.fr/i686&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now sync and install yaourt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -Syu yaourt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that you can install xbmc-svn from the AUR using yaourt:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ yaourt -Syua xbmc-git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will pull all dependencies, checkout a recent version of xbmc from the SVN repository, patch some files for 64bit compatibility and finally compile, package and install xbmc. Feel free to add your experience or recommendations to the AUR comment page at http://aur.archlinux.org/packages.php?ID=45036.&lt;br /&gt;
&lt;br /&gt;
= Autostart XBMC (optional) =&lt;br /&gt;
&lt;br /&gt;
To automatically start XBMC on boot, have a look at the [http://wiki.xbmc.org/index.php?title=Installing_XBMC_for_Linux#Autostarting_XBMC Linux installation guide, section Autostarting]&lt;br /&gt;
&lt;br /&gt;
It is also a good idea, to use a lightweight X Login Manager like [https://wiki.archlinux.org/index.php/Slim Slim], it is also described there how to do auto-logins.&lt;br /&gt;
&lt;br /&gt;
After that i created a xbmc user, member in groups video and audio!.&lt;br /&gt;
&lt;br /&gt;
In the home-directory of this user, i created a file .xinitrc, with the content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ exec xbmc-standalone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Automounting Disks =&lt;br /&gt;
&lt;br /&gt;
Go ahead and install &#039;&#039;&#039;udisks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# pacman -S udisks consolekit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add dbus to your /etc/rc.conf&lt;br /&gt;
&lt;br /&gt;
Add your user to the storage group&lt;br /&gt;
next you need to change your .xinitrc&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ exec ck-launch-session dbus-launch xbmc-standalone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Rubenvb</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive_talk:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65401</id>
		<title>Archive talk:Install Kodi for Linux on Arch Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive_talk:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65401"/>
		<updated>2013-11-15T19:20:27Z</updated>

		<summary type="html">&lt;p&gt;Rubenvb: /* Link to Arch Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== -Syu, not -Sy ==&lt;br /&gt;
&lt;br /&gt;
Hello XBMC wikians. :)&lt;br /&gt;
&lt;br /&gt;
Please be aware that Arch Linux is a rolling release distribution, and because of the way our package management works, [https://wiki.archlinux.org/index.php/Pacman#Partial_upgrades_are_unsupported partial upgrades are unsupported]. Thus, pacman/yaourt -Sy should be avoided in favor of -Syu in either case, as discussed on our wiki at the link above.&lt;br /&gt;
&lt;br /&gt;
[[User:Palintropos|Palintropos]] 20:11, 11 March 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== dbus-launch? ==&lt;br /&gt;
&lt;br /&gt;
While I&#039;m still here:&lt;br /&gt;
&lt;br /&gt;
In the last section where it talks about automounting disks, the command given is&lt;br /&gt;
&lt;br /&gt;
exec ck-launch-session &#039;&#039;&#039;dbus-launch&#039;&#039;&#039; xbmc-standalone&lt;br /&gt;
&lt;br /&gt;
but this is after recommending adding dbus to the daemons array (thus autostarting it) in rc.conf. I don&#039;t believe both are necessary, but I&#039;m not sure, so I haven&#039;t made a change. Does adding dbus-launch here do something that&#039;s not accomplished by adding dbus to the daemons array?&lt;br /&gt;
&lt;br /&gt;
[[User:Palintropos|Palintropos]] 20:18, 11 March 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Link to Arch Wiki ==&lt;br /&gt;
&lt;br /&gt;
Archlinux has a proud tradition to maintain an excellent wiki on various subjects.&lt;br /&gt;
&lt;br /&gt;
Chance has it that XBMC is well covered there. It would be foolish to keep two seperate conflicting wiki pages...&lt;br /&gt;
&lt;br /&gt;
The link: https://wiki.archlinux.org/index.php/Xbmc&lt;br /&gt;
&lt;br /&gt;
[[User:Rubenvb|Rubenvb]] ([[User talk:Rubenvb|talk]]) 14:20, 15 November 2013 (EST)&lt;/div&gt;</summary>
		<author><name>Rubenvb</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive_talk:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65400</id>
		<title>Archive talk:Install Kodi for Linux on Arch Linux</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive_talk:Install_Kodi_for_Linux_on_Arch_Linux&amp;diff=65400"/>
		<updated>2013-11-15T19:20:07Z</updated>

		<summary type="html">&lt;p&gt;Rubenvb: /* Link to Arch Wiki */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== -Syu, not -Sy ==&lt;br /&gt;
&lt;br /&gt;
Hello XBMC wikians. :)&lt;br /&gt;
&lt;br /&gt;
Please be aware that Arch Linux is a rolling release distribution, and because of the way our package management works, [https://wiki.archlinux.org/index.php/Pacman#Partial_upgrades_are_unsupported partial upgrades are unsupported]. Thus, pacman/yaourt -Sy should be avoided in favor of -Syu in either case, as discussed on our wiki at the link above.&lt;br /&gt;
&lt;br /&gt;
[[User:Palintropos|Palintropos]] 20:11, 11 March 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== dbus-launch? ==&lt;br /&gt;
&lt;br /&gt;
While I&#039;m still here:&lt;br /&gt;
&lt;br /&gt;
In the last section where it talks about automounting disks, the command given is&lt;br /&gt;
&lt;br /&gt;
exec ck-launch-session &#039;&#039;&#039;dbus-launch&#039;&#039;&#039; xbmc-standalone&lt;br /&gt;
&lt;br /&gt;
but this is after recommending adding dbus to the daemons array (thus autostarting it) in rc.conf. I don&#039;t believe both are necessary, but I&#039;m not sure, so I haven&#039;t made a change. Does adding dbus-launch here do something that&#039;s not accomplished by adding dbus to the daemons array?&lt;br /&gt;
&lt;br /&gt;
[[User:Palintropos|Palintropos]] 20:18, 11 March 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Link to Arch Wiki ==&lt;br /&gt;
&lt;br /&gt;
Archlinux has a proud tradition to maintain an excellent wiki on various subjects.&lt;br /&gt;
&lt;br /&gt;
Chance has it that XBMC is well covered there. It would be foolish to keep two seperate conflicting wiki pages...&lt;br /&gt;
&lt;br /&gt;
The link: https://wiki.archlinux.org/index.php/Xbmc&lt;/div&gt;</summary>
		<author><name>Rubenvb</name></author>
	</entry>
</feed>