NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.07k stars 14.13k forks source link

qt5.qttools binaries are not wrapped #85306

Open noonien opened 4 years ago

noonien commented 4 years ago

Describe the bug I'm trying to get QtDesigner to run, however, i'm getting 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.

Aborted (core dumped)

To Reproduce Steps to reproduce the behavior:

  1. nix-shell -p qt5.qttools
  2. designer

Expected behavior designer should run correctly.

Notify maintainers @ttuegel

Metadata

 - system: `"x86_64-linux"`
 - host os: `Linux 5.4.32, NixOS, 19.09.2405.f6c1d3b113c (Loris)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.3.3`
 - channels(root): `"nixos-19.09.2405.f6c1d3b113c, nixos-unstable-20.09pre221322.8686922e68d"`
 - channels(george): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
bhipple commented 4 years ago

Likely needs a wrapping for https://github.com/NixOS/nixpkgs/issues/65399

stale[bot] commented 4 years ago

Hello, I'm a bot and I thank you in the name of the community for opening this issue.

To help our human contributors focus on the most-relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human.

The community would appreciate your effort in checking if the issue is still valid. If it isn't, please close it.

If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me". If you'd like it to get more attention, you can ask for help by searching for maintainers and people that previously touched related code and @ mention them in a comment. You can use Git blame or GitHub's web interface on the relevant files to find them.

Lastly, you can always ask for help at our Discourse Forum or at #nixos' IRC channel.

sikmir commented 4 years ago

It's important to me.

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

sikmir commented 3 years ago

Up.