Comment 1 for bug 567126

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

Yes it does:

in main() src/mountall.c calls:

        nih_main_init (argv[0]);

this is a macro in nih/main.h that expands out to:

                setlocale (LC_ALL, ""); \
                bindtextdomain (PACKAGE_NAME, LOCALEDIR); \
                textdomain (PACKAGE_NAME); \

                nih_main_init_full (argv0, PACKAGE_NAME, PACKAGE_VERSION, \
                                    PACKAGE_BUGREPORT, PACKAGE_COPYRIGHT); \

Are you sure this isn't caused by having /usr on a separate filesystem - so the translations being unavailable when mountall starts?