-
tracker3: Don't create connection in static constructor
bus_new
will wait for work in the GDBus thread to be completed. However, further type initialization in the GDBus thread will block on the GTypeclass_init_rec_mutex
we're already holding and we end up in a deadlock. - tracker3: Correct graph name for video items