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 768826 - fails to start in non-translated locale
fails to start in non-translated locale
Status: RESOLVED WONTFIX
Product: mousetrap
Classification: Other
Component: General
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: mousetrap-maint
mousetrap-maint
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2016-07-14 22:14 UTC by Samuel Thibault
Modified: 2018-08-17 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (475 bytes, patch)
2016-07-14 22:14 UTC, Samuel Thibault
none Details | Review

Description Samuel Thibault 2016-07-14 22:14:27 UTC
Created attachment 331553 [details] [review]
proposed fix

Hello,

When starting mousetrap in a locale for which mousetrap has no translation, we get

>   File "/usr/lib/python2.7/gettext.py", line 472, in translation
>     raise IOError(ENOENT, 'No translation file found for domain', domain)
> IOError: [Errno 2] No translation file found for domain: u'mousetrap'

The attached patch fixes it by letting gettext handle everything appropriately.

Samuel
Comment 1 André Klapper 2018-08-17 19:45:46 UTC
mousetrap is not under active development anymore since 2015.
Its codebase has been archived:
https://gitlab.gnome.org/Archive/mousetrap/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Please feel free to reopen this ticket (or rather transfer the project
to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the
responsibility for active development again.