Displaying 2 results from an estimated 2 matches for "45fdbee081d2".
2019 Mar 19
2
Testing software on CentOS 7
On 03/18/2019 09:32 PM, Gordon Messmer wrote:
> On 3/18/19 6:05 PM, H wrote:
>> Thank you, visited that page and tried the above but get the following messages:
>>
>> No protocol specified
>> Geany: cannot open display
>
>
> Can you copy the text of the command you ran and its output from your terminal, and paste that in a reply email?
>
> Also, run the
2019 Mar 19
0
Testing software on CentOS 7
...licy blocks access to
/tmp/.X11-unix, and second I had to enable local connections using
xhost, so:
$ sudo setenforce permissive
$ xhost +local:docker
$ docker run -i -t --rm -e DISPLAY=$DISPLAY -v
/tmp/.X11-unix:/tmp/.X11-unix -v ~/Documents:/root/Documents centos:7
/bin/bash --login
[root at 45fdbee081d2 /]# yum -y install epel-release > /dev/null 2>&1
[root at 45fdbee081d2 /]# yum -y install geany > /dev/null 2>&1
[root at 45fdbee081d2 /]# geany
$ sudo setenforce enforcing
> I can now get geany to open, have not yet figured out how to be able to access files on the host co...