Open newyorkthink opened 2 weeks ago
I'm grateful for your suggestion and the error information you provided.
The error indicates a missing xcb library, preventing the QT framework from launching.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
On Debian-based systems, you can resolve this by installing the following package:
sudo apt-get install libxcb-xinerama0
For a more detailed troubleshooting method, see below.
After testing, I was able to run the program and use all features on Kali 2023.3
without issues.
In the future, I will consider distributing the application as an AppImage. However, AppImage may not resolve all compatibility and dependency issues.
Thank you again for your support.
Issues
Expected behavior 预期的功能
appimage file can run it for every distro , and my linux is kali, you program need some depend, but my system nothing more it.
so, please official programer can build it
Thanks you in advance
Approximate reference (optional) 近似的参考(可选)
No response