fyne-io / fyne

Cross platform GUI toolkit in Go inspired by Material Design
https://fyne.io/
Other
24.82k stars 1.37k forks source link

When there is an offline netdrive, the file dialog will freeze #2411

Open Cnicehs opened 3 years ago

Cnicehs commented 3 years ago

Describe the bug:

When there is an offline smb drive, using dialog.NewFileOpen.Show() will be blocked for a period of time, but it behaves normally when I run it as an administrator

To Reproduce:

Steps to reproduce the behaviour:

  1. mount smb drive
  2. disconnect from the network
  3. run dialog.NewFileOpen.Show()

Device (please complete the following information):

TerrenceJohns commented 1 year ago

If you have disconnected network drives (Maybe cos you logged out of a particular VPN) - It takes for ever to render say a File Save Dialog. As soon as I connected to my VPN it rendered perfectly and fast. I also had old disconnected network drives (Mapped against Work VPNs no longer in use) I removed them and all is good. I see you've already got most of this info

Go 1.2 Fyne: 2.3.4 OS: Windows 10