You are not logged in.
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
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 514.57 KiB (Peak: 515.48 KiB) ]