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

Rosegarden not starting #76639

Closed
mawis opened this issue Dec 29, 2019 · 2 comments · Fixed by #76799
Closed

Rosegarden not starting #76639

mawis opened this issue Dec 29, 2019 · 2 comments · Fixed by #76799

Comments

@mawis
Copy link
Contributor

mawis commented Dec 29, 2019

Describe the bug
The rosegarden package seems to be broken and cannot be started.

matthias:~/ $ export QT_DEBUG_PLUGINS=1               
matthias:~/ $ rosegarden
QFactoryLoader::QFactoryLoader() checking directory path "/home/matthias/lib/qt-5.12.3/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/run/wrappers/lib/qt-5.12.3/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/home/matthias/.nix-profile/lib/qt-5.12.3/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/etc/profiles/per-user/matthias/lib/qt-5.12.3/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/nix/var/nix/profiles/default/lib/qt-5.12.3/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/run/current-system/sw/lib/qt-5.12.3/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/nix/store/b795rcbv3wz8m8ds46pifayj0lm616ll-fcitx-with-plugins-4.2.9.6/lib/qt4/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() checking directory path "/nix/store/8z5s6vkr4kcm3j5972mzrhy7dxhgh1jc-rosegarden-19.06/bin/platforms" ...
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]    5785 abort (core dumped)  rosegarden

To Reproduce
Happens always when rosegarden gets started. I start it from the command line to see the console output.

Expected behavior
Rosegarden should start and open a window.

Metadata

  • system: "x86_64-linux"
  • host os: Linux 4.19.90, NixOS, 19.09.1629.ce54d9601ea (Loris)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3
  • channels(root): "nixos-19.09.1629.ce54d9601ea, unstable-20.03pre204199.3140fa89c51"
  • channels(matthias): ""
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Maintainer information:

attribute:
- rosegarden
module:
andersk added a commit to andersk/nixpkgs that referenced this issue Jan 1, 2020
Fixes this startup failure:

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)

Fixes NixOS#76639.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@andersk
Copy link
Contributor

andersk commented Jan 1, 2020

Fix sent as #76799.

veprbl pushed a commit that referenced this issue Jan 1, 2020
Fixes this startup failure:

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)

Fixes #76639.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@mawis
Copy link
Contributor Author

mawis commented Jan 2, 2020

@andersk thanks for the fix

dtzWill pushed a commit to dtzWill/nixpkgs that referenced this issue Jan 22, 2020
Fixes this startup failure:

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)

Fixes NixOS#76639.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 84c81a4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants