-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to start release on Debian #2
Comments
I have the exact same problem ! Please let me know if there is any other step to be followed to make the application work, I am trying to get this work on a fedora 23 box and ldd as mentioned in the above case reveals no red flags. |
@sanmathigb. |
this is because Qt can't load its platform plugin. please try this ` export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/bin/platforms and now run this app |
Thanks much for your response! Will try that. Sunny On Mon, Oct 17, 2016 at 8:28 PM, Shi Yan [email protected] wrote:
|
@shi-yan Well, I see the same error. I tried your steps. But end up with the same error again.. |
@shi-yan I am facing the same issue reported here in Debian 9.0 |
I had the same problem (Linux Mint 19.1). |
I got it working on 18.04 with your fix. Thanks! 👍 |
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Reinstalling the application may fix this problem.
Aborted
lld reveals that libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f2f4bcfb000) xcb is indeed being loaded.
The text was updated successfully, but these errors were encountered: