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 749211 - use GBookmarkFile instead of GtkRecentManager
use GBookmarkFile instead of GtkRecentManager
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-10 22:15 UTC by Christian Hergert
Modified: 2015-05-21 07:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Hergert 2015-05-10 22:15:53 UTC
Right now we are using GtkRecentManager to track information about recent projects. The amount of information we need to store is a bit of an abuse on the RecentManager.

Instead, we should track that data privately in ~/.local/share/gnome-builder/recently-used.xbel.

This will allow us to continue using things like groups for stuff not generally intended originally.
Comment 1 Christian Hergert 2015-05-21 07:12:25 UTC
This was fixed recently and I forgot to close!