Hi, could you try downloading the same ZIP normally, then open the downloaded file directly with File Roller (without opening it from Brave's download notification)? Also, trying the same with a different browser (like Firefox) could help discard an issue with Brave's communication through GVFS / xdg-desktop-portal.
This would help determine whether the issue is specific to the way Brave launches File Roller or whether the archive itself causes the hang. If File Roller becomes unresponsive again, **please leave it open/hung** and collect a backtrace. This shows us what each of its threads is doing at the time of the problem. First, find the File Roller process: ```bash pidof file-roller ``` Then attach GDB to it (replace `<PID>` with the number returned above): ```bash gdb -p <PID> ``` You should see a prompt like: ```text (gdb) ``` At that prompt, enter: ```text thread apply all bt ``` and press Enter. GDB will print the stack trace for every thread in File Roller. Please copy everything printed and attach it to the bug report. If GDB asks whether to detach from the process, answer `y`. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/bugs/2165730 Title: File Roller 44.3 becomes unresponsive opening a ZIP handed off by Brave To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/2165730/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
