Unverified Commit bddebbcf authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

gnomeExtensions.system-monitor: fix order for collisions (#461619)

parents d6c36326 9968bd56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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";