<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-12-17 10:16 GMT+01:00 Nicolai Hess <span dir="ltr">&lt;<a href="mailto:nicolaihess@gmail.com" target="_blank">nicolaihess@gmail.com</a>&gt;</span>:<br><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><div class="h5"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-12-17 2:43 GMT+01:00 David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><br>
On Wed, Dec 16, 2015 at 05:28:12PM -0800, tim Rowledge wrote:<br>
&gt;<br>
&gt;<br>
&gt; &gt; On 16-12-2015, at 5:20 PM, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; So what window manager is rasbian using?<br>
&gt;<br>
</span>&gt; I believe it is called LXDE, which probably means little more you you than it does me. More than anything it reads like the model badge on a 70???s Japanese car.<br>
<span>&gt;<br>
&gt; &gt; Does it work properly when you<br>
&gt; &gt; run the VM with -fullscreenDirect on the command line?<br>
&gt;<br>
&gt; It does. If we really need to I can add that flag to the startup script<br>
</span>&gt; but I can???t help thinking there is a a better way out there somewhere.<br>
&gt;<br>
<br>
Well, according to the internet, which knows a lot more about this topic<br>
than I ever will, LXDE is a &quot;Lightweight X11 Desktop Environment&quot;. And the<br>
buggy window manager from the &lt;vendor name deleted&gt; extremely popular<br>
Linux distribution is a feature rich, modern, and all around annoying<br>
improvement over simple implementations such as LXDE.<br>
<br>
So it actually makes perfect sense that LXDE might be a very simple window<br>
manager that does not understand all the fancy bells and whistles that<br>
have been added over the years, such as the _NET_WM_STATE_FULLSCREEN<br>
window manager hint.<br>
<br>
I think that adding the -fullscreenDirect flag when running under LXDE<br>
is probably the right thing to do.<br>
<br>
Dave<br>
<br>
</blockquote></div><br></div></div></div><div class="gmail_extra">I was pretty sure I tested this with an LXLE Distribution and this uses LXDE.<br></div><div class="gmail_extra">I will check it again.<span class=""><font color="#888888"><br></font></span></div></div></blockquote><div><br></div><div>actually, lxde does supprt _NET_WM_STATE_FULLSCREEN<br></div><div>and changing<br> XSendEvent(stDisplay, DefaultRootWindow(stDisplay), False, SubstructureNotifyMask, &amp;xev);<br></div><div>to<br> XSendEvent(stDisplay, DefaultRootWindow(stDisplay), False, SubstructureRedirectMask | SubstructureNotifyMask, &amp;xev);<br><br></div><div>makes fullscreen switching working with LXDE (and twm!).<br><br><br></div><div><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"><div class="gmail_extra"><span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div class="gmail_extra">nicolai<br></div><div class="gmail_extra"><br></div></font></span></div>
</blockquote></div><br></div></div>