gnomeExtensions.pop-shell: unstable-2023-11-10 -> unstable-2024-04-04 (#299042)

* gnomeExtensions.pop-shell: unstable-2023-11-10 -> unstable-2024-03-25

* gnomeExtensions.pop-shell: fix pick of "Active Hint Color" #256889

* gnomeExtensions.pop-shell: unstable-2024-03-25 -> unstable-2024-04-04

authored by WrenIX and committed by GitHub d8b6b0e4 e720f4ba

+12
+12
pkgs/desktops/gnome/extensions/pop-shell/fix-gjs.patch
··· 24 if (!resp) { 25 return null; 26 }
··· 24 if (!resp) { 25 return null; 26 } 27 + diff --git a/src/color_dialog/src/main.ts b/src/color_dialog/src/main.ts 28 + index a9637e5..5cb86ce 100644 29 + --- a/src/color_dialog/src/main.ts 30 + +++ b/src/color_dialog/src/main.ts 31 + @@ -6,6 +6,7 @@ import Gtk from 'gi://Gtk?version=3.0'; 32 + import Gdk from 'gi://Gdk'; 33 + 34 + const EXT_PATH_DEFAULTS = [ 35 + + '/run/current-system/sw/share/gnome-shell/extensions/', 36 + GLib.get_home_dir() + '/.local/share/gnome-shell/extensions/', 37 + '/usr/share/gnome-shell/extensions/', 38 + ];