mig5

Results 121 comments of mig5

Ah, makes sense! I'm not sure what that would involve, since the web UI is not part of Tor Browser itself - but it's an interesting idea, thanks for opening...

I reproduce it on macOS. If I comment out [`alert.exec()`](https://github.com/onionshare/onionshare/blob/main/desktop/onionshare/main_window.py#L306) then the problem goes away for me. Do you know why we are explicitly calling the `.exec` method on the...

Actually, commenting it out doesn't fix it, I quit OnionShare while downloading a share and I didn't see the dialog box appear and got a crash (Destroyed while thread is...

@SaptakS @micahflee unfortunately I still reproduce it on latest main branch. I find that it is easier to reproduce if you actually start a share (in Tor mode e.g non-local-only)...

I know @SaptakS had trouble reproducing this but I feel like it's a really impacting bug, I nearly always reproduce it on a 2017 Macbook Pro. I wonder if we...

Definitely still get this on 2.6.1 on my Intel Mac.

Should be fixed as of https://github.com/onionshare/onionshare/releases/tag/v2.6.1

> How does Onionshare deal with files on an external drive? Right now, I believe OnionShare copies the file to a temporary directory, and serves the file from that temporary...

You can run separate tabs with separate shares, in the desktop mode - but you can't run multiple OnionShare desktop *processes* right now, as there are complicated issues that arise...