Re: Translations of folder names - two proposals



On Sul, 2004-12-12 at 16:36, Havoc Pennington wrote:
> GNOME never sets the env variable at all, nor is there GUI for it. If
> unset, they default to the hardcoded directory. If you set them somehow,
> then GNOME will attempt to use your override dir. If nobody uses the
> feature, it will probably bitrot and not work, but if someone seriously
> cares they will be able to go through and find the issues and file/fix
> bugs.

Works for me providing the "hardcoded" directory is in the .po files.
Realistically we should still have gnome-session set the variable for
neatness and interoperability with non-gnome apps which can't
telepathically divine the current gnome default.

Something like

	if(gconf_key ...)
		putenv
	else
		putenv("_FDO_DESKTOP_PATH", _("Desktop"));

isn't going to overstress gnome-session too much. (or build a full path
if that
is wiser)

Alan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]