Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/weston/files: README.gentoo
Date: Tue, 30 Jul 2013 11:48:10
Message-Id: 20130730114802.C22DF2171C@flycatcher.gentoo.org
1 chithanh 13/07/30 11:48:02
2
3 Added: README.gentoo
4 Log:
5 Add missing README.gentoo, bug #478796.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-libs/weston/files/README.gentoo
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/files/README.gentoo?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/files/README.gentoo?rev=1.1&content-type=text/plain
14
15 Index: README.gentoo
16 ===================================================================
17 For running Weston you need to have $XDG_RUNTIME_DIR in your environment,
18 directory must exist and have correct permissions. If you are not using systemd,
19 it will not be created automatically, you can create it using your shell,
20 add these lines to ~/.bash_profile:
21
22 # wayland
23 export XDG_RUNTIME_DIR=/tmp/.runtime-${USER}
24 mkdir -p "${XDG_RUNTIME_DIR}"
25 chmod 0700 "${XDG_RUNTIME_DIR}"