After #15357 is resolved, we should deprecate KDE 4. KDE 4 is not being updated upstream except for critical security vulnerabilities in kdelibs
; other applications are probably vulnerable. NixOS has had a reliable KDE 5 desktop in the last two releases.
Do you think we can remove KDE4 in this release? It hasn't had a release in almost 2 years now.
Same should be for Gnome 2, but that's another issue.
I thought we deprecated gnome2 long ago. EDIT: I wouldn't even expect it to work anymore.
Anything I missed in what I assume is an incredibly naive todo?
Anything I missed in what I assume is an incredibly naive todo?
Per our unofficial policy, we can't do the last four items on your list without a deprecation period so as not to break users' configurations. It's impossible to have a deprecation period because you can't deprecate packages in Nix.
I'm not opposed to removing kde4, but after looking at it a bit it doesn't seem to be that easy as a lot of other packages reach into the kde4 stuff. If someone manages to remove it without breaking the world I'd appreciate that, but it does not look easy.
While deprecating KDE4 as a DM seems warranted, I expect that removing it from repos may take a little while if we want to avoid application breakage. KDE5 Plasma only had their first LTS (5.8) in October 2016 (only ~4 months ago), and Solid's API was only fully broken out into KDE5 Frameworks reached what appears to be feature parity about a year go.
I haven't searched the packages to find out how much is updatable, but I'd expect:
I think that probably the most important step moving forward would be for someone (not volunteering, sorry, busy) to triage dependent packages into these categories. A second step would be to take any packages in the second category (still maintained packages which intend to continue to depend on KDE4) and see if we can get stats from cache.nixos.org for how often they're still fetched to see how important they are to people, and whether any of them might merit keeping kde4.
Just glancing through the list of things @grahamc had to remove in his WIP attempt:
kmymoney
, and we nuke it, that person will probably be very cross with us.kdenlive
is dependent on KDE 4, we're shipping an outdated version.tl;dr:
I think we need to check impact methodically per package before just trying to pull KDE 4-as-a-dependency.
@grahamc asked me to take a look at this since I'm the maintainer for KDE 5. I hope to tackle this over the weekend. The main problem we have is that all the KDE 4 stuff is unmaintained so there is no person who is responsible to either keep things updated or remove them. I intend to force the issue by:
Hopefully, some person or persons who is losing their favorite package will step forward to maintain it and its dependencies. If nobody does and a user loses their favorite package, that's tough. This is an open source project; we work _with_ each other, not _for_ anyone. Sometimes you have to step up and maintain a package yourself. If nobody steps up, then the packages I will be removing are unmaintained de facto. Outdated, insecure, and unmaintained packages are a drain on our cognitive and computational resources. Nothing of value will be lost by removing them.
Besides, users can always install lost packages from an old release. Since the packages don't receive security updates anyway, this isn't a problem.
@ttuegel thanks for taking this on.
@ttuegel++ for all of that.
On Thu, Feb 16, 2017 at 11:51 AM Robin Gloster notifications@github.com
wrote:
@ttuegel https://github.com/ttuegel thanks for taking this on.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/NixOS/nixpkgs/issues/15866#issuecomment-280388673,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAErrDFW_SX7CknArG1yKUDXYDkYbwKbks5rdH6fgaJpZM4Iqt7V
.
@grahamc I've made a first pass of the packages that need attention. Could you check my triage logic?
Sound good?
👍 this looks like a very well thought out and thorough plan, I like it a lot.
re: the issues you're opening, is there a list you're going off? I'd be happy to help triage.
re: the issues you're opening, is there a list you're going off? I'd be happy to help triage.
Nope, I'm just going down the list of things that depend on KDE 4 and applying the criteria in that list! I'm actually done with filing issues and removing packages. Now I'm down to polishing the PR and writing mail for the list.
You're amazing! 😻
I think this is fixed now.
Most helpful comment
@grahamc asked me to take a look at this since I'm the maintainer for KDE 5. I hope to tackle this over the weekend. The main problem we have is that all the KDE 4 stuff is unmaintained so there is no person who is responsible to either keep things updated or remove them. I intend to force the issue by:
Hopefully, some person or persons who is losing their favorite package will step forward to maintain it and its dependencies. If nobody does and a user loses their favorite package, that's tough. This is an open source project; we work _with_ each other, not _for_ anyone. Sometimes you have to step up and maintain a package yourself. If nobody steps up, then the packages I will be removing are unmaintained de facto. Outdated, insecure, and unmaintained packages are a drain on our cognitive and computational resources. Nothing of value will be lost by removing them.
Besides, users can always install lost packages from an old release. Since the packages don't receive security updates anyway, this isn't a problem.