nixpkgs/pkgs/desktops/gnome/core/nautilus
colin 22834c42cc gnome.nautilus: use the gtk4 FileChooser settings schema (fixes crash-on-start)
upstream PR for more context: <https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/1013>

with the recent nixpkgs bump from GNOME 42 -> 43, we build nautilus with
gtk4 (as upstream expects). if the user has nothing else in their
environment providing gtk3, then nautilus fails to locate a gtk3
gsettings schema it depends on. i.e.

```console
$ nautilus
(org.gnome.Nautilus): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
```

we could solve this on our end by adding gtk3 to `gappsWrapperArgs`, but
this seems like an upstream bug: i believe they mean to use the gtk4 settings
schemas instead of the legacy gtk3 ones.
2022-10-25 17:26:07 +02:00
..
default.nix gnome.nautilus: use the gtk4 FileChooser settings schema (fixes crash-on-start) 2022-10-25 17:26:07 +02:00
extension_dir.patch gnome.nautilus: 43.beta → 43.beta.1 2022-10-11 18:52:16 +02:00
fix-paths.patch