每次从挂起返回时,我都会得到以下错误:
"GDBus.Error:org.freedesktop.DBus.Error.Failed: Operation already in progress"要明确的是,据我所知,这并没有给我造成任何问题,我正在努力理解它的原因,以及如何处理它。捕获所有通知后,我得到了一条完整的消息日志:
method call sender=:1.39 -> dest=:1.213 serial=27 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
string "xfce4-power-manager"
string ""
string "Power Manager"
string "GDBus.Error:org.freedesktop.DBus.Error.Failed: Operation already in progress"
string "urgency"
string "icon_data"发布于 2015-02-01 10:38:05
该问题是由发送到系统的双挂起命令引起的,在xfce4 4电源管理器关闭盖子上禁用挂起和膝上型计算机仍然挂起之后,故障诊断就更容易了。
in /etc/systemd/logind.conf,更改:
#HandleLidSwitch=suspend至:
HandleLidSwitch=ignore似乎已经解决了这个问题。
https://askubuntu.com/questions/580109
复制相似问题