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
This commit is contained in:
parent
e720f4ba1c
commit
d8b6b0e4f1
@ -24,3 +24,15 @@ index fbcafbf..ef409ee 100644
|
||||
if (!resp) {
|
||||
return null;
|
||||
}
|
||||
diff --git a/src/color_dialog/src/main.ts b/src/color_dialog/src/main.ts
|
||||
index a9637e5..5cb86ce 100644
|
||||
--- a/src/color_dialog/src/main.ts
|
||||
+++ b/src/color_dialog/src/main.ts
|
||||
@@ -6,6 +6,7 @@ import Gtk from 'gi://Gtk?version=3.0';
|
||||
import Gdk from 'gi://Gdk';
|
||||
|
||||
const EXT_PATH_DEFAULTS = [
|
||||
+ '/run/current-system/sw/share/gnome-shell/extensions/',
|
||||
GLib.get_home_dir() + '/.local/share/gnome-shell/extensions/',
|
||||
'/usr/share/gnome-shell/extensions/',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user