Page 1 of 1

[SOLVED] Thunar fails

Posted: 18. May 2023, 18:40
by bradnag
Time to time thunar fails (I do not know why) and I have to kill it. I cannot replicate the failure
Then when I restart it, fails and only reboot fix this issue.

Re: Thunar fails

Posted: 19. May 2023, 07:03
by miredia
Did you do this to "kill" it?

Code: Select all

thunar --quit
Because using "killall" or forcibly ending a program through the Task Manager is not recommended.

Otherwise it might have to do with disk space almost full or caches needing to be cleaned. You didn't give more information about your system which causes the rest of us to guess.

Re: Thunar fails

Posted: 21. May 2023, 09:19
by gapan
What devices do you have mounted? Do you have any network shares?

Re: Thunar fails

Posted: 3. Jun 2023, 21:17
by bradnag
gapan wrote: 21. May 2023, 09:19 What devices do you have mounted? Do you have any network shares?
yes, I have nfs

Re: Thunar fails

Posted: 3. Jun 2023, 21:28
by gapan
You NFS connection probably goes stale after a while, thunar tries to use it and then just keeps on trying. If you remount the NFS share it will probably be OK. You might want to try autofs for mounting your NFS shares.

Re: Thunar fails

Posted: 3. Jun 2023, 21:43
by bradnag
gapan wrote: 3. Jun 2023, 21:28 You NFS connection probably goes stale after a while, thunar tries to use it and then just keeps on trying. If you remount the NFS share it will probably be OK. You might want to try autofs for mounting your NFS shares.
Great job! Thanks, that's exactly what it was.