<p dir="ltr">For some unknowable I am now getting a dialog with the following message:<br>
      "Now I get the error dialog box:<br>
Could not find any plugins during startup.<br>
Please make sure QT_PLUGIN_PATH is set correctly.<br>
Refer to this article for more information."</p>
<p dir="ltr">To tell the truth, after reading the article and  doing some research via Google.  setting QT_PLUGIN_PATH does not seem that obvious in the Cygwin environment.<br></p>
<p dir="ltr">The source of the shared memory problem can be found in the main.cpp file<br>
kdevelop-5/4.90.92/kdevelop-4.90.92/app/main.cph</p>
<p dir="ltr">See code above is the source of my grief under Cygwin ---Years ago coding similar to a known kdevelop bug (<a href="https://bugs.kde.org/show_bug.cgi?id=249107">https://bugs.kde.org/show_bug.cgi?id=249107</a>)<br>
 <br>
Intrestingly when I commented out line the lines<br>
"if (!QProcessEnvironment::systemEnvironment().contains("KDEV_DISABLE_SPLASH")) {<br>
        splash = new KDevSplashScreen;<br>
        splash->show();<br>
    }"</p>
<p dir="ltr">I started getting the Dialog box; now it always appears even when below lines of code are uncomment<br></p>
<p dir="ltr">    KDevSplashScreen* splash = nullptr;<br>
    if (!QProcessEnvironment::systemEnvironment().contains("KDEV_DISABLE_SPLASH")) {<br>
        splash = new KDevSplashScreen;<br>
        splash->show();<br>
    }<br>
 <br>
    if(!Core::initialize(splash, Core::Default, session))<br>
        return 5;<br>
 <br>
 <br>
I read KCrash::initialize does no do anything when in debug mode. Where can I get the source code to this so I may try the latest build under cygwin?</p>
<p dir="ltr">I have tracked down that QXcbShmImage: shmget() failed (88) for size 179960 (409x110) may have something to do with how xserver is started on MS WINDOWS </p>
<p dir="ltr">Anything you guys want me to try </p>
<div class="gmail_quote">On May 18, 2016 4:56 AM, "René J.V." <<a href="mailto:rjvbertin@gmail.com">rjvbertin@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tuesday May 17 2016 16:13:13 Michael George Hart wrote:<br>
<br>
>Unfortunately proceeding to run it stopped at the 10% splash screen,<br>
>showing on the command line<br>
>$ kdevelop<br>
>Fontconfig error: "/etc/fonts/conf.d/66-google-noto-nastaliq-urdu.conf",<br>
>line 35: mismatched tag<br>
>QXcbShmImage: shmget() failed (88) for size 179960 (409x110)<br>
<br>
I'm not sure that's related. What do other Qt5 applications show (if they run), like Qt's Assistant for instance?<br>
<br>
If they too get stuck on this or a comparable error, the 1st thing to try would be to move aside all .conf files from etc/fonts/conf.d .<br>
<br>
FWIW, I'm also seeing QXcbShmImage smget errors when I use the XCB qpa plugin on OS X, but they're apparently benign.<br>
<br>
And that brings me to the 64k$ question: is it expected that Qt5/KF5 applications use X11 under Cygwin, rather than some native display engine (QPA)?<br>
<br>
R.<br>
</blockquote></div>