ogra1 / zoom-snap

75 stars 13 forks source link

Consistent failure to save meeting chat after updating snap (has workaround) #92

Open mbdevpl opened 2 years ago

mbdevpl commented 2 years ago

I have (had) a very strange issue that my zoom-client snap was trying to use the same recordings folder ~/snap/zoom-client/148/... after updating, so it actually couldn't record anything nor was I able to save the meeting chat. And when I try to change the dir it doesn't really work properly.

What I managed to do in the end is:

  1. open the recordings folder change dialog
  2. pick any file -- yes, even some random file outside of ~/snap
  3. then the recordings folder auto-magically fixed itself to ~/snap/zoom-client/160 which is the most current version
  4. now things work again, but I expect things to break again after an update

I'll have to remember doing that next time the snap updates.

I think there are few additional problems here:

  1. The dialog that opens when you click "Local Recording" -> "Change" button is a file picker, not a folder picker, somehow.
  2. The Settings window is displayed always-on-top so the dialog actually shows up behind the Settings window...

This might be related to #62 ?