Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/6] virtualx.eclass: Use Xvfb -displayfd ... + cleanup
Date: Wed, 27 Jul 2022 07:17:32
Message-Id: 20220727071722.277530-1-mgorny@gentoo.org
1 Hi,
2
3 With modern versions of Xvfb, we can get rid of our custom logic of
4 trying to find a free DISPLAY. This patchset does that + some
5 refactoring. It also removes the hack of disabling sandbox that
6 apparently dates back to 2002 and has never been really explained.
7 According to my quick testing, Xvfb works just fine without it.
8
9
10 Michał Górny (6):
11 virtualx.eclass: Add quoting to workaround vim syntax hl bug
12 virtualx.eclass: Pass xvfbargs as an array
13 virtualx.eclass: Remove unused XHOST
14 virtualx.eclass: Inline XVFB
15 virtualx.eclass: Let Xvfb figure out the free DISPLAY
16 virtualx.eclass: Do not disable sandbox
17
18 eclass/virtualx.eclass | 79 +++++++++++++-----------------------------
19 1 file changed, 24 insertions(+), 55 deletions(-)
20
21 --
22 2.35.1

Replies