Re: Please don't rely on gettext and gettext.sh during client runtime
Michael Shigorin <[email protected]>
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 28, 2009 at 08:01:58AM -0500, St?phane Graber wrote: > Please provide more information on how that magic works, > otherwise I'll just go ahead with what upstream gettext says > (we can still check for gettext.sh and if not present just use > a regular eval instead of eval_gettext). Seems that'd be optimal so that those who need the functionality can pull it in but those who don't wouldn't have to. If you please, something like this: GT=/usr/bin/gettext.sh [ ! -x "$GT" ] || . "$GT" That would "cheat" automatic dependency analyzers (like one found in ALT Linux) since sourcing target is then indirect, and would never yield non-zero return code of the snippet just in case. PS: /me not dead, just stinkin' that way :-) Hope this year will see some continuation, so far was multitasking on other stuff :-( -- ---- WBR, Michael Shigorin <mike-u2l5PoMzF/[email protected]> ------ Linux.Kiev http://www.linux.kiev.ua/ ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _____________________________________________________________________ Ltsp-developer mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-developer For additional LTSP help, try #ltsp channel on irc.freenode.net