On Mon, 07 Dec 2020 22:14:14 +0800
Earl Ramirez wrote:

> The applications launches, the delay is when I am in an application and
> try to open a document on disk.

I've seen this when, for example, I've got an NFS mount to a system
that is not up at the moment. All the annoying file dialogs want
to be "helpful" and populate the browser with every single mountpoint
or even unmounted disks that appear to be attached (which is another
case, since if the disk has spun down, it has to spin back up again).

You could try running strace on the app just before opening a file
and see if something like a stat call is hanging during the
open.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to