If I download a file, and open that file or the parent folder from the ‘download panel’ in the button of the browser window, The file / folder is opened correctly but the browser is freezed. Until I close the opened program, the browser resume.
Reason:
The browser seems to call external program to open the file in block-and-wait manner.
Steps to reproduct the bug:
- Make sure nemo is not already running by running
nemo -q
in shell - Download a file from the internet
- After the downloads is finished, from the bottom menu of downloaded files, click the folder icon button to open the directory of the newly downloaded file
- You should see the folder is opened, in my case nemo, the file explorer
- Try to click on the windows of the brave browser, all windows of brave are freezed with no response
- kill nemo externally by running
nemo -q
in shell - The tabs of brave browser should resume, and the click made during the freezing will be received instantly
Workaround:
- Run your file explorer at the background before opening the folder of downloaded file (e.g. nemo)
- Run your document software at background before opening the downloaded (document) file (e.g. Libreoffice, Evince)