]> Pileus Git - ~andy/gtk/commit
Ensure that XDG_DATA_HOME is created before using it
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 4 Jul 2012 10:41:50 +0000 (11:41 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Jul 2012 12:42:33 +0000 (08:42 -0400)
commit3d7a2d788312c10c1e953cf6af794a1cc3c71e18
treec76e717d2100134e1960a699f315560a8bb41d4f
parent0ddb50235fd9c3ce7c37c945bea1d59c45d3dd59
Ensure that XDG_DATA_HOME is created before using it

The recently-used.xbel storage for recently used files is located inside
the $XDG_DATA_HOME directory; there's no actual guarantee that the
directory has been created already, even though it's very highly
probable on any modern distribution. We should create it, along with its
intermediate parents, before constructing the file monitor that we use
to get change notifications.

https://bugzilla.gnome.org/show_bug.cgi?id=671817

https://bugzilla.gnome.org/show_bug.cgi?id=667808
gtk/gtkrecentmanager.c