Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>On CentOS, <a href="http://www.centos.org/modules/newbb/viewtopic.php?topic_id=33396&amp;forum=55" rel="nofollow noreferrer">most</a> of <a href="https://bugzilla.redhat.com/show_bug.cgi?id=591502" rel="nofollow noreferrer">the threads</a> I found insist on the importance of setting properly the environment variable <code>$DISPLAY</code>.</p> <blockquote> <p>Noticed that there DISPLAY environment variable was gone in that terminal session.<br> Opening new terminal session or use different terminal session solves the problem...</p> </blockquote> <pre><code>export DISPLAY=":1.0" </code></pre> <p>But on putty, is is harder, as explained in <a href="http://www.centos.org/modules/newbb/viewtopic.php?topic_id=38151&amp;forum=55" rel="nofollow noreferrer">this thread</a>:</p> <blockquote> <p>All the system-config commands are designed to be ran via X11 (a Linux GUI).<br> From the error messages its trying to run <code>gtk</code> commands which means its trying to open a GUI window, which is not going to happen via putty.<br> I would look for other commands to setup what your trying to do.</p> </blockquote> <p>Why wouldn't you use <a href="https://code.google.com/p/meld-installer/" rel="nofollow noreferrer">meld on Windows directly</a>?</p> <p>With putty only, you can try <a href="https://unix.stackexchange.com/a/76118">this solution</a>, based on X11 forwarding:</p> <p><img src="https://i.stack.imgur.com/Vpiko.jpg" alt="http://i.stack.imgur.com/Vpiko.jpg"></p> <p>That means:</p> <ul> <li>installing an X11 server on Windows, like <a href="http://sourceforge.net/projects/xming/" rel="nofollow noreferrer"><strong>XMing</strong></a>,</li> <li>don't forget the fonts: <code>yum install xorg-x11-font*</code>.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload