Contents
Installed Programs:
xtrace_x11
Installed Libraries:
None
Installed Directories:
/usr/share/xtrace
The xtrace package provides a utility to track X11 messages being exchanged between a client and an X server.
Install xtrace by running the following commands:
autoreconf -fiv && ./configure --prefix=/usr --program-suffix=_x11 && make
Now as the root user:
make install
--program-suffix=_x11:
Avoid conflicts with the xtrace binary provided by Glibc.