Skip to content

COSMIC stable 1.0.12#517052

Merged
HeitorAugustoLN merged 25 commits intoNixOS:masterfrom
salva09:cosmic-stable-1.0.12
May 9, 2026
Merged

COSMIC stable 1.0.12#517052
HeitorAugustoLN merged 25 commits intoNixOS:masterfrom
salva09:cosmic-stable-1.0.12

Conversation

@salva09
Copy link
Copy Markdown
Contributor

@salva09 salva09 commented May 5, 2026

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.

@nixpkgs-ci nixpkgs-ci Bot added 8.has: package (update) This PR updates a package to a newer version 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. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 12.first-time contribution This PR is the author's first one; please be gentle! 6.topic: COSMIC COSMIC is a software platform for designing beautiful user experiences labels May 5, 2026
@salva09
Copy link
Copy Markdown
Contributor Author

salva09 commented May 6, 2026

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 517052
Commit: 3dc7be1fe354f2890b70d0bb3ca592c0e7ba936c


x86_64-linux

✅ 45 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-applet-sysinfo
  • cosmic-ext-applet-weather
  • 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
  • miro
  • oboete
  • quick-webapps
  • tasks
  • xdg-desktop-portal-cosmic
  • xdg-desktop-portal-cosmic.debug

@nyabinary nyabinary requested a review from a team May 6, 2026 19:40
@nyabinary
Copy link
Copy Markdown
Contributor

What with the 1.0.11 commits?

@a-kenji
Copy link
Copy Markdown
Member

a-kenji commented May 7, 2026

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 517052 --additional-package nixosTests.cosmic-autologin-noxwayland --additional-package nixosTests.cosmic --additional-package nixosTests.cosmic-autologin --additional-package nixosTests.cosmic-noxwayland
Commit: 3dc7be1fe354f2890b70d0bb3ca592c0e7ba936c


x86_64-linux

✅ 4 tests built:
  • nixosTests.cosmic
  • nixosTests.cosmic-autologin
  • nixosTests.cosmic-autologin-noxwayland
  • nixosTests.cosmic-noxwayland
✅ 45 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-applet-sysinfo
  • cosmic-ext-applet-weather
  • 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
  • miro
  • oboete
  • quick-webapps
  • tasks
  • xdg-desktop-portal-cosmic
  • xdg-desktop-portal-cosmic.debug

Copy link
Copy Markdown
Member

@thefossguy thefossguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the 1.0.11 commits. They're not necessary. Rest looks good for the moment.

@salva09 salva09 force-pushed the cosmic-stable-1.0.12 branch from 3dc7be1 to 3d6c1c2 Compare May 7, 2026 20:08
nixpkgs-branch-check[bot]

This comment was marked as outdated.

@salva09 salva09 force-pushed the cosmic-stable-1.0.12 branch from 3d6c1c2 to d6d3ea9 Compare May 7, 2026 20:19
Copy link
Copy Markdown

@nixpkgs-branch-check nixpkgs-branch-check Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR's base branch is set to master, but 1009 commits from the staging branch are included. Make sure you know the right base branch for your changes, then:

  • If the changes should go to the staging branch, change the base branch.
  • If the changes should go to the master branch, rebase your PR onto the correct merge-base:
    # git rebase --onto $(git merge-base upstream/master HEAD) $(git merge-base upstream/staging HEAD)
    git rebase --onto 48a7fb14a7eeb2f838e8c3c3aa9ede3d83dddf4f 4788668746f9190acabfb293a926e7caa2d80bd1
    git push --force-with-lease

@salva09 salva09 force-pushed the cosmic-stable-1.0.12 branch from d6d3ea9 to 3574239 Compare May 7, 2026 20:25
@salva09 salva09 force-pushed the cosmic-stable-1.0.12 branch from 3574239 to 9787156 Compare May 7, 2026 20:46
@salva09
Copy link
Copy Markdown
Contributor Author

salva09 commented May 7, 2026

I removed now the previous commits, sorry for the nixpkgs bots comments, I had a bit of trouble rebasing and dropping commits, it's my first time using git with a forked repo, hope it's all good now

@salva09 salva09 requested a review from thefossguy May 7, 2026 20:49
Copy link
Copy Markdown
Member

@thefossguy thefossguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Lines up 1:1 with the changes my update script did locally.

Please switch this PR to Ready for review. Once that's done, I'll test it out and then review it.

