-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
GNOME: 41 → 42 #160343
GNOME: 41 → 42 #160343
Conversation
aaaca93
to
ac83b30
Compare
I went through the changelogs and added to-do tasks for https://github.com/NixOS/nixpkgs/projects/44 |
f36f1b6
to
49349ea
Compare
@jtojnar Fedora seems to ship cinnamon with blueman instead of blueberry until the issue is resolved. This might be a solution, thought I'd be more keen on keeping the old gnome-bluetooth alive via the cinnamon scope instead, as otherwise once the situation is resolved it would make sense to switch back. So unless blueberry is going to be dropped the only reasonable solution would be keeping the old gnome-bluetooth, unless that's too much effort. |
@jtojnar I have a fix for blueberry: gnome...mkg20001:blueberry |
I find myself not that sure with what is changed in gnome-bluetooth. May I ask will |
Yeah, that is on top of the todo list, just have not had time to investigate. |
Looks like it is missing But then, when I select a file, it crashes. |
I just did a fresh installation of GNOME OS using latest |
I already fixed the file selection locally and now I am working on porting sendto to GApplication. I will try to reintroduce the device selector after that. Edit: Got go-ahead from Bastien, you can follow the progress at https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/120. |
|
That sounds like a GLib bug, opened https://gitlab.gnome.org/GNOME/glib/-/issues/2625. Can someone on Darwin reproduce this with
|
Tried to run that using GitHub actions, using macos-latest |
Hmm, maybe it has something to do with some compiler flag. |
I can reproduce on aarch64-darwin with |
Nice, I can reproduce that on Linux too. |
|
I should've tried that before merging; retrospectively it's an obvious step. |
🤦♀️ I ran the tests locally and noticed they were stuck but got sidetracked and forgot about that. Investigating now. Edit: Likely something to do with the fact that we no longer install GNOME Terminal. |
Maybe we should update gnomeTerminalCommand for gnome-console (and adjust other parts accordingly)? |
Fixed in 8e251df as a stop gap, we should definitely switch to gnome-console. |
Trying to address the Inkscape issue in 086c62d |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/breaking-changes-announcement-for-unstable/17574/12 |
More breakage:
After
|
Did you click one of the providers (e.g. Nextcloud)? Another issue:
|
Apparently, the issue only happens on Xorg. |
I was/am on xorg, keybase-gui and other pre-electron-12 things do not work on wayland. UnU EDIT:
|
@@ -547,7 +496,6 @@ in | |||
programs.file-roller.enable = notExcluded pkgs.gnome.file-roller; | |||
programs.geary.enable = notExcluded pkgs.gnome.geary; | |||
programs.gnome-disks.enable = notExcluded pkgs.gnome.gnome-disk-utility; | |||
programs.gnome-terminal.enable = notExcluded pkgs.gnome.gnome-terminal; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has the side effect of disabling programs.bash.vteIntegration
and programs.zsh.vteIntegration
, which should ideally still be enabled for gnome-console.
This also broke 3.0.13 works. |
Actually it seems like it might just be a flaky test, or perhaps it's due to impurities in the darwin environment but it's passing on my machine now 🤷 |
https://discourse.gnome.org/t/gnome-42-released/9255
http://release.gnome.org/42
Introducing GNOME 42 - YouTube
https://github.com/NixOS/nixpkgs/projects/44
This time starting a bit early.
Main pain points:
libsoup3 migration https://gitlab.gnome.org/GNOME/libsoup/-/issues/218does not look ready for this cycle, let’s stay on libsoup 2 when possibleProcesses can only link against one version of the library (even transitively), or there will be symbol clashes!
cc @NixOS/gnome
https://hydra.nixos.org/jobset/nixpkgs/gnome