我最近将我的 DE 从 Unity 更改为 XFCE。我真的很喜欢它,但电源管理器不起作用。当我尝试从设置菜单打开它时,我收到以下错误:
Unable to connect to Xfce Power Manager
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.
当我尝试从命令行运行它时,它什么也不做。我找到了一些其他解决方案,人们建议尝试运行 xfce4-power-manager --no-daemon(此处:xubuntu 13.10 xfce4-power-manager 不工作),但随后我收到以下消息:
(xfce4-power-manager:23973): xfce4-power-manager-WARNING **: could not map keysym 1008ffa8 to keycode
(xfce4-power-manager:23973): xfce4-power-manager-WARNING **: 'CheckAuthorization' failed with Action org.freedesktop.udisks.drive-set-spindown is not registered
然后 shell 停止直到我按下 ctrl+c。
然后我读到这是一个已知的错误,最好的解决方案是降级到电源管理器的先前版本。我尝试使用 aptitude 来实现这一点,但它抱怨说我想要的每个版本都不存在,即使我从 xfce4-power-manager 存储库中获取了版本号。我接下来尝试的是下载软件包并自行安装。但是当我尝试配置时,脚本告诉我缺少一些库,即使它们已安装:
*** The required package libxfconf-0 was not found on your system.
*** Please install libxfconf-0 (atleast version 4.6.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
有人告诉我该库已在 Ubuntu 中预先安装。
然后我尝试使用 gnome-power-manager。尽管它已安装,但当我尝试从命令行运行它时,它说没有这样的程序。而且它也不会出现在我想要的 XFCE 设置菜单中。
答案1
@Eddie 的回答是正确的这里,但我建议你只应该:
通过执行以下操作,编辑文件/etc/xdg/autostart/xfce4-power-manager.desktop
以将--no-daemon
附加内容包含到命令末尾:xfce4-power-manager
sudo nano /etc/xdg/autostart/xfce4-power-manager.desktop
现在向下箭头到文件底部并将此行:替换
Exec=xfce4-power-manager
为此行:
Exec=xfce4-power-manager --no-daemon
使用 ctrl + x 退出 nano,选择“Y”保存,然后重新启动,电源管理器现在将从设置菜单中工作。
注意:至少在 Ubuntu 14.04 LTS 中测试并可运行。
答案2
Xubuntu 14.04.1 更新说明
首先删除旧的启动器
sudo rm /etc/xdg/autostart/xfce4-power-manager.desktop
然后创建一个新的....
设置管理器 / 系统 / 会话和启动
选择选项卡 应用程序自动启动
在底部单击添加并输入以下内容:
名称:Xfce Power Manager(例如您的名称)
描述:电源管理器启动
新命令:xfce4-power-manager --no-daemon
由于 askubuntu 界面弄乱了 CR/LF,因此进行了编辑
答案3
xfce4-power-manager 未启动,小程序不可见
删除 > 桌面配置文件:
/etc/xdg/autostart/xfce4-power-manager.desktop
设置管理器 / 会话和启动 / 启动应用程序
商品停用:
能源管理(Xfce 环境的电源管理)
启用新项目:
Name: Xfce Power Manager (for example your name)
Description: Power manager startup
New command: xfce4-power-manager --no-daemon