Skip to content

COSMIC beta 9#467552

Merged
niklaskorz merged 25 commits intoNixOS:masterfrom
thefossguy:cosmic-beta-9
Dec 5, 2025
Merged

COSMIC beta 9#467552
niklaskorz merged 25 commits intoNixOS:masterfrom
thefossguy:cosmic-beta-9

Conversation

@thefossguy
Copy link
Member

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@thefossguy
Copy link
Member Author

thefossguy commented Dec 3, 2025

Result of running the following command, haven't built anything yet. Hence in draft state.

$ nix-shell maintainers/scripts/update.nix \
    --argstr skip-prompt true \
    --argstr max-workers 50 \
    --argstr keep-going true \
    --arg predicate '(path: pkg: let lib = import <nixpkgs/lib>; in lib.lists.elem lib.teams.cosmic (pkg.meta.teams or []))'

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. labels Dec 3, 2025
@thefossguy thefossguy marked this pull request as ready for review December 3, 2025 20:17
@thefossguy
Copy link
Member Author

Tests pass on aarch64-linux.

$ uname -a
Linux build05 6.12.60 #1-NixOS SMP Mon Dec  1 10:43:41 UTC 2025 aarch64 GNU/Linux

$ nix build /home/thefossguy/.cache/nixpkgs-review/pr-467552/nixpkgs#nixosTests.{cosmic,cosmic-autologin,cosmic-autologin-noxwayland,cosmic-noxwayland} &&  realpath result*
/nix/store/ynvwg323l1gbzrvbanxklsvfc0vs4phk-vm-test-run-cosmic
/nix/store/1pdiz7z1acb9lz6q64g9zwjwb5xk285m-vm-test-run-cosmic-autologin
/nix/store/60rjpn34c2gpnnky2ly66frv25pga4q2-vm-test-run-cosmic-autologin-noxwayland
/nix/store/cqaia38yxd8cmwypinb3z7rpmqjr78d3-vm-test-run-cosmic-noxwayland

@thefossguy
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 467552
Commit: 357b08f8ad2f235d851dbcfe1ebc1b80c2755cf8


x86_64-linux

✅ 43 packages built:
  • cosmic-applets
  • cosmic-applibrary
  • cosmic-bg
  • cosmic-comp
  • cosmic-comp.debug
  • cosmic-design-demo
  • cosmic-edit
  • cosmic-ext-applet-caffeine
  • cosmic-ext-applet-external-monitor-brightness
  • cosmic-ext-applet-minimon
  • cosmic-ext-applet-privacy-indicator
  • cosmic-ext-calculator
  • cosmic-ext-tweaks
  • cosmic-files
  • cosmic-greeter
  • cosmic-icons
  • cosmic-idle
  • cosmic-initial-setup
  • cosmic-launcher
  • cosmic-notifications
  • cosmic-osd
  • cosmic-panel
  • cosmic-player
  • cosmic-randr
  • cosmic-reader
  • cosmic-screenshot
  • cosmic-session
  • cosmic-settings
  • cosmic-settings-daemon
  • cosmic-store
  • cosmic-term
  • cosmic-wallpapers
  • cosmic-workspaces-epoch
  • cosmic-workspaces-epoch.debug
  • examine
  • forecast
  • libcosmicAppHook
  • nixpkgs-manual
  • oboete
  • quick-webapps
  • tasks
  • xdg-desktop-portal-cosmic
  • xdg-desktop-portal-cosmic.debug

@thefossguy
Copy link
Member Author

$ uname -a
Linux build01 6.12.60 #1-NixOS SMP PREEMPT_DYNAMIC Mon Dec  1 10:43:41 UTC 2025 x86_64 GNU/Linux

$ nix build /home/thefossguy/.cache/nixpkgs-review/pr-467552/nixpkgs#nixosTests.{cosmic,cosmic-autologin,cosmic-autologin-noxwayland,cosmic-noxwayland} && realpath result*
/nix/store/67rjmxaypq6iw80xcgflc29fqnyfzxi4-vm-test-run-cosmic
/nix/store/hg5lk2bdfs7cvya28qxsksiwnnnds7zi-vm-test-run-cosmic-autologin
/nix/store/92v90rcx60frhzcj1hkiipw7kn3c28wk-vm-test-run-cosmic-autologin-noxwayland
/nix/store/apl29nyka3d9gqhx9hlmcsy9qwq5r7hj-vm-test-run-cosmic-noxwayland

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Dec 4, 2025
@thefossguy
Copy link
Member Author

Built an ISO and of what I tested, nothing is broken (at least on x86_64-linux).

@brianmcgillion
Copy link
Contributor

on nixos-unstable (418468a)
revert #464981
cherry-pick #464707
cherry-pick this PR's 25 commits

nixos-unstable...tiiuae:nixpkgs:cosmic-beta9
tiiuae/ghaf#1616 (the jenkins failure, one device was off-line during the test cycle)

The revert and first cherry-pick are needed for cross-compiled rust settings see #465948

The cosmic DE (cosmic beta 9) builds on aarch64 (native), aarch64 (cross), and x86-64.
Automated smoke tests pass on all x86 platforms.
Manual testing does not show any major regressions, at least for the basic use cases.

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Dec 5, 2025
@thefossguy
Copy link
Member Author

@brianmcgillion's comment reminds me if we should revert d2c6221. Haven't tested it yet but from the posted comment, it looks like that should be a safe operation.

@niklaskorz niklaskorz added this pull request to the merge queue Dec 5, 2025
Merged via the queue into NixOS:master with commit a0a700e Dec 5, 2025
35 checks passed
@HeitorAugustoLN
Copy link
Member

@brianmcgillion's comment reminds me if we should revert d2c6221. Haven't tested it yet but from the posted comment, it looks like that should be a safe operation.

not yet, the fix didn't reach master yet

@thefossguy
Copy link
Member Author

@brianmcgillion's comment reminds me if we should revert d2c6221. Haven't tested it yet but from the posted comment, it looks like that should be a safe operation.

not yet, the fix didn't reach master yet

I saw it got merged but now I see that the target branch is staging. My bad.

@niklaskorz
Copy link
Member

@brianmcgillion's comment reminds me if we should revert d2c6221. Haven't tested it yet but from the posted comment, it looks like that should be a safe operation.

not yet, the fix didn't reach master yet

I saw it got merged but now I see that the target branch is staging. My bad.

You could revert the workaround on staging, which makes sure the reversal lands together with the proper fix

@Pandapip1
Copy link
Member

Opened #468250

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

Labels

6.topic: COSMIC COSMIC is a software platform for designing beautiful user experiences 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants