Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
gajim-plugins
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajim-plugins
  • Issues
  • #358

Closed
Open
Opened Oct 27, 2018 by Andriy Kushnir@orhideousContributor

[openpgp] i18n helper don't imported

Versions

  • OS: Linux
  • GTK+ Version: 3.22.30
  • PyGObject Version: 3.26.1
  • python-nbxmpp Version: 0.6.8
  • Gajim Version: 1.0.99.1

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gajim/chat_control_base.py", line 434, in change_encryption
    if not plugin.activate_encryption(self):
  File "/home/orhideous/.local/share/gajim/plugins/openpgp/pgpplugin.py", line 156, in activate_encryption
    from openpgp.gtk.wizard import KeyWizard
  File "/home/orhideous/.local/share/gajim/plugins/openpgp/gtk/wizard.py", line 107, in <module>
    class WelcomePage(Gtk.Box):
  File "/home/orhideous/.local/share/gajim/plugins/openpgp/gtk/wizard.py", line 110, in WelcomePage
    title = _('Welcome')
NameError: name '_' is not defined

Steps to reproduce the problem

  1. Download and activate OpenPGP plugin
  2. Try to switch encryption mode from PGP to OpenPGP
  3. KABOOM!
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim-plugins#358