We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e844a30 commit 41a8e9cCopy full SHA for 41a8e9c
statusNotifierWatcher.js
@@ -150,7 +150,6 @@ var StatusNotifierWatcher = class AppIndicatorsStatusNotifierWatcher {
150
// StatusNotifierItem interface... However let's do it after a low
151
// priority idle, so that it won't affect startup.
152
const cancellable = this._cancellable;
153
- await new PromiseUtils.IdlePromise(GLib.PRIORITY_LOW, cancellable);
154
const bus = Gio.DBus.session;
155
const uniqueNames = await Util.getBusNames(bus, cancellable);
156
const introspectName = async name => {
0 commit comments