<div dir="ltr"><div>Hi Ali,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 15, 2024 at 11:05 AM Ali Dehghan <<a href="mailto:ali.a.dehghan@gmail.com">ali.a.dehghan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hey,<div><br></div><div>I followed your instructions in the page Demo of your website (<a href="https://www.spice-space.org/demos.html" target="_blank">https://www.spice-space.org/demos.html</a>) and something went wrong.</div><div><br></div><div>When I make a dockerfile and put your text into it </div><pre style="box-sizing:border-box;overflow:auto;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);word-break:break-all;background-color:rgb(245,245,245);border:1px solid rgb(204,204,204);border-radius:4px"><span style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">FROM</span><span style="box-sizing:border-box;color:rgb(187,187,187)"> </span><span style="box-sizing:border-box;color:rgb(64,112,160)">fedora:latest</span>
<span style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">RUN</span><span style="box-sizing:border-box;color:rgb(187,187,187)"> </span>dnf install -y xorg-x11-server-Xspice
<span style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">EXPOSE</span><span style="box-sizing:border-box;color:rgb(187,187,187)"> </span><span style="box-sizing:border-box;color:rgb(64,112,160)">5900/tcp</span>
<span style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">ENV</span><span style="box-sizing:border-box;color:rgb(187,187,187)"> </span><span style="box-sizing:border-box;color:rgb(187,96,213)">DISPLAY</span><span style="box-sizing:border-box;color:rgb(102,102,102)">=</span>:1.0 </pre><pre style="box-sizing:border-box;overflow:auto;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);word-break:break-all;background-color:rgb(245,245,245);border:1px solid rgb(204,204,204);border-radius:4px">CMD<span style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(187,187,187)"> </span>Xspice --port <span style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(32,128,80)">5900</span> --disable-ticketing <span style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(187,96,213)">$DISPLAY</span>  > /dev/null <span style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(32,128,80)">2</span>><span style="background-color:rgb(255,255,255);box-sizing:border-box">&</span><span style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(32,128,80)">1</span> <span style="background-color:rgb(255,255,255);box-sizing:border-box">&</span>  /usr/bin/bash</pre><div><br></div><div>, it doesn't start X server but if I run your docker image <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px"><a href="http://quay.io/spice/xspice:latest" target="_blank">quay.io/spice/xspice:latest</a>, everything is ok.</span> <br></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>I wanted to use xspice for browser isolation. When I install chrome on your docker-image it is okay and xspice works well (but your image fedora is outdated). When I use your suggested content in dockerfile, it fails.</div><div><br></div><div>Would you please check and correct dockerfile suggested, or send me the content of <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px"><a href="http://quay.io/spice/xspice:latest" target="_blank">quay.io/spice/xspice:latest</a>?</span></div></div></blockquote><div><br></div><div>The instructions are available with the demo.<br></div><div><div>It seems there is a problem running X server with fedora:latest (currently f39).</div><div>The demo is running Fedora 31 - replacing "fedora:latest" with "fedora:31" works for me.<br></div></div><div><br></div><div>Regards,</div><div>    Uri.<br></div></div></div>