Changes between Version 1 and Version 2 of xfwm4


Ignore:
Timestamp:
12/23/2023 08:54:44 AM (4 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xfwm4

    v1 v2  
    1717}}}
    1818
    19 That appears to work, but setting it to xpresent is probably better, and that requires installing xpresent before xfwm4 (or rebuilding xfwm4 after installing xpresent) :
     19That appears to work, but setting it to xpresent is probably better:
    2020{{{
    2121xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s "xpresent" --create
    2222}}}
    23 
    24 == building xpresent ==
    25 
    26 The book currently points to source for v1.0.0, but the URL is "convoluted" with no obvious way of checking for newer versions. The homepage is apparently at [https://gitlab.freedesktop.org/xorg/lib/libxpresent] but that doesn't show any information about releases.
    27 
    28 For v1.0.0, and assuming you built X in /usr,
    29 {{{
    30 ./autogen.sh --prefix=/usr &&
    31 make &&
    32 make install
    33 }}}
    34 
    35 
    36 
    37 [wiki:Xfce Up][[br]]
    38 [wiki:BlfsNotes Top]