我发现,如果xfce4-power-manager与/usr/bin/xfce4-power-manager一起启动,它就不能工作,但是没有显示电源图标,设置中的电源管理器也不能工作。
但是,如果我使用命令xfce4-power-manager --no-daemon选项启动xfce4电源管理器,一切都正常工作。有没有人面临同样的问题?
发布于 2014-07-02 18:44:49
Xfce4-电源管理器未启动,applet不可见
删除>桌面配置文件:
/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-daemonhttp://ubuntuset.url.ph/power_manager.html
发布于 2014-04-28 13:37:03
您可以通过以下方法创建一个启动程序。复制并粘贴gedit中的代码并执行所需的更改。
[Desktop Entry]
Name=Power Manager
Comment=
Exec=/usr/bin/xfce4-power-manager
Icon=[link to icon(not required)]
Terminal=false
Type=Application
Categories=[choose what categories you want this file]并将文件保存为anyname.desktop
有关如何创建启动程序访问->链接的更多信息
https://askubuntu.com/questions/362790
复制相似问题