Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-02-26 06:50:05

xfceforumorg1220
Member
Registered: 2012-03-26
Posts: 26

Shortcuts - Difference between custom and default

The files below have a "command" section with a "default" and "custom" section.
How are the "default" and "custom" sections used?

1. /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
2. /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
3. $HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

    <property name="commands" type="empty">
        <property name="default" type="empty">
        ...
        </property
        <property name="custom" type="empty">
        ...
        </property>

I've been examining the output of

    xfconf-query -c xfce4-keyboard-shortcuts -l -v

I get a line

    /providers  <<UNSUPPORTED>>

I do see a section at the end of files 2 and 3, but not 1.

    <property name="providers" type="array">
       <value type="string" value="xfwm4"/>
       <value type="string" value="commands"/>
    </property>

Are there DTD's to verify that these xml files are valid and well formed, which could be used with something like xmllint?

Last edited by xfceforumorg1220 (2021-02-26 06:57:58)

Offline

Board footer

Powered by FluxBB