-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
rocs: init at 18.12.0 #55584
rocs: init at 18.12.0 #55584
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The startup of rocs
breaks in my rather minimalistic environment (without KDE) with the following error:
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.
[1] 10176 abort ./result/bin/rocs
A common workaround for this is to wrap QT_PLUGIN_PATH
in a postInstall
hook using wrapProgram
. The full issue is described in #44047.
Thank you for the explanation. I added the required plugin paths using Any suggestions on how to quickly obtain a more minimal environment? Weirdly my desktop environment doesn't explicitly use any part of KDE but the relevant paths seem to have leaked in via some other way. |
Admittedly I don't know. This seems to be somewhat KDE related, I tested I'll test |
ok so to test I tried the following file: https://github.com/KDE/rocs/blob/master/Examples/BreadthFirstSearch/bfs.rocs (downloaded with I get the following messages on the console when I try to open it (and nothing else happens in the UI):
|
@KnairdA are you motivated to continue with this PR? |
Motivation for this change
Derivation for Rocs was missing despite the source being referenced in
pkgs/applications/kde/srcs.nix
.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)