-
Notifications
You must be signed in to change notification settings - Fork 89
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 on Linux Fedora 38 - Solved #794
Comments
Hmm. I saw the suggestion here: https://stackoverflow.com/questions/68036484/qt6-qt-qpa-plugin-could-not-load-the-qt-platform-plugin xcb-in-even-thou For the other try this: I dont have Fedora to test. But I read there are lots of this type of problem raised with qt5 and qt6 and wayland on Fedora |
Thanks a lot, yes, as for the vlc module error, this might help: https://stackoverflow.com/questions/38265773/import-vlc-module-in-python From https://unix.stackexchange.com/questions/598099/could-not-find-the-qt-platform-plugin-wayland I get Might these pointers help? |
The VLC notification is not really an error, and can be ignored, QC should still run. I am presuming you do not have vlc installed. |
To start the program - I presume you use terminal to start qualcoder: QT_QPA_PLATFORM=wayland python3 -m qualcoder or QT_QPA_PLATFORM=wayland;xcb python3 -m qualcoder or Please let me know |
cleaned up fedora install and included fix for ccbogel#794 (comment)
Thanks, I comment below in detail.
results in
results in
So, I tried
|
I had a similar issue, but rerunning |
Could you check which xcb packages you have installed on your system? |
Let me know if you need more info.
And yes, |
The Fedora shell script has updated that line, thx ilippiert |
Hmm, I also have all these packages installed. Will have to install a freh Fedora version and see whether QualCoder runs then. |
Hi, hmm, still problem, now with this trouble:
Do you have any idea what is wrong here? |
I don't know why this is happening. It happened to me when I upgraded from one version of Ubuntu to the next. What I did was a complete re-install of the newer Ubuntu version. Then install all the python bits I needed, to make it work. |
Same here. Have you found any solutions? |
I don't know how to fix this in Fedora. I did have a similar issue when I upgraded Ubuntu. The solution for me was anew install of Ubuntu. |
Hmm, I reinstalled Fedora and that did not help. |
Now, following https://stackoverflow.com/questions/70677148/sudden-importerror-cannot-import-name-qtcore-from-pyqt5, as a normal user I executed well, and before I ran |
Oh that;s good. Thank you for solving the problem. I will leave this post here so others can see it. and I might add to the instructions also. |
Hi, I checked the issue and solution on another Fedora system, too.
|
Describe the bug
Unfortunately, QualCoder does not start.
Desktop (please complete the following information):
Error message
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
No module named 'vlc'
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
The text was updated successfully, but these errors were encountered: