Xfwm4 / compositor: gray background

Harold Aling xfce at sait.nl
Tue Jun 2 12:06:19 CEST 2015


Whoops! Forgot to report my success to the list ;)

I added a patch in my Arch package that adds #define MONITOR_ROOT_PIXMAP 1

... after that, Xfwm4 started monitoring the root pixmap and I got the best
background back!


Thank you all, and have a nice day ;)

-H-

On Wed, 20 May 2015 at 17:37 Ralf Mardorf <ralf.mardorf at alice-dsl.net>
wrote:

> On Wed, 20 May 2015 17:18:51 +0200, Ralf Mardorf wrote:
> >On Wed, 20 May 2015 15:40:07 +0200, Heinz Diehl wrote:
> >>On 20.05.2015, Olivier Fourdan wrote:
> >>
> >>> Well, it means you failed at rebuilding xfwm4 with
> >>> MONITOR_ROOT_PIXMAP enabled or you are not using the version with
> >>> MONITOR_ROOT_PIXMAP enabled.
> >>
> >>> Either way, you missed something.
> >>
> >>Following the examples from this thread, I guess he forgot to
> >>export the CFLAGS prior to compiling..
> >>
> >>export CFLAGS=...
> >
> >Perhaps using Arch's makepkg does overwrite CFLAGS with those stored
> >in /etc/makepkg.conf, $XDG_CONFIG_HOME/pacman/makepkg.conf,
> >~/.makepkg.conf.
> >
> >Maybe the man page could enlighten the reader.
>
> I suspect that when adding it to the PKGBUILD, then it should work.
>
> build() {
>   cd "$srcdir/$pkgname-$pkgver"
>
>   ./configure \
>     --prefix=/usr \
>     --sysconfdir=/etc \
>     --libexecdir=/usr/lib \
>     --localstatedir=/var \
>     --disable-static \
>     --enable-startup-notification \
>     --enable-randr \
>     --enable-compositor \
>     --enable-xsync \
>     --disable-debug
>   make "CFLAGS=$CFLAGS -DMONITOR_ROOT_PIXMAP=1"
> }
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> https://mail.xfce.org/mailman/listinfo/xfce
> http://www.xfce.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.xfce.org/pipermail/xfce/attachments/20150602/52f19dfb/attachment.html>


More information about the Xfce mailing list