I can’t get this app to launch. I installed it from the official repositories and it won’t start.
From the terminal here is hte output of errors:
TypeError: ‘PySide6.QtWidgets.QWidget.resizeEvent’ called with wrong argument types:
PySide6.QtWidgets.QWidget.resizeEvent(QEvent)
Supported signatures:
PySide6.QtWidgets.QWidget.resizeEvent(PySide6.QtGui.QResizeEvent)
QThread: Destroyed while thread is still running
Aborted (core dumped)
Does anyone have any clue how to fix this?
Traceback (most recent call last):
File "/usr/bin/onionshare", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.12/site-packages/onionshare/__init__.py", line 251, in main
main_window = MainWindow(common, filenames)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/onionshare/main_window.py", line 151, in __init__
self.show()
File "/usr/lib/python3.12/site-packages/onionshare/main_window.py", line 277, in event
return QtWidgets.QMainWindow.event(self, event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/onionshare/main_window.py", line 319, in resizeEvent
return super(MainWindow, self).resizeEvent(event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'PySide6.QtWidgets.QWidget.resizeEvent' called with wrong argument types:
PySide6.QtWidgets.QWidget.resizeEvent(QEvent)
Supported signatures:
PySide6.QtWidgets.QWidget.resizeEvent(PySide6.QtGui.QResizeEvent)
QThread: Destroyed while thread is still running
Aborted (core dumped)
i can confirm,
not really a detailed Bug report igot

@computerhelp should go posting an issue on their github, this looks like some upstream issue with the code itself to me…