Debian Patches
Status for meshroom/2025.1.1-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| i-do-not-initsubmitters.patch | I do NOT initSubmitters Because simpleFarm isn't available |
Dima Kogan <dima@secretsauce.net> | no | 2025-08-28 | ||
| added-meshroom-executable.patch | added "meshroom" executable | Dima Kogan <dima@secretsauce.net> | no | 2025-08-28 | ||
| removed-setup.py-im-not-using-it-but-deb.patch | removed setup.py; Im not using it, but debhelper tries to use it if it is there | Dima Kogan <dima@secretsauce.net> | no | 2025-08-28 | ||
| initializing-qclipboard-in-a-way-that-wo.patch | Initializing QClipboard in a way that works with the new PySide6 Prior to this patch this happened: $ meshroom Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/lib/python3/dist-packages/meshroom/ui/__main__.py", line 12, in <module> meshroom.ui.uiInstance = meshroom.ui.app.MeshroomApp(sys.argv) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib/python3/dist-packages/meshroom/ui/app.py", line 279, in __init__ self.engine.rootContext().setContextProperty("Clipboard", ClipboardHelper(parent=self)) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/meshroom/ui/components/clipboard.py", line 12, in __init__ self._clipboard = QClipboard(parent=self) ~~~~~~~~~~^^^^^^^^^^^^^ NotImplementedError: Class 'QClipboard' cannot be instantiated. Exception ignored in: <function ClipboardHelper.__del__ at 0x7f070e1c49a0> Traceback (most recent call last): File "/usr/lib/python3/dist-packages/meshroom/ui/components/clipboard.py", line 19, in __del__ self.clear() File "/usr/lib/python3/dist-packages/meshroom/ui/components/clipboard.py", line 31, in clear self._clipboard.clear() AttributeError: 'ClipboardHelper' object has no attribute '_clipboard' |
Dima Kogan <dkogan@debian.org> | no | 2025-12-16 | ||
| removed-clipboard.__del__.patch | Removed clipboard.__del__() This was a workaround an old bug that likely doesn't exist anymore. Prior to this patch this happened on meshroom exit: Exception ignored in: <function ClipboardHelper.__del__ at 0x7f6f2d3bc900> Traceback (most recent call last): File "/usr/lib/python3/dist-packages/meshroom/ui/components/clipboard.py", line 23, in __del__ self.clear() File "/usr/lib/python3/dist-packages/meshroom/ui/components/clipboard.py", line 35, in clear self._clipboard.clear() RuntimeError: Internal C++ object (PySide6.QtGui.QClipboard) already deleted. |
Dima Kogan <dkogan@debian.org> | no | 2025-12-16 |
All known versions for source package 'meshroom'
- 2025.1.1-1 (sid)
