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 677234 - Use GtkApplication
Use GtkApplication
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks: 674979
 
 
Reported: 2012-05-31 22:37 UTC by Robert Ancell
Modified: 2012-07-02 05:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Migrate to GtkApplication (43.76 KB, patch)
2012-07-02 05:02 UTC, Stef Walter
committed Details | Review

Description Robert Ancell 2012-05-31 22:37:12 UTC
See https://live.gnome.org/GnomeGoals/PortToGtkApplication
Comment 1 Robert Ancell 2012-05-31 22:38:33 UTC
Require for a GMenu (bug 674979)
Comment 2 Stef Walter 2012-07-02 05:02:43 UTC
Created attachment 217800 [details] [review]
Migrate to GtkApplication

 * Use GtkApplication to startup seahorse, parse arguments
 * Seahorse is now a single instance application
 * SeahorseApplication replaces SeahorseContext and is
   derived from GtkApplication
 * Depends on GTK+ 3.4 or later
Comment 3 Stef Walter 2012-07-02 05:12:47 UTC
Attachment 217800 [details] pushed as 7e7d779 - Migrate to GtkApplication