<div dir="ltr"><span class="im">On Wed, May 11, 2016 at 6:00 PM, Martin Graesslin <span dir="ltr"><<a href="mailto:mgraesslin@kde.org" target="_blank">mgraesslin@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Please enable all debug output for all kwin categories and used libraries<br>
(e.g. kwayland, kwindowsystem, etc.) and run kwin again. Then please provide<br>
the debug output to us. That should tell us more.<br></blockquote></span><div> <br>Here is the output:<br> <br>No backend specified through command line argument, trying auto resolution<br>error: XDG_RUNTIME_DIR not set in the environment<br>kglobalaccel-runtime: Failed to register service org.kde.kglobalaccel<br>OpenGL vendor string:                   Intel Open Source Technology Center<br>OpenGL renderer string:                 Mesa DRI Intel(R) Ivybridge Mobile <br>OpenGL version string:                  3.0 Mesa 11.2.0<br>OpenGL shading language version string: 1.30<br>Driver:                                 Intel<br>GPU class:                              IvyBridge<br>OpenGL version:                         3.0<br>GLSL version:                           1.30<br>Mesa version:                           11.2<br>Linux kernel version:                   4.4<br>Requires strict binding:                no<br>GLSL shaders:                           yes<br>Texture NPOT support:                   yes<br>Virtual Machine:                        no<br>_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed<br>_XSERVTransMakeAllCOTSServerListeners: server already running<br><br></div><div>Enabling or disabling debug output doesn't make any difference in the log.<br><br></div><div>With Regards,<br></div>Bhavisha Dhruve.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 11, 2016 at 6:00 PM, Martin Graesslin <span dir="ltr"><<a href="mailto:mgraesslin@kde.org" target="_blank">mgraesslin@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wednesday, May 11, 2016 4:06:37 PM CEST Bhavisha Dhruve wrote:<br>
> Hello,<br>
><br>
> I am Bhavisha Dhruve a participant of gsoc.  My project is to Devise the<br>
> Plasma-Mobile Emulator.  The link for the same is:<br>
> <a href="https://summerofcode.withgoogle.com/projects/#4529407473483776" rel="noreferrer" target="_blank">https://summerofcode.withgoogle.com/projects/#4529407473483776</a><br>
><br>
> I've started with initial Dockerfile that can run kwin_wayland, it displays<br>
> the window however it doesn't render anything in window, I am not sure what<br>
> is wrong, can anyone help me, please.<br>
><br>
> I am pasting my Dockerfile contents over here:<br>
><br>
> FROM ubuntu:xenial<br>
> RUN apt update<br>
> RUN apt install -y wget software-properties-common<br>
> RUN add-apt-repository -y 'deb <a href="http://mobile.neon.pangea.pub" rel="noreferrer" target="_blank">http://mobile.neon.pangea.pub</a> xenial main'<br>
> RUN wget -qO - '<a href="http://mobile.neon.pangea.pub/Pangea%20CI.gpg.key" rel="noreferrer" target="_blank">http://mobile.neon.pangea.pub/Pangea%20CI.gpg.key</a>' |<br>
> apt-key add -<br>
> RUN apt-get -y update && apt-get install -y kwin-wayland<br>
> kwin-wayland-backend-x11<br>
> RUN apt-get install -y libgl1-mesa-glx libgl1-mesa-dri<br>
> RUN export uid=1000 gid=1000 && \<br>
>     mkdir -p /home/developer && \<br>
>     echo "developer:x:${uid}:${gid}:Developer,,,:/home/developer:/bin/bash"<br>
><br>
> >> /etc/passwd && \<br>
><br>
>     echo "developer:x:${uid}:" >> /etc/group && \<br>
>     chown ${uid}:${gid} -R /home/developer<br>
><br>
> RUN gpasswd -a developer video<br>
> RUN apt-get -y update && apt-get install -y gdb<br>
> RUN apt-get -y update && apt-get install -y kwin-dbg<br>
><br>
> USER developer<br>
> ENV HOME /home/developer<br>
> CMD kwin_wayland --xwayland<br>
><br>
> Command for running the docker container:<br>
><br>
> docker run -ti -e DISPLAY --device=/dev/dri/card0:/dev/dri/card0 -v<br>
> /tmp/.X11-unix:/tmp/.X11-unix -v<br>
> $HOME/.Xauthority:/home/developer/.Xauthority --net=host plasma-emulator<br>
><br>
> And here is the backtrace of Kwin while it is not rendering anything:<br>
<br>
</div></div>That's just the event loop. So rather expected backtrace and not giving us any<br>
hints.<br>
<br>
Please enable all debug output for all kwin categories and used libraries<br>
(e.g. kwayland, kwindowsystem, etc.) and run kwin again. Then please provide<br>
the debug output to us. That should tell us more.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888">Martin</font></span></blockquote></div><br></div>