After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655291 - libcryptui: translations installed as seahorse.mo
libcryptui: translations installed as seahorse.mo
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: libcryptui
3.1.x
Other Linux
: Normal normal
: 2.26.0
Assigned To: Stef Walter
Depends on:
Blocks:
 
 
Reported: 2011-07-25 22:31 UTC by Vincent Untz
Modified: 2011-07-27 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
prevent file collision between seahorse and libcryptui (3.57 KB, patch)
2011-07-26 03:12 UTC, Alexandre Rostovtsev
none Details | Review

Description Vincent Untz 2011-07-25 22:31:23 UTC
Obviously, the new libcryptui should use another gettext package than seahorse, to avoid conflicts.
Comment 1 Vincent Untz 2011-07-25 22:39:53 UTC
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.
Comment 2 Alexandre Rostovtsev 2011-07-26 03:12:03 UTC
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.
Comment 3 Stef Walter 2011-07-27 14:04:07 UTC
Thanks! Applied with a few tweaks to .gitignore and fixing 'make distcheck'.