肉桂随机失去主题

肉桂随机失去主题

有时(非常随机),我的 Linux Mint 14 Cinnamon 上的 Nemo 开始看起来像这样 在此输入图像描述

通常情况下它看起来像这样:在此输入图像描述

重新启动 Cinnamon ( Alt+ F2, r, Enter) 没有帮助,我需要注销,然后登录。

有人可以告诉我,

  • (我猜,那是与X窗口系统坠毁了。dmesg没有显示任何内容。)如何诊断,到底发生了什么? (更新:看起来崩溃 gnome-settings-daemon
  • 如何在不注销的情况下恢复正常主题(需要关闭所有程序)?
  • 如何尽量减少此类事情发生的频率?

可疑条目xsession-errors.lob

[0x7f9590006068] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 300 ms)
[0x7f9590006068] main input error: ES_OUT_RESET_PCR called
[0x7f9590006068] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 1108 ms)
[0x7f9590006068] main input error: ES_OUT_RESET_PCR called

(...)

[h264 @ 0x7f95790fc160] Missing reference picture
[h264 @ 0x7f95790fc160] decode_slice_header error
[h264 @ 0x7f95790fc160] mmco: unref short failure
[h264 @ 0x7f95790fc160] concealing 1620 DC, 1620 AC, 1620 MV errors
[h264 @ 0x7f95790fc160] Missing reference picture
[h264 @ 0x7f95790fc160] Missing reference picture
[h264 @ 0x7f95790fc160] Missing reference picture

(...)

No such schema 'com.canonical.unity-greeter'

系统日志中的可疑条目:

Jun 13 01:03:45 adam-N56VZ kernel: [49764.694213] gnome-settings-[4198]: segfault at 188b2 ip 00007f2e46acf0a6 sp 00007fff8acb45d0 error 4 in libgdk-3.so.0.600.0[7f2e46a8c000+7c000]
Jun 13 01:03:52 adam-N56VZ gnome-session[4098]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal 11

(...)

Jun 13 01:40:59 adam-N56VZ laptop-mode: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/*.conf is not readable, skipping.

更新:

看来,这种行为可以通过杀戮来重现gnome-settings-daemon。问题仍然是如何恢复它?简单地以用户或 root 身份运行它不会改变任何内容,即使重新启动 cinnamon ( Alt+ F2, r, Enter) 也是如此。

最难的问题是:如何防止这种情况发生?由于这是一次崩溃,我想我需要按照提交错误报告的程序进行操作。但这是谁的错呢? Gnome 的还是 Cinnamon 的?或者也许其他一些组件出了问题?

答案1

看来cinnamon-settings-daemon/gnome-settings-daemon没有运行。您可以将其放入启动应用程序中,以确保它在您登录时启动。

答案2

最后我得到了解决方案。

只需打开启动应用程序控制中心,勾选选项MATE 设置守护进程或者肉桂设置守护进程(根据您的桌面环境)就是这样。

现在再次登录,问题就解决了。

相关内容