linuxmint/nemo

Freeze when a bookmark belongs to a disconnected network mount

jzck opened this issue · 1 comments

jzck commented

Distribution

mint 21.1

Package version

6.0.2

Frequency

Always

Bug description

When I disconnect my network, nemo doesn't open. runing strace nemo it's obvious that nemo is trying to read the contents of the bookmarked folder:

access("/mnt/network-volume/bookmarked-folder", F_OK

where /mnt/network-volume is my cifs share and bookmarked-folder is bookmarked (ctrl-D) in nemo. When I remove the bookmark nemo works fine.

Steps to reproduce

Create a bookmark of a subfolder of a SMB/cifs network share, run strace nemo and watch it hang.

Expected behavior

Nemo should not hang when a network share is disconnected

Additional information

When the bookmark is the actual network share, nemo doesn't freeze. The freeze only occurs when the bookmark is a subfolder.

I think this might still be happening on Mint 21.3 (I have not tested on Mint 22) but since I can find nothing relevant in any log, it is hard to tell.