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

spesmilo / electrum / 11494
63%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2021 08:45PM UTC
Jobs 3
Files 66
Run time 20s
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
11494

push

travis-ci

SomberNight
<a href="https://github.com/spesmilo/electrum/commit/<a class=hub.com/spesmilo/electrum/commit/6e1caf7e8838e0d3e81105f32ac13f863102f1bf">6e1caf7e8<a href="https://github.com/spesmilo/electrum/commit/6e1caf7e8838e0d3e81105f32ac13f863102f1bf">&quot;&gt;AppImage build: Include libxcb into the image

Ubuntu 20.04 needs `libxcb-xinerama.so.0`
and Debian 10 needs `libxcb-util.so.1` for the Qt `xcb` plugin.

-----

ported from https://github.com/Electron-Cash/Electron-Cash/commit/</a><a class="double-link" href="https://github.com/spesmilo/electrum/commit/<a class="double-link" href="https://github.com/spesmilo/electrum/commit/380f04a8054fe9fd9169721089c5da360f9d0807">380f04a80</a>">380f04a80</a><a href="https://github.com/spesmilo/electrum/commit/6e1caf7e8838e0d3e81105f32ac13f863102f1bf">

see https://github.com/Electron-Cash/Electron-Cash/issues/2196

-----

In particular, see this comment:

&gt;&gt; I confirmed that both Ubuntu 20.04 and Debian 10.8 clean install have an issue with the 4.2.4 AppImage.
&gt;
&gt; Any idea what broke it? I assume it used to work.

Yes, it did work in 4.2.3 which used PyQt5 5.13.2. I just had a look at the xcb plugin and it definitely has less dependencies:
```
ago@ubuntu2004vm:~/src/Electron-Cash/dist$ ldd squashfs-root/usr/lib/python3.6/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so|grep xcb
        libX11-xcb.so.1 =&gt; /lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f0ec9d07000)
        libxcb.so.1 =&gt; /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f0ec9cdd000)
        libxcb-xkb.so.1 =&gt; /lib/x86_64-linux-gnu/libxcb-xkb.so.1 (0x00007f0ec6ead000)
```

compared to PyQt5 5.15.2 in 4.2.4:
```
ago@ubuntu2004vm:~/src/Electron-Cash/dist$ ldd squashfs-root/usr/lib/python3.8/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so|grep xcb
        libX11-xcb.so.1 =&gt; /lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007fcb5715f000)
        libxcb-icccm.so.4 =&gt; /lib/x86_64-linux-gnu/libxcb-icccm.so.4 (0x00007fcb57158000)
        libxcb-image.so.0 =&gt; /lib/x86_64-linux-gnu/libxcb-image.so.0 (0x00007fcb56f51000)
        libxcb-shm.so.0 =&gt; /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007fcb56f4c000)
        libxcb-util.so.1 => /lib/x86_64-linux-gnu/libxcb-util.so.1 (0x000... (continued)

15132 of 25920 relevant lines covered (58.38%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11494.1 27 Mar 2021 08:45PM UTC 0
58.32
Travis Job 11494.1
2 11494.2 27 Mar 2021 08:45PM UTC 0
58.33
Travis Job 11494.2
3 11494.3 27 Mar 2021 08:45PM UTC 0
58.55
Travis Job 11494.3
Source Files on build 11494
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11494
  • 6e1caf7e on github
  • Prev Build on master (#11492)
  • Next Build on master (#11495)
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