xfce4-power-manager.xml looks okay (I changed the value of show-tray-icon from 0 to 1 but still no luck):
Code: Select all
xtz@Xecutor ~ $ cat .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="show-tray-icon" type="uint" value="1"/>
<property name="power-button-action" type="uint" value="3"/>
<property name="hibernate-button-action" type="uint" value="2"/>
<property name="sleep-button-action" type="uint" value="1"/>
<property name="inactivity-on-ac" type="uint" value="350"/>
<property name="dpms-on-ac-sleep" type="uint" value="5"/>
<property name="dpms-on-ac-off" type="uint" value="10"/>
<property name="brightness-on-ac" type="uint" value="120"/>
<property name="brightness-level-on-ac" type="uint" value="40"/>
<property name="critical-power-action" type="uint" value="2"/>
<property name="lid-action-on-battery" type="uint" value="2"/>
<property name="inactivity-on-battery" type="uint" value="15"/>
<property name="power-save-on-battery" type="bool" value="true"/>
<property name="dpms-on-battery-off" type="uint" value="5"/>
<property name="dpms-sleep-mode" type="string" value="suspend"/>
<property name="presentation-mode" type="bool" value="false"/>
<property name="inactivity-sleep-mode" type="string" value="Suspend"/>
<property name="lid-action-on-ac" type="uint" value="1"/>
<property name="brightness-on-battery" type="uint" value="60"/>
<property name="dpms-on-battery-sleep" type="uint" value="2"/>
</property>
</channel>
