FS#66896 - [inkscape] Miss dependance after upgrade 0.92.4 to 1.0

Attached to Project: Arch Linux
Opened by Eric (EricT) - Thursday, 04 June 2020, 12:34 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 09 July 2020, 06:59 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Hello, after upgrade package, inkscape is broken.


Additional info:
* package version(s) working : 0.92.4 | broken : 1.0
* config and/or log files etc. default config, just install via pacman -S inkscape (no aur)
* link to upstream bug report, if any

Steps to reproduce:
initial command for convert svg to png :

inkscape /tmp/abuseipdb-banner.svg --export-type=png /tmp/abuseipdb-banner.png
Unable to init server: Could not connect: Connection refused

** (inkscape:83518): WARNING **: 13:17:58.977: Fonts dir '/root/.config/inkscape/fonts' does not exist and will be ignored. (fixed after mkdir, don't fix)

(inkscape:83518): Gtk-CRITICAL **: 13:17:59.249: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed

after install gvfs and pstoedit (and install dependence : imagemagick) => fixed
This task depends upon

Closed by  Gaetan Bisson (vesath)
Thursday, 09 July 2020, 06:59 GMT
Reason for closing:  Not a bug
Comment by Gaetan Bisson (vesath) - Thursday, 04 June 2020, 18:56 GMT
This is expected. Those packages are optional dependencies. Their descriptions are certainly not perfect so please let me know if you have any suggestion to improve them:

optdepends=(
'gvfs: import clip art'
'pstoedit: latex formulas'
'python-lxml: some extensions'
'python-numpy: some extensions'
'scour: optimized SVG output, some extensions'
'texlive-core: latex formulas'
)

Cheers.

Loading...