gnomeExtensions: Auto-update: 82 new, 111 updated, 4 removed#135066
gnomeExtensions: Auto-update: 82 new, 111 updated, 4 removed#135066maralorn merged 1 commit intoNixOS:masterfrom
Conversation
|
Result of 193 packages built successfully:
|
|
@piegamesde. This looks sane. I have no clue though how best to test this. Do you have a way to convince yourself that everything is working right? |
|
@maralorn I have a VM with all extensions installed but it is more for bug fixing than update testing—there are simply way too many extensions. So the updates are mostly hit-or-miss … |
|
Thx for the PR. After consideration I deemed this save to merge. The nixpkgs-review report was very helpful. |
|
Hello, has this been backported to 21.05? I tried installing paperwm and material-shell and it says they are incompatible (as reported in #125975 ) Thanks! |
|
@tyrion No, GNOME support on stable is barely existent. But if you want to put the effort in making a backport PR this close to a new release, feel free. |
|
@piegamesde thanks for the quick reply. I am not sure I have the required knowledge to backport this. What would be your suggestions to get one or two extensions to work? Upgrade the whole system to unstable? Anyway, I tried to install the correct extension by putting this (I didn't find an other way to access ((callPackage (modulesPath + "../../../pkgs/desktops/gnome/extensions") { }).buildShellExtension {
"uuid" = "material-shell@papyelgringo";
"name" = "Material Shell";
"pname" = "material-shell";
"description" = "..";
"link" = "https://extensions.gnome.org/extension/3357/material-shell/";
"version" = "17";
"sha256" = "19zniqwksrfxcdw2byqhi8px0bzb28qljzzl0wl2cb8jnm517g6b";
"metadata" = "..";
})I can see the extension, but when I turn it on, the gnome session crashes. So I am not sure if this is not the correct way to package/install it, or if there is some other problem. |
It's juts git stuff. Checkout the release branch, cherry-pick the changes you want and then make a pull request targeting that branch. (Somebody correct me if I'm wrong)
Simply use the
Interesting, it was forgotten in |
|
Ok, thanks for the information. I guess I could try to make a PR, however, I should make material-shell work first, because right now it crashes gnome-shell so it wouldn't be too useful to backport it. |
Motivation for this change
Supersedes #126412.
Things done
nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)