Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] LibreCAD is missing default/built-in plugins
@ 2021-08-14 21:56 xyzz
  2021-08-17 18:35 ` sburris0
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: xyzz @ 2021-08-14 21:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]

New issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/32497

Description:
### 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](https://user-images.githubusercontent.com/1065521/129461042-39a78fce-1f15-4b18-8f1f-5b14c0a9831e.png)

### Actual behavior

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

![image](https://user-images.githubusercontent.com/1065521/129460975-c77e97e3-7658-47b7-bce1-d5ece6097595.png)

### Steps to reproduce the behavior

1. Install and launch LibreCAD
2. Click on "Plugins" in the menu bar

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
@ 2021-08-17 18:35 ` sburris0
  2021-09-01 23:40 ` [ISSUE] [CLOSED] " abenson
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sburris0 @ 2021-08-17 18:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

New comment by sburris0 on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-900537769

Comment:
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:

```bash
# 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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
  2021-08-17 18:35 ` sburris0
@ 2021-09-01 23:40 ` abenson
  2021-09-02  1:39 ` hervyqa
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-09-01 23:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]

Closed issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/32497

Description:
### 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](https://user-images.githubusercontent.com/1065521/129461042-39a78fce-1f15-4b18-8f1f-5b14c0a9831e.png)

### Actual behavior

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

![image](https://user-images.githubusercontent.com/1065521/129460975-c77e97e3-7658-47b7-bce1-d5ece6097595.png)

### Steps to reproduce the behavior

1. Install and launch LibreCAD
2. Click on "Plugins" in the menu bar

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
  2021-08-17 18:35 ` sburris0
  2021-09-01 23:40 ` [ISSUE] [CLOSED] " abenson
@ 2021-09-02  1:39 ` hervyqa
  2021-09-02  1:43 ` hervyqa
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-09-02  1:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-911012423

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

https://user-images.githubusercontent.com/45872139/131767636-b0b76962-45c6-4b27-818b-70777c02d780.mp4



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
                   ` (2 preceding siblings ...)
  2021-09-02  1:39 ` hervyqa
@ 2021-09-02  1:43 ` hervyqa
  2021-09-02  2:32 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-09-02  1:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-911012423

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

https://user-images.githubusercontent.com/45872139/131767636-b0b76962-45c6-4b27-818b-70777c02d780.mp4



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
                   ` (3 preceding siblings ...)
  2021-09-02  1:43 ` hervyqa
@ 2021-09-02  2:32 ` ericonr
  2021-09-02 12:34 ` abenson
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-09-02  2:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-911058415

Comment:
It was an accidental push, i believe.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
                   ` (4 preceding siblings ...)
  2021-09-02  2:32 ` ericonr
@ 2021-09-02 12:34 ` abenson
  2021-12-28  2:03 ` hervyqa
  2021-12-28  3:28 ` [ISSUE] [CLOSED] " xyzz
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-09-02 12:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-911629029

Comment:
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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
                   ` (5 preceding siblings ...)
  2021-09-02 12:34 ` abenson
@ 2021-12-28  2:03 ` hervyqa
  2021-12-28  3:28 ` [ISSUE] [CLOSED] " xyzz
  7 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-12-28  2:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-1001830469

Comment:
Solved #34683

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] LibreCAD is missing default/built-in plugins
  2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
                   ` (6 preceding siblings ...)
  2021-12-28  2:03 ` hervyqa
@ 2021-12-28  3:28 ` xyzz
  7 siblings, 0 replies; 9+ messages in thread
From: xyzz @ 2021-12-28  3:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]

Closed issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/32497

Description:
### 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](https://user-images.githubusercontent.com/1065521/129461042-39a78fce-1f15-4b18-8f1f-5b14c0a9831e.png)

### Actual behavior

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

![image](https://user-images.githubusercontent.com/1065521/129460975-c77e97e3-7658-47b7-bce1-d5ece6097595.png)

### Steps to reproduce the behavior

1. Install and launch LibreCAD
2. Click on "Plugins" in the menu bar

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-28  3:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 21:56 [ISSUE] LibreCAD is missing default/built-in plugins xyzz
2021-08-17 18:35 ` sburris0
2021-09-01 23:40 ` [ISSUE] [CLOSED] " abenson
2021-09-02  1:39 ` hervyqa
2021-09-02  1:43 ` hervyqa
2021-09-02  2:32 ` ericonr
2021-09-02 12:34 ` abenson
2021-12-28  2:03 ` hervyqa
2021-12-28  3:28 ` [ISSUE] [CLOSED] " xyzz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).