Revision: 1248
http://geeqie.svn.sourceforge.net/geeqie/?rev=1248&view=rev
Author: zas_
Date: 2008-11-17 17:09:44 +0000 (Mon, 17 Nov 2008)
Log Message:
-----------
Change metadata directory to be $XDG_DATA_HOME instead of $XDG_CACHE_HOME as
discussed on the ml (obviously it has impact only when XDG support is set).
Suggestion by Omari Stephens.
Modified Paths:
--------------
trunk/src/cache.c
Modified: trunk/src/cache.c
===================================================================
--- trunk/src/cache.c 2008-11-17 07:10:32 UTC (rev 1247)
+++ trunk/src/cache.c 2008-11-17 17:09:44 UTC (rev 1248)
@@ -787,7 +787,11 @@
if (USE_XDG)
{
- metadata_cache_dir = g_build_filename(xdg_cache_home_get(),
GQ_APPNAME_LC, GQ_CACHE_METADATA, NULL);
+ /* Metadata go to $XDG_DATA_HOME.
+ * "Keywords and comments, among other things, are
irreplaceable and cannot be auto-generated,
+ * so I don't think they'd be appropriate for the cache
directory." -- Omari Stephens on geeqie-devel ml
+ */
+ metadata_cache_dir = g_build_filename(xdg_data_home_get(),
GQ_APPNAME_LC, GQ_CACHE_METADATA, NULL);
}
else
{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn