Attempting to start Veusz on my jammy installation fails. The following is produced as console output:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
File "/usr/bin/veusz", line 33, in <module>
sys.exit(load_entry_point('veusz==3.3.1', 'gui_scripts', 'veusz')())
File "/usr/lib/python3/dist-packages/veusz/veusz_main.py", line 369, in run
app.startup()
File "/usr/lib/python3/dist-packages/veusz/veusz_main.py", line 267, in startup
self.splash = makeSplash(self)
File "/usr/lib/python3/dist-packages/veusz/veusz_main.py", line 69, in makeSplash
font.setPointSize(font.pointSize()*1.5)
TypeError: setPointSize(self, int): argument 1 has unexpected type 'float'
Attempting to start Veusz on my jammy installation fails. The following is produced as console output:
Warning: Ignoring XDG_SESSION_ TYPE=wayland on Gnome. Use QT_QPA_ PLATFORM= wayland to run on Wayland anyway. exit(load_ entry_point( 'veusz= =3.3.1' , 'gui_scripts', 'veusz')()) python3/ dist-packages/ veusz/veusz_ main.py" , line 369, in run python3/ dist-packages/ veusz/veusz_ main.py" , line 267, in startup python3/ dist-packages/ veusz/veusz_ main.py" , line 69, in makeSplash setPointSize( font.pointSize( )*1.5)
Traceback (most recent call last):
File "/usr/bin/veusz", line 33, in <module>
sys.
File "/usr/lib/
app.startup()
File "/usr/lib/
self.splash = makeSplash(self)
File "/usr/lib/
font.
TypeError: setPointSize(self, int): argument 1 has unexpected type 'float'
It would appear that the relevant upstream bug (already fixed) is https:/ /github. com/veusz/ veusz/issues/ 563.