Meshroom
Meshroom copied to clipboard
[bug] Save as window does not appear
Describe the bug In GUI mode selecting Save As on Ubuntu 22.04 LTS doesnt produce a file dialog
To Reproduce Steps to reproduce the behavior:
- Start a template
- Add Frames
- Save As....
- No save file dialog appears
Expected behavior Save as dialog appears
Log If applicable, copy paste the relevant log output (please embed the text in a markdown code tag "```" )
Desktop (please complete the following and other pertinent information):
- OS: Ubuntu 22.04
- Python version from meshrom
- Qt/PySide version from meshroom
- Meshroom version: 2023.3.0
- Binary version (if applicable) 2023.3.0
Additional context
Works on my other Ubuntu 22.04 system, cannot seem to find the cause with strace
seems to be in a futex loop not relevant file paths appear.
I have a similar issue. Meshroom 2023.3.0 and Ubuntu Mate 22.04. Trying to save a project brings up a window but typing does not seem to appear and mouse clicks to navigate to folders etc do not seem to do anything. However what I type does seem to take effect when I click on save so it looks to my admittedly uneducated eye like some sort of window response issue. Tried reinstalling CAJA but no impact.
Further to above, have tried using 2023.2.0 and save function works fine in that so it appears to be a change from 2023.2 to 2023.3
I found that typing a directory and file name into the "invisible window" and hitting enter unblocks me from using this version, but less savvy users might abandon the software entirely based on this GUI glitch.
I can confirm this bug on Ubuntu 23.04 and Meshroom 2023.3.0
Confirming on Ubuntu 22.04.4 LTS and Meshroom 2023.3.0. All of the file browser dialogs seem unresponsive. Occasionally I can get one to appear by dragging them around aimlessly. ESC key usually works to close the invisible window and unfreeze the system.
System is the same as described in post 1.
Can also confirm that Meshroom 2023.2.0 works as expected on this system.
That is four reproductions in a month it's good to know I am not alone
I am having the exact same issue on Ubuntu 20.04 LTS with 2023.3.0. After a while Ubuntu tells me that Meshroom is not responding. I can use the rest of my sytem but cannot properly close Meshroom.
Meshroom 2023.2.0 works just fine.
This issue is two months old and has been confirmed by multiple users, what can we do to get it fixed?
Meshroom 2023.3.0 with Ubuntu 23.10, same issue as reported above. Cannot use the file explorer dialogue.
Same issue here on Archlinux. Dialogs and emerging windows on Meshroom 2023.3.0 do not work, but they do on Meshroom 2023.2.0. I am using the package provided on each release in this repo.
Hi,
There is indeed an issue with native dialogs on Linux with Qt 5.15 (which is used for Meshroom 2023.3.0) that sometimes causes the file dialogs to be unresponsive.
A workaround has been merged in the develop
branch to stop using native dialogs (https://github.com/alicevision/Meshroom/pull/2439) and will be available in the next release.
Thankyou. Much appreciated.
Get Outlook for iOShttps://aka.ms/o0ukef
From: Candice Bentéjac @.> Sent: Monday, June 17, 2024 7:10:40 PM To: alicevision/Meshroom @.> Cc: stevealt659 @.>; Comment @.> Subject: Re: [alicevision/Meshroom] [bug] Save as window does not appear (Issue #2301)
Closed #2301https://github.com/alicevision/Meshroom/issues/2301 as completed.
— Reply to this email directly, view it on GitHubhttps://github.com/alicevision/Meshroom/issues/2301#event-13182448928, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEOBDCIAXRH25QRW57TQPJTZH2RZBAVCNFSM6AAAAABB7Q42J6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGE4DENBUHA4TEOA. You are receiving this because you commented.Message ID: @.***>
Thank you!
Thanks for sorting this out. It might have been tough to determine where the cause was in an upstream library