Changes between Version 1 and Version 2 of xfwm4
- Timestamp:
- 12/23/2023 08:54:44 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified xfwm4
v1 v2 17 17 }}} 18 18 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):19 That appears to work, but setting it to xpresent is probably better: 20 20 {{{ 21 21 xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s "xpresent" --create 22 22 }}} 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 install33 }}}34 35 36 37 [wiki:Xfce Up][[br]]38 [wiki:BlfsNotes Top]