this post was submitted on 20 Nov 2023
11 points (100.0% liked)

Linux Questions

2432 readers
8 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

I'm seeing programs freeze when I start any operation that would open a 'save as' dialogue box. The behavior is happening with all programs and started suddenly last week.

I've been able to trace the problem to a mounted SMB network drive that I access through a VPN. I have the mount specified in /etc/fstab. If I manually unmount (sudo umount -l /path/to/mount/) then all of these 'save as' freezes go away, and programs which appeared frozen suddenly come back to life. But if I remount (sudo mount -a) then the freezes return when I try to save anything.

So I have a workaround solution (unmount whenever saving, remount to continue working), but I'm at a loss for how to fix this more permanently. Weird that it began all of a sudden like this, everything used to be fine. I've tried updating and that hasn't helped. Any thoughts are much appreciated!

OS: Ubuntu 22.04.3 LTS x86_64

Kernel: 6.2.0-36-generic

DE: GNOME 42.9

WM: Mutter

you are viewing a single comment's thread
view the rest of the comments
[โ€“] mvirts@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

Probably the save as box is behind your app. Happens to me in gnome 3 all the time.

Lol jk I didn't see your whole text. Anyway, for those like me who can't be bothered to notice a hidden dialog, here is my solution ๐Ÿ˜น