Skip to content
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

multibootusb can not find the Qt platform plugin "xcb" #56921

Closed
romildo opened this issue Mar 5, 2019 · 4 comments · Fixed by #73466
Closed

multibootusb can not find the Qt platform plugin "xcb" #56921

romildo opened this issue Mar 5, 2019 · 4 comments · Fixed by #73466

Comments

@romildo
Copy link
Contributor

romildo commented Mar 5, 2019

Issue description

Running multibootusb with nix-shell gives an error:

$ sudo nix-shell -p multibootusb --run multibootusb
[sudo] password for romildo: 
Using python version  3.6.8 (default, Dec 24 2018, 03:01:30) 
[GCC 7.4.0] on platform Linux-4.20.13-x86_64-with-glibc2.3.4
Running multibootusb version 9.2.0 from source...
Starting multibootusb GUI...
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.

/nix/store/sy574divnvrb6z5gdn8jl89rlvqwcav1-multibootusb-9.2.0/bin/multibootusb: line 6: 11396 Aborted                 "/nix/store/lwwk80ls3sb1dfljfsrrx6wlkjkd8imn-python3-3.6.8/bin/python" "multibootusb"

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.20.13, NixOS, 19.09pre171786.34aa254f9eb (Loris)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.2
  • channels(root): "nixos-19.09pre171786.34aa254f9eb"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@flokli
Copy link
Contributor

flokli commented Mar 6, 2019

cc @ttuegel @samueldr, that's another invocation where currently QT_PLUGIN_PATH needs to be prefixed to make it runnable from nix-shell.

possible fixes: #44047, #54525

@jackTaw88
Copy link

@flokli I updated nix package manager and all my installed apps. I am getting the same error for kolourpaint (kde app). :(

emmanuelrosa pushed a commit to emmanuelrosa/nixpkgs that referenced this issue Jul 19, 2019
This commit fixes the error:

Could not find the Qt platform plugin "xcb" in ""

See NixOS#54525 and NixOS#56921
emmanuelrosa pushed a commit to emmanuelrosa/nixpkgs that referenced this issue Aug 4, 2019
This commit fixes the error:

Could not find the Qt platform plugin "xcb" in ""

See NixOS#54525 and NixOS#56921
@oxzi oxzi mentioned this issue Oct 19, 2019
10 tasks
@lhindir
Copy link

lhindir commented Nov 12, 2019

I believe this is a case of #65399? Does this require @jD91mZM2 to wrap the package?

@flokli
Copy link
Contributor

flokli commented Nov 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants