Description of problem: python3 is erroneously used for extensions. Version-Release number of selected component (if applicable): inkscape-0.92.4-8.fc31.x86_64 How reproducible: Every time. Steps to Reproduce: 1. Run inkscape 2. Choose Extensions→Render→Barcode→QR Code 3. Choose default values and press Apply Actual results: I get the error ''' File "render_barcode_qrcode.py", line 1011 print "get ", val ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("get ", val)? ''' Expected results: The extension should run. Additional info: Note that the etxnsion file render_barcode_qrcode.py contains `#!/usr/bin/python2` as its first line, but apparently this is not fullfilled by the system.
inkscape-1.0-0.beta.fc31.4 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-d9b0269c6c
inkscape-1.0-0.beta.fc31.4 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.
I can't test whether it works or not as inkscape-1.0-0.beta.fc31.4 is currently broken and lacks Extensions→Render→QR Code (and lots of other functionality). See the related issue https://bugzilla.redhat.com/show_bug.cgi?id=1796763 .