<html><head></head><body>Hi Erik,<br>
<br>
ever tried xfce4.10? 4.8 gets only security updates AFAIK.<br>
<br>
Regards<br>
<br>
c'ya at irc://<a href="http://irc.freenode.net/xfce">irc.freenode.net/xfce</a><br>
<br><br><div class="gmail_quote"><br>
<br>
"xfce@theiling.de" <xfce@theiling.de> schrieb:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">Hi!<br /><br />My name is Henrik and I subscribed to the XFCE mailing list.<br /><br />First of all, thanks for all the good work!  Finally after years of <br />using fvwm1 (a private patched version), I found a good replacement for <br />it in xfce.  I am running Debian Wheezy (i.e., xfce 4.8), and xorg with <br />an intel driver on a Laptop.  X11 ist set up to run in Zaphod mode, <br />i.e., two heads with separate screens :0.0 and :0.1.<br /><br />In this setting, I noticed that xfwm does not wrap the workspace despite <br />enabling this feature.  It works when pulling a window along, but not <br />without.  I have set up no logical relation between the screens (no <br />LeftOf or the like, I am switching with 'xdotool mousemove'), so I don't <br />know exactly why xfwm thinks it's a bad idea to wrap the workspace with <br />the mouse.  But it really does, hardcoded, in events.c:<br /><br />     if
(display_info->nb_screens > 1)<br />     {<br />         /* Wrap workspace/wrap windows is disabled with multiscreen */<br />         return EVENT_FILTER_REMOVE;<br />     }<br /><br />Does anyone know why exactly this is disabled?  I mean, if you don't <br />like it, you can disable the feature in the WM settings nice and easy. <br />Because I wanted this feature badly, I put a #if 0...#endif around the <br />above code and recompiled, and it works like a charm.  I couldn't see <br />any bug in my multiscreen setup.<br /><br />So please consider removing those lines of code.  Again: if you don't <br />like xfwm's behaviour for some reason (e.g. because X moves the cursor <br />to the other screen when hitting the edge (which it does not do for me <br />due to the missing relationship of the screens)), you can always disable <br />the feature.  But I could not *enable* it in my case except for recompiling.<br /><br />Best regards,<br />   Henrik<br /><hr /><br />Xfce mailing
list<br />Xfce@xfce.org<br /><a href="https://mail.xfce.org/mailman/listinfo/xfce">https://mail.xfce.org/mailman/listinfo/xfce</a><br /><a href="http://www.xfce.org">http://www.xfce.org</a><br /></pre></blockquote></div></body></html>