<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Beaglebone Black - touch screen project]]></title><description><![CDATA[<p dir="auto">Hello everybody,</p>
<p dir="auto">I am using Qt Creator on my virtual machine (Ubuntu 12.04.5 LTS), and Beaglebone black with touch screen. When i write gui application(only one window with push button) and try to deploy it, i get this error :</p>
<p dir="auto">This application failed to start because it could not find or load the Qt platform plugin "xcb"<br />
Reinstalling the application may fix this problem.<br />
bash: line 1: 907 Aborted DISPLAY=':0.0' /opt/proba/Test/Test<br />
Application finished with exit code 134.</p>
<p dir="auto">I was searching on the internet and found that this problem i somehow related to <a href="http://libqxcb.so" target="_blank" rel="noopener noreferrer nofollow ugc">libqxcb.so</a> library, i tried ldd <a href="http://libxcb.so" target="_blank" rel="noopener noreferrer nofollow ugc">libxcb.so</a> command and result is :</p>
<p dir="auto">linux-vdso.so.1 (0xbef5a000)<br />
libQt5XcbQpa.so.5 =&gt; not found<br />
libdl.so.2 =&gt; /lib/arm-linux-gnueabihf/libdl.so.2 (0xb6f67000)<br />
libX11-xcb.so.1 =&gt; /usr/lib/arm-linux-gnueabihf/libX11-xcb.so.1 (0xb6f55000)<br />
libXi.so.6 =&gt; /usr/lib/arm-linux-gnueabihf/libXi.so.6 (0xb6f3b000)<br />
libxcb-render-util.so.0 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-render-util.so.0 (0xb6f30000)<br />
libSM.so.6 =&gt; /usr/lib/arm-linux-gnueabihf/libSM.so.6 (0xb6f1a000)<br />
libICE.so.6 =&gt; /usr/lib/arm-linux-gnueabihf/libICE.so.6 (0xb6ef7000)<br />
libxcb-render.so.0 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-render.so.0 (0xb6ee0000)<br />
libxcb.so.1 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb.so.1 (0xb6ebb000)<br />
libxcb-image.so.0 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-image.so.0 (0xb6ea7000)<br />
libxcb-icccm.so.4 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-icccm.so.4 (0xb6e9b000)<br />
libxcb-sync.so.1 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-sync.so.1 (0xb6e85000)<br />
libxcb-xfixes.so.0 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-xfixes.so.0 (0xb6e70000)<br />
libxcb-shm.so.0 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-shm.so.0 (0xb6e5d000)<br />
libxcb-randr.so.0 =&gt; /usr/lib/arm-linux-gnueabihf/libxcb-randr.so.0 (0xb6e44000)</p>
<p dir="auto">etc...</p>
<p dir="auto">As you can see, libQt5XcbQpa.so.5 is not found, even though this library exists in:</p>
<p dir="auto">-rw------- 1 debian debian 1140 Feb 9 2016 <a href="http://libQt5XcbQpa.la" target="_blank" rel="noopener noreferrer nofollow ugc">libQt5XcbQpa.la</a><br />
-rw------- 1 debian debian 1478 Feb 9 2016 libQt5XcbQpa.prl<br />
lrwxrwxrwx 1 debian debian 21 Mar 1 12:34 <a href="http://libQt5XcbQpa.so" target="_blank" rel="noopener noreferrer nofollow ugc">libQt5XcbQpa.so</a> -&gt; libQt5XcbQpa.so.5.5.1<br />
lrwxrwxrwx 1 debian debian 21 Mar 1 12:34 libQt5XcbQpa.so.5 -&gt; libQt5XcbQpa.so.5.5.1<br />
lrwxrwxrwx 1 debian debian 21 Mar 1 12:34 libQt5XcbQpa.so.5.5 -&gt; libQt5XcbQpa.so.5.5.1<br />
-rw------- 1 debian debian 602768 Feb 9 2016 libQt5XcbQpa.so.5.5.1</p>
<p dir="auto">can any one tell me how to solve this problem...</p>
<p dir="auto">also, also when i start my application it opens terminal...</p>
<p dir="auto">sory for my bad english.</p>
]]></description><link>https://forum.qt.io/topic/76819/beaglebone-black-touch-screen-project</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 15:07:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/76819.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Mar 2017 09:17:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Beaglebone Black - touch screen project on Fri, 03 Mar 2017 10:47:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a>  i already have a script from which i start my application,</p>
<p dir="auto"><a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a></p>
<p dir="auto">#!/bin/bash<br />
#<a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a> script<br />
export LD_LIBRARY_PATH=/opt/proba/Test/lib/</p>
<p dir="auto">/opt/proba/Test/Test -platform xcb</p>
]]></description><link>https://forum.qt.io/post/379614</link><guid isPermaLink="true">https://forum.qt.io/post/379614</guid><dc:creator><![CDATA[StudentQt-BBB]]></dc:creator><pubDate>Fri, 03 Mar 2017 10:47:08 GMT</pubDate></item><item><title><![CDATA[Reply to Beaglebone Black - touch screen project on Fri, 03 Mar 2017 10:12:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/studentqt-bbb">@<bdi>StudentQt-BBB</bdi></a> You can use the script from here to start your app: <a href="http://doc.qt.io/qt-5/linux-deployment.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/linux-deployment.html</a></p>
]]></description><link>https://forum.qt.io/post/379611</link><guid isPermaLink="true">https://forum.qt.io/post/379611</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 03 Mar 2017 10:12:14 GMT</pubDate></item><item><title><![CDATA[Reply to Beaglebone Black - touch screen project on Fri, 03 Mar 2017 10:07:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a>  it is located in :<br />
debian@beaglebone:/opt/proba/Test/lib</p>
]]></description><link>https://forum.qt.io/post/379608</link><guid isPermaLink="true">https://forum.qt.io/post/379608</guid><dc:creator><![CDATA[StudentQt-BBB]]></dc:creator><pubDate>Fri, 03 Mar 2017 10:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to Beaglebone Black - touch screen project on Fri, 03 Mar 2017 10:03:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/studentqt-bbb">@<bdi>StudentQt-BBB</bdi></a> Where is <a href="http://libQt5XcbQpa.so" target="_blank" rel="noopener noreferrer nofollow ugc">libQt5XcbQpa.so</a>  located?</p>
]]></description><link>https://forum.qt.io/post/379606</link><guid isPermaLink="true">https://forum.qt.io/post/379606</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 03 Mar 2017 10:03:19 GMT</pubDate></item></channel></rss>