<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックHow to start and show PyQt5 application when boot up ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001582#M148465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXPs,&lt;/P&gt;&lt;P&gt;My name is Toan. I'm using iMX6ULEVK kit. I have&amp;nbsp;done some application&amp;nbsp;with PyQt5. And now I wanna start my PyQt5 appplication automatic when booting. I tried to use crontab with scripts but It's not working property. Camera is light but no frame is displayed. While I use command to run this script is working good.&lt;/P&gt;&lt;P&gt;Anyone can explain and how to fix this issue ?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2020 01:41:07 GMT</pubDate>
    <dc:creator>toanjunifer</dc:creator>
    <dc:date>2020-01-13T01:41:07Z</dc:date>
    <item>
      <title>How to start and show PyQt5 application when boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001582#M148465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXPs,&lt;/P&gt;&lt;P&gt;My name is Toan. I'm using iMX6ULEVK kit. I have&amp;nbsp;done some application&amp;nbsp;with PyQt5. And now I wanna start my PyQt5 appplication automatic when booting. I tried to use crontab with scripts but It's not working property. Camera is light but no frame is displayed. While I use command to run this script is working good.&lt;/P&gt;&lt;P&gt;Anyone can explain and how to fix this issue ?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 01:41:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001582#M148465</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2020-01-13T01:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to start and show PyQt5 application when boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001583#M148466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are running the application from startup instead of interactively you need to set right value for $DISPLAY variable. I mean something like this:&lt;BR /&gt;# export DISPLAY=':0'&lt;BR /&gt;And possibly you need to wait some time prior to running the application to allow X server to start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 03:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001583#M148466</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-01-14T03:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to start and show PyQt5 application when boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001584#M148467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/b36401"&gt;b36401&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Thank you for your response. I know the way to have right permission on server X:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ export DISPLAY=:0.0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I use it to fix my touchscreen using with iMX6UL. But I can not execute this command in script file which I execute it when booting with crontab. I can only execute this script by manual. I mark this file is executable file with "chmod +x" command. &lt;/P&gt;&lt;P&gt;So do you have any trick here ? And may you give me some details ?&lt;/P&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 09:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001584#M148467</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2020-01-14T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to start and show PyQt5 application when boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001585#M148468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="215273" data-objecttype="3" href="https://community.nxp.com/people/b36401"&gt;Victor Linnik&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;My PyQt5 application is working good when boot up. But after my UI start, it is inserted by Menu UI. That is new issue. Anyway, thank you for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2020 05:04:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-and-show-PyQt5-application-when-boot-up/m-p/1001585#M148468</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2020-01-16T05:04:23Z</dc:date>
    </item>
  </channel>
</rss>

