Hi, † wrote (19 Jun 2011 00:24:06 GMT) : > I'm currently porting software from ubuntu to debian-squeeze for > tails gsoc project. The problem is that it uses > '/usr/share/locale-langpack/' which is absent in debian.
Indeed. > Do you know what's the difference in l10n between ubuntu and debian? > Some porting advices? Seems like this path is only used to build the GDM_MOFILES variable, where the code asks gettext to look for translation files (.mo files). The following command (run inside your Debian Squeeze VM) will tell you where the gdm3 Debian package puts its .mo files: dpkg -L gdm3 | grep '\.mo$' ... i.e. in the standard FHS-compliant place AFAIK. No need to deal with special casing Ubuntu's non-standard directories in tails-greeter :) Bye, -- intrigeri <[email protected]> | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc | So what? _______________________________________________ tails-dev mailing list [email protected] https://boum.org/mailman/listinfo/tails-dev
