Ubuntu 22.04.3 / GNOME 42.9 登录时间过长

Ubuntu 22.04.3 / GNOME 42.9 登录时间过长

我发现 GNOME(42.9)会话登录太长,大约 45 秒,而启动序列大约需要 30 秒。

journalctl -b _UID=1000经我多次检查发现此错误,过程可能有所不同:

tracker-miner-fs-3[2948]: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.UDisks2VolumeMonitor: Timeout was reached (g-io-error-quark, 24)

第一次发生时,如图所示tracker-miner-fs-3,自上一行输出以来大约需要 15 秒。

后来,我看到:

dbus-daemon[2930]: [session uid=1000 pid=2930] Failed to activate service 'org.gtk.vfs.UDisks2VolumeMonitor': timed out (service_start_timeout=120000ms)

在上一行之后约 7 秒显示。

其他时候发生错误可能几乎不需要任何时间或只需 2-3 秒,我猜这是登录时间这么长的主要原因。

我可以做些什么来缩短登录时间?

相关内容