@salva09 salva09 marked this pull request as ready for review May 8, 2026 12:53
@salva09
Copy link
Copy Markdown
Contributor Author

salva09 commented May 8, 2026

Here is an overlay shared by @IceDBorn (updated for this branch) for anyone interested in using and testing the latest COSMIC version.

{
  nixpkgs.overlays = [
    (
      final: prev:
      let
        src = prev.fetchFromGitHub {
          owner = "salva09";
          repo = "nixpkgs";
          rev = "9787156d30973918e9954f110a3c6b1a766cdd0e";
          hash = "sha256-RRMhCsXaH/k9taYyhNPS4YjLt4GVc1vZIh5PRX1xPZU=";
        };

        byName = name: "${src}/pkgs/by-name/${builtins.substring 0 2 name}/${name}/package.nix";

        pkgNames = [
          "cosmic-applets"
          "cosmic-applibrary"
          "cosmic-bg"
          "cosmic-comp"
          "cosmic-edit"
          "cosmic-files"
          "cosmic-greeter"
          "cosmic-icons"
          "cosmic-idle"
          "cosmic-initial-setup"
          "cosmic-launcher"
          "cosmic-notifications"
          "cosmic-osd"
          "cosmic-panel"
          "cosmic-player"
          "cosmic-randr"
          "cosmic-screenshot"
          "cosmic-session"
          "cosmic-settings"
          "cosmic-settings-daemon"
          "cosmic-store"
          "cosmic-term"
          "cosmic-wallpapers"
          "cosmic-workspaces-epoch"
          "xdg-desktop-portal-cosmic"
        ];
      in
      prev.lib.genAttrs pkgNames (
        name:
        (final.callPackage (byName name) { }).overrideAttrs (_: {
          doCheck = false;
        })
      )
    )
  ];
}

@thefossguy
Copy link
Copy Markdown
Member

Packages build successfully. I'll test it out soon. Sorry about the delay :(

@thefossguy
Copy link
Copy Markdown
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 517052 --extra-nixpkgs-config '{ allowBroken = false; }' --additional-package nixosTests.cosmic-noxwayland --additional-package nixosTests.cosmic-autologin --additional-package nixosTests.cosmic --additional-package nixosTests.cosmic-autologin-noxwayland
Commit: 9787156d30973918e9954f110a3c6b1a766cdd0e


aarch64-linux

✅ 4 tests built:
  • nixosTests.cosmic
  • nixosTests.cosmic-autologin
  • nixosTests.cosmic-autologin-noxwayland
  • nixosTests.cosmic-noxwayland
✅ 45 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-applet-sysinfo
  • cosmic-ext-applet-weather
  • 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
  • miro
  • oboete
  • quick-webapps
  • tasks
  • xdg-desktop-portal-cosmic
  • xdg-desktop-portal-cosmic.debug

@thefossguy
Copy link
Copy Markdown
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 517052 --extra-nixpkgs-config '{ allowBroken = false; }' --additional-package nixosTests.cosmic-noxwayland --additional-package nixosTests.cosmic-autologin-noxwayland --additional-package nixosTests.cosmic --additional-package nixosTests.cosmic-autologin
Commit: 9787156d30973918e9954f110a3c6b1a766cdd0e


x86_64-linux

✅ 4 tests built:
  • nixosTests.cosmic
  • nixosTests.cosmic-autologin
  • nixosTests.cosmic-autologin-noxwayland
  • nixosTests.cosmic-noxwayland
✅ 45 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-applet-sysinfo
  • cosmic-ext-applet-weather
  • 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
  • miro
  • oboete
  • quick-webapps
  • tasks
  • xdg-desktop-portal-cosmic
  • xdg-desktop-portal-cosmic.debug

Copy link
Copy Markdown
Member

@thefossguy thefossguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Built an ISO with the newly merged module and tested it out. Nothing seems broken. Thank you for working on this!

@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 May 9, 2026
Copy link
Copy Markdown
Member

@a-kenji a-kenji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested ~10 binary packages manually. Looks good.

@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 May 9, 2026
@HeitorAugustoLN HeitorAugustoLN dismissed nixpkgs-branch-check[bot]’s stale review May 9, 2026 18:38

PR Author rebased the branch and fixed the issue

@HeitorAugustoLN HeitorAugustoLN added this pull request to the merge queue May 9, 2026
Merged via the queue into NixOS:master with commit 2e8afb4 May 9, 2026
34 checks passed
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 8.has: package (update) This PR updates a package to a newer version 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. 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. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants