After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665157 - Use Gtk.Application rather than custom DBus code
Use Gtk.Application rather than custom DBus code
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-29 21:19 UTC by Florian Müllner
Modified: 2011-11-29 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
application: Initialize tracker/goa synchronously (4.10 KB, patch)
2011-11-29 21:19 UTC, Florian Müllner
committed Details | Review
application: Use Gtk.Application rather than custom DBus code (4.71 KB, patch)
2011-11-29 21:19 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-11-29 21:19:11 UTC
See patches.
Comment 1 Florian Müllner 2011-11-29 21:19:13 UTC
Created attachment 202401 [details] [review]
application: Initialize tracker/goa synchronously

Initialization is done before any UI is shown, so there is no benefit
in using asynchronous IO.
Comment 2 Florian Müllner 2011-11-29 21:19:17 UTC
Created attachment 202402 [details] [review]
application: Use Gtk.Application rather than custom DBus code
Comment 3 Florian Müllner 2011-11-29 21:43:53 UTC
Attachment 202401 [details] pushed as 88b4248 - application: Initialize tracker/goa synchronously
Attachment 202402 [details] pushed as 8d9a1d1 - application: Use Gtk.Application rather than custom DBus code

Patches got OK'ed on IRC, pushing.