GNOME Bugzilla – Bug 448330
Use glib API for xdg-user-dirs.
Last modified: 2007-09-05 03:46:30 UTC
If the user hasn't manually set Library Location, use xdg-user-dirs to locate the user's music folder. (g_get_user_special_dir() is in glib 2.13.X and 2.14 should be released soon... I think.)
Ok, just noticed that xdg-user-dirs support is in SVN. Changing this bug to be about using the glib API instead. Sorry for the spam.
Created attachment 90911 [details] [review] patch This also fixes the other glib function checks to use the glib library pkg-config points to, rather than the one in /usr/lib/, which caused false negatives for jhbuild-like setups.
Created attachment 90952 [details] [review] better patch better way of fixing configure.ac, fix a warning in lib/rb-file-helpers.c
Looks good to me
Did this patch actually get committed? I can't see it in svn.
It didn't, so I've committed it now.