ranyitz / newsh

🐚 cross-platform library to execute commands in new shells
MIT License
42 stars 4 forks source link

support elementary os terminal #19

Open wighawag opened 4 years ago

wighawag commented 4 years ago

newsh does not seem to work with elementary os terminal : https://github.com/elementary/terminal

no console are launched but files are created in /tmp

Also when I try

newsh top

I get that output :

Command failed with exit code 1: sh /tmp/cc01d706de06b8a708584cf25c5a7566/launchTerminal
/tmp/cc01d706de06b8a708584cf25c5a7566/launchTerminal: 1: /tmp/cc01d706de06b8a708584cf25c5a7566/launchTerminal: history: not found
top: failed tty get
Done in 0.12s.
ranyitz commented 4 years ago

@wighawag Thanks for opening an issue!

I would gladly accept a PR to add a support for it!