Public bug reported:

Issue was on a fresh install of Ubuntu 24.04 with nemo loaded via app
centre.

Plugin view was slow to load, description for nemo-compare missing and
no other plugins show. This includes fileroller installed via apt.

Running "nemo --debug" shows -

Traceback (most recent call last):
  File "/usr/share/nemo-python/extensions/nemo-compare.py", line 168, in 
get_name_and_desc
    description = _("Allows file comparison from the context menu")
                  ^
NameError: name '_' is not defined

Removing the underscore fixes the error and plugins then load correctly.
There seems to be a scoping issue with the i18n binding as it's done in
another method rather than globally so not available in the
get_name_and_desc method.

** Affects: nemo (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079848

Title:
  Plugins don't load due to error in nemo-compare.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nemo/+bug/2079848/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to