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

hluk / CopyQ / 3331 / 2
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2019 05:53AM UTC
Files 290
Run time 654min
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

13 Aug 2019 06:13PM UTC coverage: 73.097% (-0.03%) from 73.123%
COMPILER=g++ GCOV=gcov

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

Source Files on job 3331.2 (COMPILER=g++ GCOV=gcov)
  • Tree
  • List 0
  • Changed 144
  • Source Changed 17
  • Coverage Changed 144
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3111
  • Travis Job 3331.2
  • d0779525 on github
  • Prev Job for COMPILER=g++ GCOV=gcov on master (#3318.2)
  • Next Job for COMPILER=g++ GCOV=gcov on master (#3335.2)
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