Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibreCAD is missing default/built-in plugins #32497

Closed
xyzz opened this issue Aug 14, 2021 · 5 comments
Closed

LibreCAD is missing default/built-in plugins #32497

xyzz opened this issue Aug 14, 2021 · 5 comments

Comments

@xyzz
Copy link

xyzz commented Aug 14, 2021

System

  • xuname:
    Void 5.12.19_1 x86_64 AuthenticAMD uptodate hold rrrrmdFFFFFFFF
  • package:
    affected package(s) including the version: LibreCAD-2.1.3_3

Expected behavior

LibreCAD has several default plugins documented in https://librecad.readthedocs.io/en/latest/ref/menu.html#plugins - these should be accessible via the "Plugins" menu. To confirm this, I've installed LibreCAD 2.1.3 on windows using their official installer and the following plugins are present:

win-plugins

Actual behavior

After installing LibreCAD from Void Linux repos, the "Plugins" menu is empty (this is after trying to click on the menu):

image

Steps to reproduce the behavior

  1. Install and launch LibreCAD
  2. Click on "Plugins" in the menu bar
@sburris0
Copy link
Contributor

Looks like the Debian package copies two things:

  1. unix/librecad to /usr/bin
  2. unix/resources/plugins/* to /usr/lib/librecad

The Void template only does the first.

I think the template should contain something like:

# install plugins
for plugin in plugins; do
    vcopy unix/resources/${plugin} usr/lib/librecad/
done

though I can't test because harfbuzz build is failing for me.

abenson added a commit to abenson/void-packages that referenced this issue Aug 27, 2021
abenson added a commit to abenson/void-packages that referenced this issue Aug 27, 2021
@abenson abenson closed this as completed in d31f6dc Sep 1, 2021
@hervyqa
Copy link
Contributor

hervyqa commented Sep 2, 2021

still not available. @abenson
pkgver: LibreCAD-2.1.3_4
xuname: Void 5.13.13_1 x86_64-musl GenuineIntel uptodate rrnFFFF

plugins-lilibrecad.mp4

@ericonr
Copy link
Member

ericonr commented Sep 2, 2021

It was an accidental push, i believe.

@ericonr ericonr reopened this Sep 2, 2021
@abenson
Copy link
Contributor

abenson commented Sep 2, 2021

It was.

Debian also symlinks the plugins to usr/share. I still need to figure out how to change the load path. I'll be back at it tonight.

@hervyqa
Copy link
Contributor

hervyqa commented Dec 28, 2021

Solved #34683

@xyzz xyzz closed this as completed Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants