Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#73270 - frescobaldi not functioning

Attached to Project: Community Packages
Opened by prad (pradtf) - Wednesday, 05 January 2022, 22:07 GMT
Last edited by Caleb Maclennan (alerque) - Thursday, 06 January 2022, 17:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Caleb Maclennan (alerque)
Bruno Pagani (ArchangeGabriel)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
frescobaldi has not functioned since my pacman -Suy dated 2021-12-28.


Additional info:
* package version(s)
Frescobaldi 3.1.3

* config and/or log files etc.
journalctl | grep frescobaldi gives:

Jan 05 13:57:44 schnell audit[13715]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=2 pid=13715 comm="frescobaldi" exe="/usr/bin/python3.10" sig=6 res=1
Jan 05 13:57:44 schnell kernel: audit: type=1701 audit(1641419864.249:228): auid=1000 uid=1000 gid=1000 ses=2 pid=13715 comm="frescobaldi" exe="/usr/bin/python3.10" sig=6 res=1
Jan 05 13:57:44 schnell systemd-coredump[13741]: Process 13715 (frescobaldi) of user 1000 dumped core.


* link to upstream bug report, if any
Frescobaldi 3.13 crashes with python 3.10 #1398
https://github.com/frescobaldi/frescobaldi/issues/1398

Steps to reproduce:

schnell% frescobaldi

(python:12883): Gtk-WARNING **: 13:37:05.838: Theme parsing error: gtk.css:5:147: Invalid name of pseudo-class

(python:12883): Gtk-WARNING **: 13:37:05.838: Theme parsing error: gtk.css:9:125: Invalid name of pseudo-class
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/frescobaldi_app/panel.py", line 64, in sizeHint
self.widget()
File "/usr/lib/python3.10/site-packages/frescobaldi_app/panel.py", line 71, in widget
w = self.createWidget()
File "/usr/lib/python3.10/site-packages/frescobaldi_app/docbrowser/__init__.py", line 56, in createWidget
return browser.Browser(self)
File "/usr/lib/python3.10/site-packages/frescobaldi_app/docbrowser/browser.py", line 86, in __init__
self.readSettings()
File "/usr/lib/python3.10/site-packages/frescobaldi_app/docbrowser/browser.py", line 102, in readSettings
ws.setFontSize(QWebEngineSettings.DefaultFixedFontSize, fixed.pointSizeF() * 96 / 72)
TypeError: setFontSize(self, QWebEngineSettings.FontSize, int): argument 2 has unexpected type 'float'
zsh: abort (core dumped) frescobaldi


hope i reported this proper to guidelines.
thank you!
This task depends upon

Closed by  Caleb Maclennan (alerque)
Thursday, 06 January 2022, 17:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  Patched in frescobaldi-3.1.3-5
Comment by Caleb Maclennan (alerque) - Thursday, 06 January 2022, 17:25 GMT
I've cherry picked some patches from master that were Python 3.10 related (ignoring the MacOS stuff and other bug fixes). This seems to get it functional again, but the real solution is to convince upstream to cut another release sooner rather than later. I commented on the relevant issue.

Loading...