有时 xfce4-power-manager 会卡住

有时 xfce4-power-manager 会卡住

有时 xfce4-power-manager 不会出现在面板中,而且根本不起作用,有时又起作用。

当它不起作用时我有两个解决方案:

    • 注销并登录。
    • 启动系统监视器并终止 xfce4-power-manager,然后启动终端并输入:

    xfce4-power-manager --no-daemon

通常我使用第二种解决方案,但为了简化流程,我尝试编写一个重新启动 xfce4-power-manager 的 shell 脚本,但没有成功。

我无法从终端关闭 xfce4-power-manager。

xfce4-power-manager --restart 

-不管用

xfce4-power-manager --quit 

-不管用

我试过:

#!/bin/bash
PID=`pidof xfce4-power-manager`
kill $PID
xfce4-power-manager --no-daemon

-不管用。

如果我输入:

xfce4-power-manager --customize 

- 出现错误窗口:

未收到回复。可能的原因包括:远程应用程序未发送回复、消息总线安全策略阻止回复、回复超时或网络连接中断。

系统监视器中的等待通道显示:futex_wait_queue_me。

谢谢

答案1

xfce4-power-manager 未启动,小程序不可见

删除 > 桌面配置文件:
/etc/xdg/autostart/xfce4-power-manager.desktop

设置管理器 / 会话和启动 / 启动应用程序

禁用项目:
Energy Management(Xfce 环境的电源管理)

使用新命令启用的新项目:

Mame:Xfce Power Manager(例如-您的名字)

描述:电源管理器启动

命令:xfce4-power-manager --no-daemon

http://ubuntuset.url.ph/power_manager.html

相关内容