Other indicators can stop search from working

Bug #1643105 reported by Sam Thomas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Slingshot
New
Undecided
Unassigned

Bug Description

If another indicator attaches a method to the GLib Mainloop with Idle.add (...) that never gets removed, search in slingshot no longer works. An example of this: https://github.com/sgpthomas/elementary-redshift/blob/839448cf5bc330516b621c1c30b1897ecfdd8e25/src/Services/RedshiftController.vala#L66.

Revision history for this message
Sam Thomas (sgpthomas) wrote :

Doesn't happen if you set the Idle priority to low. So using
Idle.add_full (Priority.LOW, some_func);

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.