Closed weixuanzhang closed 4 years ago
Hi,
can you please check two things (in separate terminal):
screen -ls
/usr/bin/x-terminal-emulator -T "SCREEN /omav/omav_allocation_node on weixuan-blade" -e /usr/bin/screen -x 6913._omav_omav_allocation_node
<-- This is the line which node_manager prints and executes to open screen terminalThank you very much for your quick response!
2.When I run /usr/bin/x-terminal-emulator -T "SCREEN /omav/omav_allocation_node on weixuan-blade" -e /usr/bin/screen -x 6913._omav_omav_allocation_node I get terminator: error: Additional unexpected arguments found: ['/omav/omav_allocation_node', 'on', 'weixuan-blade']
I also upgraded the terminator. Could it be that it does not recognize this command anymore?
Thanks!
I tested it with terminator v1.91 on Ubuntu 18.04 and the command line works.
I think it is something with selected alternatives for x-terminal-emulator. Can you change it to terminator?
Thank you very much for your input! Indeed it has something to do with the selected alternatives for x-terminal-emulator. The catch is that I installed the terminator 1.91 from ppa:gnome-terminator/nightly-gtk3. When setting default terminal, I have to switch from /usr/bin/terminator.wrapper to /usr/bin/gnome-terminal.wrapper. Now it works again.I will close this issue.
Hi, I recently updated the node_manager, I am not able to output node to the terminal anymore. A snippet from /var/log/dpkg.log 2019-12-02 17:14:24 upgrade ros-kinetic-node-manager-fkie:amd64 0.8.11-0xenial-20190227-103017-0800 0.8.12-0xenial-20191029-002604+0000
When I click the output button on node_manager, the terminal that runs node_manager outputs: [INFO] [1576578161.392919]: Open screen terminal: /usr/bin/x-terminal-emulator -T "SCREEN /omav/omav_allocation_node on weixuan-blade" -e /usr/bin/screen -x 6913._omav_omav_allocation_node
But no external screen is spawn. My system setup: System: Ubuntu 16.04, ROS: kinetic Terminal: terminator 1.91
When I run "sudo update-alternatives --config x-terminal-emulator" I choose
Any help much appreciated! Thanks!