You are not logged in.

#1 2017-02-19 10:20:24

lilydjwg
Member
Registered: 2010-06-20
Posts: 52

xhost doesn't change access control in Xephyr?

I'm trying to run Xephyr to tweak awesome 4 config. I installed awesome 4 inside a lxc container but it couldn't access my Xephyr instance.

I ran Xephyr with:

Xephyr :1 -screen 1366x768 -listen tcp

But when I ran "DISPLAY=:1 xhost +", the access control list didn't change:

$ DISPLAY=:1 xhost +
access control disabled, clients can connect from any host
$ DISPLAY=:1 xhost
access control enabled, only authorized clients can connect
INET:localhost.localdomain
INET:192.168.1.5
INET:192.168.57.1
INET6:localhost.localdomain
INET6:fe80::6257:18ff:fee4:5cf0
INET6:fe80::a4fe:8ff:fe70:2a69
INET6:fe80::4023:6cff:fe23:a6f9
INET6:fe80::fc1a:bff:fe4e:3003
LOCAL:

No matter what I change with xhost, the output is the same. Is this a bug with Xephyr? I can use xhost fine with my normal X server.

Offline

Board footer

Powered by FluxBB