3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/glib
Max 5b3f9e0d41 glib: follow profile updates when searching apps
GNOME Shell monitors XDG_DATA_DIRS for changes using inotify for the
purpose of updating the list of applications displayed in the overview
as they are installed or removed. Because the relevant directories are
symlinks under NixOS and are swapped on change, Shell never notices it.
To remedy this, also monitor various profile directories to signal an
update whenever profiles are changed.

This uses a patch from Guix, slightly modified to also encompass user
environment profiles (/etc/profiles/per-user/$USER) in addition to the
system profile (/nix/var/nix/profiles/system) as well as regular user
profiles (/nix/var/nix/profiles/per-user/$USER/profile).
2021-03-31 00:37:57 +00:00
..
darwin-compilation.patch
default.nix glib: follow profile updates when searching apps 2021-03-31 00:37:57 +00:00
glib-appinfo-watch.patch glib: follow profile updates when searching apps 2021-03-31 00:37:57 +00:00
gobject_init_on_demand.patch
quark_init_on_demand.patch
schema-override-variable.patch
setup-hook.sh
skip-timer-test.patch
split-dev-programs.patch