gnomeExtensions.system-monitor: fix order for collisions (#461619)
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
"persian-calendar@iamrezamousavi.gmail.com"
|
||||
],
|
||||
"system-monitor": [
|
||||
"system-monitor@gnome-shell-extensions.gcampax.github.com",
|
||||
"System_Monitor@bghome.gmail.com",
|
||||
"system-monitor@axet.github.com",
|
||||
"system-monitor@gnome-shell-extensions.gcampax.github.com"
|
||||
"system-monitor@axet.github.com"
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ index 37d2eb1..232d0d5 100644
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
|
||||
+GIRepository.Repository.prepend_search_path('@gtop_path@');
|
||||
+GIRepository.Repository.dup_default().prepend_search_path('@gtop_path@');
|
||||
+const GTop = (await import("gi://GTop")).default;
|
||||
+
|
||||
const THRESHOLD_HIGH = 0.80;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
"system-monitor@gnome-shell-extensions.gcampax.github.com" = "system-monitor";
|
||||
"System_Monitor@bghome.gmail.com" = "system-monitor-2";
|
||||
"system-monitor@axet.github.com" = "system-monitor-3";
|
||||
|
||||
"FuzzyClock@fire-man-x" = "fuzzy-clock-3";
|
||||
"FuzzyClock@johngoetz" = "fuzzy-clock";
|
||||
|
||||
Reference in New Issue
Block a user