octave-maintainers
[Top][All Lists]
Advanced

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

Re: portable termina


From: chloros
Subject: Re: portable termina
Date: Thu, 30 Jul 2020 02:59:09 +0200
User-agent: Evolution 3.34.4 (3.34.4-1.fc31)

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)


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.






reply via email to

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