-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
qt5: could not find the qt platform plugin "cocoa" in "" #42893
Comments
I have discovered a robust way for running Qt applications without installing them globally in #30551 (comment) |
Ok that could be helpful! Still with things like |
This is true, and this should definitely be possible to achieve at least when Nixpkgs support Qt plugins thanks to ttuegel/qtbase@efad454. May @ttuegel have had an alternative idea when he reverted it in ttuegel/qtbase@20ab8e8? |
To be clear, the fix for this is:
|
@matthewbauer will this issue bi fixed automatically? or should we type these commands? |
This actually should be handled better with: |
I get "Could not load the Qt platform plugin "cocoa" in "" even though it was found." running a unit test from qtcreator. Any ideas how this might be resolved? |
I have the latest version of speedcrunch. I am using UBuntu 18.04. When I start speedcrunch I got this error:
|
same issue when running
The
indeed fixes it installed from
which is from this commit c4196cca9ac waiting for #65399 |
On Darwin/macOS, chatterino2's install phase copies no files into the output. `make install` does not copy chatterino2.app. Copy the .app manually, fixing the installation. With this patch, chatterino2 almost works on macOS. Issue NixOS#42893 applies, so to make chatterino2 work, you must install qtbase in your environment. For example: $ nix-env -iA nixpkgs.qt5.qtbase $ open ~/.nix-profile/Applications/chatterino.app
this is a stale bug #65399 |
Issue description
Running into this on Dwarf Therapist on macOS. Here is the text:
Steps to reproduce
The text was updated successfully, but these errors were encountered: