SmartFinn / eve-ng-integration

integrates EVE-NG (aka UNetLab) with Linux desktop
http://git.io/eve-ng-integration
MIT License
322 stars 117 forks source link

Integration with urxvt #28

Open iAdson opened 6 years ago

iAdson commented 6 years ago

Hi,

I'm using urxvt as default terminal with zsh but your script didn't initialy work with my architecture. To make it works I had to modify the python script line 49:

return ['urxvt', '-hold', '-e', 'zsh', '-c']

It creates a new terminal embedding a holding shell (was initialy closed immediately) session. Then '-c' runs the command in it (only '-e' doesn't work).

Hope this will help for an update, Regards,

iAdson

_OS: Arch Linux x8664 Shell: zsh 5.5.1 WM: i3 Terminal: urxvt