<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Theothermatt</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Theothermatt"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Theothermatt"/>
	<updated>2026-04-26T03:52:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Wayland&amp;diff=15729</id>
		<title>Wayland</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Wayland&amp;diff=15729"/>
		<updated>2019-02-26T11:35:09Z</updated>

		<summary type="html">&lt;p&gt;Theothermatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Expand|A more thorough guide to installing, configuring, and running {{Pkg|wayland}} on Alpine would be better. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wayland is a new display protocol that aims to replace X11.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XDG_RUNTIME_DIR ==&lt;br /&gt;
Weston and other compositors require the XDG_RUNTIME_DIR variable to be set. Simply save the following script in /etc/profile.d/xdg_runtime_dir.sh and re-login to have it set up properly.&lt;br /&gt;
&lt;br /&gt;
 if test -z &amp;quot;${XDG_RUNTIME_DIR}&amp;quot;; then&lt;br /&gt;
   export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir&lt;br /&gt;
   if ! test -d &amp;quot;${XDG_RUNTIME_DIR}&amp;quot;; then&lt;br /&gt;
     mkdir &amp;quot;${XDG_RUNTIME_DIR}&amp;quot;&lt;br /&gt;
     chmod 0700 &amp;quot;${XDG_RUNTIME_DIR}&amp;quot;&lt;br /&gt;
   fi&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This code was taken from Weston&#039;s build instructions. Only ${UID} (not present on Alpine Linux) has been replaced with $(id -u).&lt;br /&gt;
&lt;br /&gt;
If using fish, use the following script, placed in /etc/fish/conf.d/xdg_runtime_dir.fish:&lt;br /&gt;
&lt;br /&gt;
 if test -z $XDG_RUNTIME_DIR&lt;br /&gt;
   set -x XDG_RUNTIME_DIR /tmp/(id -u)-runtime-dir&lt;br /&gt;
   if not test -d $XDG_RUNTIME_DIR&lt;br /&gt;
     mkdir $XDG_RUNTIME_DIR&lt;br /&gt;
     chmod 0700 $XDG_RUNTIME_DIR&lt;br /&gt;
   end&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Theothermatt</name></author>
	</entry>
</feed>