cea-sec / sanzu

Graphical remote desktop solution
GNU General Public License v3.0
179 stars 27 forks source link

Problem to launch the demo #187

Closed iziels closed 1 year ago

iziels commented 1 year ago

Hello,

I come to you, because I have a problem to launch the demo.

Here are the details of the actions: I test on an Ubuntu 22.04. I have installed git, docker and xvfb.

I launch well in a terminal Xvfb :100 In another terminal I do: ./run-demo.sh -l

It returns me the command to execute for the client. I execute this command in another terminal, the command returned by the server is to be modified it is necessary to replace the _ by -. Once the command is launched nothing happens, I have no browser that opens.

Thanks in advance,

serpilliere commented 1 year ago

Hi @iziels ! You are right: I forgot to update the demo scripts after the command line update. I will fix this and see what's going for the firefox Thank you

iziels commented 1 year ago

Hi @serpilliere Thank you for your feedback

serpilliere commented 1 year ago

Hi @iziels
I made #188 which should solve the issue. For the demo, you must not run Xvfb; The steps are:

Moreover, you can only execute:

serpilliere commented 1 year ago

The PR merge has closed the issue @iziels , but feel free to re open it if you have any trouble running the demo