<div dir="ltr"><div><div><div><div><div>Hey All,<br><br>When I am logged into a FreeNX Session on my CentOS 6.4 server, I keep getting an error message when trying to run commands that load applications.  For example, if I run <br>
<br></div><i>sudo nautilus</i><br><br></div>I get this output:<br><br><i>No protocol specified<br>Could not parse arguments: Cannot open display: </i><br><br></div><div>The display variable shows:<br></div><div><i><br></i></div>
<i>echo $DISPLAY<br>:1000.0</i><br><br></div>It's not just nautilus.  If I try to launch virt-manager, I get this output:<br><br><i>sudo virt-manager<br>No protocol specified<br>Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virt-manager.py", line 383, in <module><br>
    main()<br>  File "/usr/share/virt-manager/virt-manager.py", line 286, in main<br>    raise gtk_error<br>RuntimeError: could not open display</i><br><br></div>Pretty much any GUI application I try to call from the terminal fails because it could not open the display.  <br>
<br>Any idea what I should do?  I tried this from the CentOS FreeNX article (<a href="http://wiki.centos.org/HowTos/FreeNX">http://wiki.centos.org/HowTos/FreeNX</a>):<br><p class="">Solution: Edit /etc/nxserver/node.conf and change the line: <span class="" id="line-156"></span><span class="" id="line-157"></span></p>
<p class=""><span class="" id="line-158"></span></p><pre>#AGENT_EXTRA_OPTIONS_X="-nolisten tcp" </pre><span class="" id="line-159"></span><p class="">to: <span class="" id="line-160"></span><span class="" id="line-161"></span></p>
<p class=""><span class="" id="line-162"></span></p><pre>AGENT_EXTRA_OPTIONS_X="" </pre>I really need to be able to launch these GUI applications from a FreeNX session.  My separate Ubuntu server has no problems accessing the display in FreeNX sessions.  All help is appreciated.<br>
</div>