Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2022 01:14:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 265985] graphics/inkscape: Manage Extensions crashes
Message-ID:  <bug-265985-6497-wY7CkjftUh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265985-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265985-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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=3D265985



--- 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.p=
y",
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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265985-6497-wY7CkjftUh>