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

plasma 5.8 Task Manager broken #26080

Closed
benley opened this issue May 25, 2017 · 6 comments
Closed

plasma 5.8 Task Manager broken #26080

benley opened this issue May 25, 2017 · 6 comments

Comments

@benley
Copy link
Member

benley commented May 25, 2017

Issue description

Since the most recent plasma5 update in nixos 17.03 (b1f8bd1 by @ttuegel) I'm unable to get the Task Manager widget to work. It just displays an error message - see attached screenshot.

Technical details

  • System: NixOS 17.03 @ 58e2270
  • Nix version: 1.11.8
  • Nixpkgs version: 58e2270
  • Sandboxing enabled: yes
    screenshot_20170524_235055
@MtP76
Copy link

MtP76 commented May 28, 2017

Related KDE bug: https://bugs.kde.org/show_bug.cgi?id=380240

@ttuegel
Copy link
Member

ttuegel commented May 28, 2017

I will revert the update until upstream gets its act together. Bumping dependency versions for a patch release is totally unacceptable.

ttuegel added a commit that referenced this issue May 28, 2017
This reverts commit b1f8bd1.

Fixes #26080.

In this bugfix release, upstream has changed the Qt dependency requirement from
Qt 5.6 to Qt 5.7; such an update is not acceptable for an LTS release, so
updates to the Plasma desktop environment in NixOS are discontinued.
@ttuegel ttuegel closed this as completed May 28, 2017
@johnramsden
Copy link
Member

@ttuegel How should I go about switching to the working build? I upgraded but it's still broken.

@apeyroux
Copy link
Member

An idea of the update date on https://nixos.org/channels/nixos-17.03 ?

@MtP76
Copy link

MtP76 commented May 31, 2017

If you fell experimental :-) you could try something what I did:

git clone https://github.com/NixOS/nixpkgs-channels.git
cd nixpkgs-channels
git checkout nixos-17.03
git remote add nixpkgs https://github.com/NixOS/nixpkgs.git
git cherry-pick 2412cec
nixos-rebuild switch -I nixpkgs=xxxxx/nixpkgs-channels

xxxxx = directory where you run your first command.

Was very smooth for me... but cannot promise anything :-)

@apeyroux
Copy link
Member

It's work with 17.03

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

No branches or pull requests

5 participants