octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44174] Remote X-Window display: command windo


From: Reik Red
Subject: [Octave-bug-tracker] [bug #44174] Remote X-Window display: command window blank, all other windows fine
Date: Sat, 11 Jun 2016 22:24:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #19, bug #44174 (project octave):

Michael, I think I may have found a workaround:

I had a similar experience this week after upgrading from Fedora 19 to Fedora
23 and also re-compiling Octave.

The gui window will open, but as soon as I try to run anything that opens a
figure() window, everything hangs and  the octave gui goes blank and
unresponsive.

After much trouble I found out that the problem was related to the ssh
X11Forwarding mechanism, which I was using for the login into the machine
where I started octave (which was actually localhost, but I was using ssh -X
anyway).

Workaround: If I invoke octave with 

env DISPLAY=:0 octave

rather than allowing it to run with the DISPLAY=localhost:11 tunnel that ssh
-X creates, then the problem goes away.

I have not been able to find what was wrong with /etc/ssh/ssh_conf. I tried
multiple variations (yes/no) of

ForwardX11 yes
Tunnel yes

with no luck. Not even sure if Tunnel is relevant. Also tried ssh -Y (not -X)
with setting "ForwardX11Trusted yes" is ssh_config. No luck.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44174>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]