maintainer-feedback requested: [Bug 265985] graphics/inkscape: Manage Extensions crashes
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265985] graphics/inkscape: Manage Extensions crashes"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Aug 2022 01:14:13 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody) <gnome@FreeBSD.org> for maintainer-feedback: Bug 265985: graphics/inkscape: Manage Extensions crashes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265985 --- Description --- 1. open inkscape. 2. [Extensions] -> [Manage Extensions]. see the trace below. a quick fix: pkg install devel/py-appdirs An error occured with the extensions manager! Trying to self-update the package... Failed to update! Please delete the package manually! (see location below) Please report this error ------------------------ Report URL: https://gitlab.com/inkscape/extras/extension-manager/-/issues Location: /usr/local/share/inkscape/extensions/inkman/inkman/inkman inkscape-extension-manager: 1.0 Not done Traceback (most recent call last): File "/usr/local/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 61, in recovery_run run(args) File "/usr/local/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 36, in run from inkman.targets import TARGETS File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/targets.py", line 5, in <module> from .target import ExtensionsTarget, BasicTarget File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/target.py", line 32, in <module> from .remote import RemoteArchive, LocalFile File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/remote.py", line 38, in <module> from .utils import INKSCAPE_VERSION, CACHE_DIR File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/utils.py", line 26, in <module> from appdirs import user_cache_dir ModuleNotFoundError: No module named 'appdirs'