• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hluk / CopyQ / 3331
79%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2019 05:53AM UTC
Jobs 1
Files 290
Run time 686min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3331

push

travis-ci

hluk
X11: Fix stuck clipboard access

Looks like clipboard access can get stuck, waiting on more X11 events.

The workaround is to send a dummy X11 event.

This can happen rarely for example under KDE.

It was possible to reproduce the bug with following script. After some
time of inactivity (no keyboard or mouse interaction) the script stopped
for 5 seconds.

    copyq --clipboard-access provideClipboard &>/dev/null &
    trap exit INT
    for x in $(seq 1000); do
        /usr/bin/time -f " [in %es]" copyq clipboard application/x-copyq-owner || break
    done

Fixes #1186

Signed-off-by: Lukas Holecek <hluk@email.cz>

15381 of 21042 relevant lines covered (73.1%)

17573.11 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3331.2 (COMPILER=g++ GCOV=gcov) 14 Aug 2019 05:53AM UTC 0
73.1
Travis Job 3331.2
Source Files on build 3331
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3331
  • d0779525 on github
  • Prev Build on master (#3318)
  • Next Build on master (#3335)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc