<div dir="ltr">Whoops! Forgot to report my success to the list ;)<br><br>I added a patch in my Arch package that adds #define MONITOR_ROOT_PIXMAP 1<br><br>... after that, Xfwm4 started monitoring the root pixmap and I got the best background back!<br><br><br>Thank you all, and have a nice day ;)<div><br></div><div>-H-</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 20 May 2015 at 17:37 Ralf Mardorf <<a href="mailto:ralf.mardorf@alice-dsl.net">ralf.mardorf@alice-dsl.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 20 May 2015 17:18:51 +0200, Ralf Mardorf wrote:<br>
>On Wed, 20 May 2015 15:40:07 +0200, Heinz Diehl wrote:<br>
>>On 20.05.2015, Olivier Fourdan wrote:<br>
>><br>
>>> Well, it means you failed at rebuilding xfwm4 with<br>
>>> MONITOR_ROOT_PIXMAP enabled or you are not using the version with<br>
>>> MONITOR_ROOT_PIXMAP enabled.<br>
>><br>
>>> Either way, you missed something.<br>
>><br>
>>Following the examples from this thread, I guess he forgot to<br>
>>export the CFLAGS prior to compiling..<br>
>><br>
>>export CFLAGS=...<br>
><br>
>Perhaps using Arch's makepkg does overwrite CFLAGS with those stored<br>
>in /etc/makepkg.conf, $XDG_CONFIG_HOME/pacman/makepkg.conf,<br>
>~/.makepkg.conf.<br>
><br>
>Maybe the man page could enlighten the reader.<br>
<br>
I suspect that when adding it to the PKGBUILD, then it should work.<br>
<br>
build() {<br>
  cd "$srcdir/$pkgname-$pkgver"<br>
<br>
  ./configure \<br>
    --prefix=/usr \<br>
    --sysconfdir=/etc \<br>
    --libexecdir=/usr/lib \<br>
    --localstatedir=/var \<br>
    --disable-static \<br>
    --enable-startup-notification \<br>
    --enable-randr \<br>
    --enable-compositor \<br>
    --enable-xsync \<br>
    --disable-debug<br>
  make "CFLAGS=$CFLAGS -DMONITOR_ROOT_PIXMAP=1"<br>
}<br>
_______________________________________________<br>
Xfce mailing list<br>
<a href="mailto:Xfce@xfce.org" target="_blank">Xfce@xfce.org</a><br>
<a href="https://mail.xfce.org/mailman/listinfo/xfce" target="_blank">https://mail.xfce.org/mailman/listinfo/xfce</a><br>
<a href="http://www.xfce.org" target="_blank">http://www.xfce.org</a><br>
</blockquote></div>