web-dev-qa-db-ja.com

Ubuntu 16.04-一部のアプリケーションの起動が遅い

Chrome(他のブラウザでは問題ありません)、端末、印刷画面などのアプリケーションは、すべて起動に時間がかかります(最大1分)。キーバインディングで呼び出すすべてのアプリケーションが遅いです。これは数日間続いています。

Lenovo Yoga 500

プロセッサー:AMD A8-7410 APU with AMD Radeon R5 Graphics×4

グラフィックス:AMD MULLINS上のGallium 0.4(DRM 2.43.0/4.4.0-77-generic、LLVM 3.8.0)

OSタイプ:64ビット

glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 12.0.6

編集1:google-chromeの出力

[3871:3871:0509/102048.258355:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process. 
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

gnome-screenshotの出力は即時です。を押すと1m以上かかります PrtSc

2
popi

私は同じ問題を抱えていて、次のコマンドを実行すると解決しました:

gnome-keyring-daemon &

私はこの答えで解決策を見つけました: https://askubuntu.com/a/838985/690438

編集:問題の原因はdbus-user-sessionパッケージにあるようです。アンインストール後、すべてが正常に機能します。バグはここで解決されました https://bugs.launchpad.net/bugs/1689825

3
eddie15