[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian testing con xfce4




> 
> Immagino che si debba modificare, sistematicamente per tutti gli utenti, uno dei 
> file in ~/.config/xfce4/xfconf/xfce-perchannel-xml
> probabilmente il file xfce4-power-manager.xml che adesso ha il seguente aspetto:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <channel name="xfce4-power-manager" version="1.0">
>   <property name="xfce4-power-manager" type="empty">
>     <property name="power-button-action" 
> type="empty"/>
>     <property name="brightness-switch-restore-on-exit" 
> type="int" value="-1"/>
>     <property name="brightness-switch" type="int" 
> value="0"/>
>     <property name="lock-screen-suspend-hibernate" 
> type="bool" value="false"/>
>     <property name="logind-handle-lid-switch" type="bool" 
> value="false"/>
>   </property>

> </channel>



Io sulla testing (amd64) uso XFCE e non ho problemi del genere.
L'ultimo aggiornamento l'ho fatto venerdì 2.
Il kernel è: 
Linux valx 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-18) x86_64 GNU/Linux
Questo è il mio 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="power-button-action" type="empty"/>
<property name="brightness-switch-restore-on-exit" type="int" value="1"/>
<property name="brightness-switch" type="int" value="0"/>
<property name="show-tray-icon" type="int" value="1"/>
<property name="presentation-mode" type="bool" value="false"/>
<property name="critical-power-action" type="uint" value="2"/>
<property name="critical-power-level" type="uint" value="5"/>
<property name="lock-screen-suspend-hibernate" type="bool" value="true"/>
<property name="logind-handle-lid-switch" type="bool" value="false"/>
<property name="blank-on-ac" type="int" value="0"/>
<property name="dpms-on-ac-off" type="uint" value="30"/>
<property name="dpms-on-ac-sleep" type="uint" value="0"/>
<property name="dpms-on-battery-off" type="uint" value="12"/>
<property name="dpms-on-battery-sleep" type="uint" value="11"/>
<property name="blank-on-battery" type="int" value="10"/>
</property>
</channel>


Walter


Reply to: