!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

409 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)92 Servers

Load older messages


SenderMessageTime
22 Apr 2024
@lily:lily.flowersLily Foster
In reply to @maxeaubrey:matrix.org
Mostly saves some rebuilds all around, but I'll leave the decision up to you
I've opened gstreamer PR as https://github.com/NixOS/nixpkgs/pull/306016 and waiting on some remote builds to finish. Feel free to include and iterate on it on the GNOME PR or merge separately for the upcoming staging-next iteration. I meant to do more assurance (especially against gnome branch) before opening it, but I'm going in to surgery tomorrow and will be offline (and so it'll be a bit before i'm able to help debug regressions). Feel free to change whatever you need and force-push to that branch if you do want it separate, or just do whatever you feel is most appropriate
14:40:12
@artturin:matrix.orgArtturin

piegames: I suppose you overlooked setting the meta.platforms to platforms.linux in gnomeExtensions?

https://github.com/NixOS/nixpkgs/blob/06fc87533759bb6243ca4114a1edd7f7d8068396/pkgs/desktops/gnome/extensions/buildGnomeExtension.nix#L53

15:24:11
@piegames:matrix.orgpiegamesI suppose15:26:20
@artturin:matrix.orgArtturinhttps://github.com/NixOS/nixpkgs/pull/30602915:27:07
@lily:lily.flowersLily Foster
In reply to @lily:lily.flowers
I've opened gstreamer PR as https://github.com/NixOS/nixpkgs/pull/306016 and waiting on some remote builds to finish. Feel free to include and iterate on it on the GNOME PR or merge separately for the upcoming staging-next iteration. I meant to do more assurance (especially against gnome branch) before opening it, but I'm going in to surgery tomorrow and will be offline (and so it'll be a bit before i'm able to help debug regressions). Feel free to change whatever you need and force-push to that branch if you do want it separate, or just do whatever you feel is most appropriate
(failing checks seem to be unrelated, btw. some other regression on staging right now)
16:11:59
@maxeaubrey:matrix.orgmaxine (they/them)

SebTM: we'll presumably do another extensions bump after landing gnome 46, rather than as part of this PR

19:50:53
@maxeaubrey:matrix.orgmaxine (they/them)GNOME 46 is now in the current staging-next cycle! https://github.com/NixOS/nixpkgs/pull/30608020:06:49
23 Apr 2024
@sebtm:lodere.esSebTM
In reply to @maxeaubrey:matrix.org
uep SebTM mea culpa, I kicked off the jobset before pushing the gdk-pixbuf bump not after as I had thought. Since that is also in staging I will just drop that commit, but that'll be the culprit of a tonne of rebuilds for both of you.
Got it also upgraded locally to Gnome 46 - thanks for the help 🙏
06:02:03
@sebtm:lodere.esSebTM
In reply to @maxeaubrey:matrix.org
uep SebTM mea culpa, I kicked off the jobset before pushing the gdk-pixbuf bump not after as I had thought. Since that is also in staging I will just drop that commit, but that'll be the culprit of a tonne of rebuilds for both of you.
* Got it also upgraded locally to Gnome 46 - thanks for the help 🙏 Whats from your experience the time a staging cycle is built/released?
06:53:16
@sebtm:lodere.esSebTM
In reply to @maxeaubrey:matrix.org

SebTM: we'll presumably do another extensions bump after landing gnome 46, rather than as part of this PR

Did an auto-update because appindicator was released for gnome-46 (5 days ago) and missing which breaks my workflow a bit: https://github.com/NixOS/nixpkgs/pull/306197

(not sure if it is helpful but can re-update again when we are at the point - just let me know if I can help out or if it's easier for you to do yourself...)

07:18:47
@sebtm:lodere.esSebTM
In reply to @maxeaubrey:matrix.org

SebTM: we'll presumably do another extensions bump after landing gnome 46, rather than as part of this PR

*

Did an auto-update because appindicator was released for gnome-46 (5 days ago) and missing which breaks my workflow a bit: https://github.com/NixOS/nixpkgs/pull/306197

(not sure if it is helpful, target might be wrong, but can re-update again when we are at the point - just let me know if I can help out or if it's easier for you to do yourself...)

07:19:09
@vcunat:matrix.orgvcunat
In reply to @sebtm:lodere.es
Got it also upgraded locally to Gnome 46 - thanks for the help 🙏 Whats from your experience the time a staging cycle is built/released?
staging-next normally takes about 4-5 days to build. But often we run into regressions that need human time and more rebuilds, so it's not rare to take two weeks altogether.
09:30:12
@vcunat:matrix.orgvcunat You can watch that PR and/or #staging:nixos.org 09:30:42
@vcunat:matrix.orgvcunat(help with fixes is always welcome, of course)09:30:57
@sebtm:lodere.esSebTM
In reply to @vcunat:matrix.org
(help with fixes is always welcome, of course)
Thanks for the explanation - will try my best :)
09:32:20
@tanja-6584:matrix.orgTanja (Old; I'm now @tanja:catgirl.cloud) changed their display name from Tanja (Old) to Tanja (Old; I'm now @tanja:catgirl.cloud).12:30:39
24 Apr 2024
@silasdavis:one.ems.host@silasdavis:one.ems.host

somewhat recent proprietary nvidia drivers have horribly broken my desktop. I was only using them because nouveau had been unstable with my GPU previously. So I thought I'd just give nouveau another go before hauling myself across nvidia's coals, so I removed the line:

services.xserver.videoDrivers = [ "nvidia" ];

I thought this would be enough to switch me over to nouveau but I still appear to have nvidida_drm module loaded after update and reboot

Is there something else that could be forcing the nvidia drivers on me?

07:50:03
@silasdavis:one.ems.host@silasdavis:one.ems.host

whoops, had nixos-hardware.nixosModules.common-gpu-nvidia-nonprime as a module in my flake.nix

I guess this just was a no-op on all my non nvidia-GPU machines (which, incidentally, all of my future machines will be ! )

08:11:40
@silasdavis:one.ems.host@silasdavis:one.ems.hostsigh, nouveau still immediately halts after promisingly getting past the gnome login screen with everything rendered okay...08:12:32
@sebtm:lodere.esSebTMHey, a bit of a personal-workflow question: Normally I'm on nixos-unstable, until staging-next is build I'm using gnome-46 with the extension update as own branch. How can I safely still receive updates from unstable channel but not risk a mass rebuild like when rebasing on nixos-unstable? 🤔11:45:15
@sebtm:lodere.esSebTM * Hey, a bit of a personal-workflow question: Normally in my flake I'm on nixos-unstable, until staging-next is build I'm using gnome-46 with the extension update as own branch. How can I safely still receive updates from unstable channel but not risk a mass rebuild like when rebasing on nixos-unstable? 🤔11:45:31
@sebtm:lodere.esSebTM * Hey, a bit of a personal-workflow question: Normally in my flake I'm on nixos-unstable, until staging-next is build I'm using gnome-46 with the extension update as own branch. How can I safely still receive updates from unstable channel but not risk a mass rebuild like when rebasing on nixos-unstable without selecting the updates manually? 🤔11:45:52
@sebtm:lodere.esSebTM * Hey, a bit of a personal-workflow question: Normally in my flake I'm on nixos-unstable, until staging-next is build I'm using gnome-46 with the extension update as own branch. How can I safely still receive updates from unstable channel but not risk a mass rebuild like when rebasing on nixos-unstable without selecting the commits/updates manually? 🤔11:46:08
@vcunat:matrix.orgvcunatI don't think that's possible. You'll rebuild at least all of gnome (including some webkits), so quite a lot.17:08:25
25 Apr 2024
@vengmark2:matrix.orgl0b0 Hi, do you know who to @notify about GNOME does not have a cursor style by default? 01:48:52
@vcunat:matrix.orgvcunat
In reply to @sebtm:lodere.es
Hey, a bit of a personal-workflow question: Normally in my flake I'm on nixos-unstable, until staging-next is build I'm using gnome-46 with the extension update as own branch. How can I safely still receive updates from unstable channel but not risk a mass rebuild like when rebasing on nixos-unstable without selecting the commits/updates manually? 🤔
Later today almost all *-linux binaries for staging-next branch should get to cache.nixos.org, so using that might be your best shot if you want the new stuff already.
08:12:10
@stablejoy:matrix.org@stablejoy:matrix.org joined the room.12:15:32
@mjolnir:nixos.orgNixOS Moderation Bot banned @jonringer:matrix.orgjonringer (Banned until 2024/06/10 after deliberation of the Moderation team).21:12:00
26 Apr 2024
@vodros:matrix.orgVodros joined the room.00:43:41
@vodros:matrix.orgVodros changed their display name from vodros to Vodros.00:56:52

Show newer messages


Back to Room ListRoom Version: 6