Mercurial > libervia-backend
view docker/backend-dev-e2e/scripts/entrypoint.sh @ 3706:5131ed9163c0
cli (base): use `XTERM_VERSION` to detect XTerm:
Using `TERM` is not good as it is used by other terminal emulators which are incompatible
with ANSI sequences (seen with `cool-retro-term`).
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 06 Nov 2021 18:53:00 +0100 |
parents | 73e04040d577 |
children |
line wrap: on
line source
#!/bin/sh eval $(dbus-launch --sh-syntax) nohup /usr/bin/Xtigervnc -geometry 1024x768 -desktop "Libervia e2e test" -rfbport 5900 -SecurityTypes None :0 & nohup openbox & exec libervia-backend fg