この質問にはすでに回答があります :Ubuntu 16.04一部のアプリケーションは、起動に時間がかかりすぎます
(3つの回答)
3年前に閉鎖されました。
Ubuntu
(3つの回答)
3年前に閉鎖されました。
Chrome(他のブラウザでは問題ありません)、端末、印刷画面などのアプリケーションはすべて、起動に数年(約1分)かかります。キーバインドを使用して呼び出すすべてのアプリケーションは低速です。これは数日間続いています。
Lenovo Yoga 500
プロセッサー:AMD A8-7410 APU、AMDRadeonR5グラフィックス×4
グラフィック:AMDMULLINS上のGallium0.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
の出力 即時です。 PrtScを押すと1m以上かかります 。
承認された回答:
同じ問題が発生し、次のコマンドを実行すると解決しました:
gnome-keyring-daemon &
私はこの答えで解決策を見つけました:https://askubuntu.com/a/838985/690438
編集:
問題の原因はdbus-user-sessionパッケージにあるようです。アンインストール後、すべてが正常に機能します。バグはここで解決されましたhttps://bugs.launchpad.net/bugs/1689825