octave-maintainers
[Top][All Lists]
Advanced

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

Re: portable termina


From: John W. Eaton
Subject: Re: portable termina
Date: Wed, 29 Jul 2020 22:40:54 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 7/29/20 8:59 PM, chloros wrote:
here with "gnome-terminal" the terminal opens on the wrong display.

but with "xterm" it opens correctly.


1.) command_string = "xterm -e gdb -p %d";
ssh -X 192.168.1.3 -l user
octave:1> __debug_octave__

-> A second terminal pops up with gdb attached to octave
GNU gdb (GDB) Fedora 8.3.50.20190824-30.fc31
Attaching to process 3513
[New LWP 3514]
(gdb)

Using xterm also works for me.

2.) command_string = "gnome-terminal -e gdb -p %d";
ssh -X 192.168.1.3 -l user
octave:1> __debug_octave__

--> the gdb terminal pops up on the system where octave is running.

Oh, maybe that is what it is trying to do for me as well, except that the system where Octave is running doesn't have a graphical display environment available.

jwe



reply via email to

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