Diffusion KWin 7221864cd24c

Start xclipboard sync process from build dir if available

Authored by graesslin on Nov 7 2018, 11:49 AM.

Description

Start xclipboard sync process from build dir if available

Summary:
The xclipboard sync test times out on build.kde.org as KWin is not
installed prior to running the tests. This is due to KWin not finding
the executable for the clipboard sync helper.

This change looks whether the binary exists in the same directory as
KWin's executable. If it exists it is started instead of the hardcoded
path in libexec.

Test Plan: Run the test and verified the correct binary is loaded

Reviewers: KWin

Subscribers: kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D16732

Details