-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
[21.11] Pantheon 6.1 backports 2022-02-24 #161642
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 24, 2022
See elementary/gala#244 (cherry picked from commit ede5fff)
(cherry picked from commit be1e44b)
Fixed a use-after-free issue where logged_in_context is used in update_style(). There are several reports for this but upstream has no action for this so far during the 6.x cycle. See the provided link for more details. (cherry picked from commit f29955d) Note: the above is the original commit message, the patch has been accepted on upstream.
(cherry picked from commit 4646e7f)
ca6d95a
to
cc8e6ff
Compare
@ofborg test pantheon |
Result of 2 packages built:
|
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: pantheon
The Pantheon desktop environment
8.has: module (update)
This PR changes an existing module in `nixos/`
8.has: upstream changes reviewed
Reviewer checked the changelogs/commit logs associated with the release and did not find any issues.
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
10.rebuild-linux: 1-10
11.by: package-maintainer
This PR was created by the maintainer of the package it changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Monthly Pantheon update backport for 21.11. Upstream is shifting focus to Pantheon 7 so there is mostly no work for us.
I am excluding the appcenter patch drop from backport as I live on nixos-unstable when I don't test nixos-21.11 pantheon bumps and unfortunately I have no time to test the appcenter patch drop with the old packagekit shipped in nixos-21.11, though things should work...
Good news is that the greeter crash has been fixed on upstream a few hours ago.
Previous stable channel backport pull request
How to test on NixOS
NixOS/nixpkgs
repository and checkout to this PR, you can use the GitHub CLI toolgh
.configuration.nix
, you can save the file to any directory.nixpkgs
checkout (/path/to/nixpkgs
) and the configuration (/path/to/configuration.nix
). It will take some time to build the packages, so grab some coffee while waiting.A QEMU virtual machine will be launched, wait for LightDM to start and login with the password
test
.Test the upgrade and if you find anything wrong, please also try reproduce the issue on
master
then comment here with your findings so we can handle that properly (i.e. we will drop the commit here that introduces major regressions).Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes