GNOME Bugzilla – Bug 655291
libcryptui: translations installed as seahorse.mo
Last modified: 2011-07-27 14:04:07 UTC
Obviously, the new libcryptui should use another gettext package than seahorse, to avoid conflicts.
I also wonder about the gconf schemas and the files installed in /usr/share/pixmaps/seahorse -- they're likely named the same way as in seahorse => conflict too.
Created attachment 192644 [details] [review] prevent file collision between seahorse and libcryptui To prevent file collisions between seahorse and libcryptui: * install pixmaps in /usr/share/pixmaps/cryptui (and set pixmapsdir to the correct value, so daemon/seahorse-gtkstock.c can actually load them); * install ui files in /usr/share/cryptui/ui; * rename seahorse.schemas to cryptui.schemas; * use "cryptui" as the gettext translation domain.
Thanks! Applied with a few tweaks to .gitignore and fixing 'make distcheck'.