<?xml version="1.0"?>
<gconf>
<dir name="apps">
+ <dir name="virt-manager">
+ <entry name="manager_window_width" mtime="1336498189" schema="/schemas/apps/virt-manager/manager_window_width"/>
+ <entry name="manager_window_height" mtime="1336498189" schema="/schemas/apps/virt-manager/manager_window_height"/>
+ <entry name="system-tray" mtime="1336498189" schema="/schemas/apps/virt-manager/system-tray"/>
+ <dir name="confirm">
+ <entry name="unapplied_dev" mtime="1336498189" schema="/schemas/apps/virt-manager/confirm/unapplied_dev"/>
+ <entry name="interface_power" mtime="1336498189" schema="/schemas/apps/virt-manager/confirm/interface_power"/>
+ <entry name="removedev" mtime="1336498189" schema="/schemas/apps/virt-manager/confirm/removedev"/>
+ <entry name="pause" mtime="1336498189" schema="/schemas/apps/virt-manager/confirm/pause"/>
+ <entry name="poweroff" mtime="1336498189" schema="/schemas/apps/virt-manager/confirm/poweroff"/>
+ <entry name="forcepoweroff" mtime="1336498189" schema="/schemas/apps/virt-manager/confirm/forcepoweroff"/>
+ </dir>
+ <dir name="paths">
+ <entry name="default-screenshot-path" mtime="1336498189" schema="/schemas/apps/virt-manager/paths/default-screenshot-path"/>
+ <entry name="default-restore-path" mtime="1336498189" schema="/schemas/apps/virt-manager/paths/default-restore-path"/>
+ <entry name="default-save-path" mtime="1336498189" schema="/schemas/apps/virt-manager/paths/default-save-path"/>
+ <entry name="default-media-path" mtime="1336498189" schema="/schemas/apps/virt-manager/paths/default-media-path"/>
+ <entry name="default-image-path" mtime="1336498189" schema="/schemas/apps/virt-manager/paths/default-image-path"/>
+ </dir>
+ <dir name="new-vm">
+ <entry name="graphics-type" mtime="1336498189" schema="/schemas/apps/virt-manager/new-vm/graphics-type"/>
+ <entry name="remote-sound" mtime="1336498189" schema="/schemas/apps/virt-manager/new-vm/remote-sound"/>
+ <entry name="local-sound" mtime="1336498189" schema="/schemas/apps/virt-manager/new-vm/local-sound"/>
+ </dir>
+ <dir name="details">
+ <entry name="show-toolbar" mtime="1336498189" schema="/schemas/apps/virt-manager/details/show-toolbar"/>
+ </dir>
+ <dir name="console">
+ <entry name="scaling" mtime="1336498189" schema="/schemas/apps/virt-manager/console/scaling"/>
+ <entry name="grab-notify" mtime="1336498189" schema="/schemas/apps/virt-manager/console/grab-notify"/>
+ <entry name="enable-accels" mtime="1336498189" schema="/schemas/apps/virt-manager/console/enable-accels"/>
+ </dir>
+ <dir name="urls">
+ <entry name="url-list-length" mtime="1336498189" schema="/schemas/apps/virt-manager/urls/url-list-length"/>
+ </dir>
+ <dir name="stats">
+ <entry name="enable-net-poll" mtime="1336498189" schema="/schemas/apps/virt-manager/stats/enable-net-poll"/>
+ <entry name="enable-disk-poll" mtime="1336498189" schema="/schemas/apps/virt-manager/stats/enable-disk-poll"/>
+ <entry name="history-length" mtime="1336498189" schema="/schemas/apps/virt-manager/stats/history-length"/>
+ <entry name="update-interval" mtime="1336498189" schema="/schemas/apps/virt-manager/stats/update-interval"/>
+ </dir>
+ <dir name="vmlist-fields">
+ <entry name="host_cpu_usage" mtime="1336498189" schema="/schemas/apps/virt-manager/vmlist-fields/host_cpu_usage"/>
+ <entry name="cpu_usage" mtime="1336498189" schema="/schemas/apps/virt-manager/vmlist-fields/cpu_usage"/>
+ <entry name="network_traffic" mtime="1336498189" schema="/schemas/apps/virt-manager/vmlist-fields/network_traffic"/>
+ <entry name="disk_usage" mtime="1336498189" schema="/schemas/apps/virt-manager/vmlist-fields/disk_usage"/>
+ </dir>
+ </dir>
<dir name="gitg">
<dir name="preferences">
<dir name="commit">
<longdesc>Whether to disable the keyboard shortcuts</longdesc>
</local_schema>
</entry>
+ <dir name="virt-manager">
+ <entry name="manager_window_width" mtime="1336498189" type="schema" stype="int" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default manager window width">
+ <default type="int" value="0"/>
+ <longdesc>Default manager window width</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="manager_window_height" mtime="1336498189" type="schema" stype="int" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default manager window height">
+ <default type="int" value="0"/>
+ <longdesc>Default manager window height</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="system-tray" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Show system tray icon">
+ <default type="bool" value="false"/>
+ <longdesc>Show system tray icon while app is running</longdesc>
+ </local_schema>
+ </entry>
+ <dir name="confirm">
+ <entry name="unapplied_dev" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Confirm about unapplied device changes">
+ <default type="bool" value="true"/>
+ <longdesc>Whether we ask the user to apply or discard unapplied device changes</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="interface_power" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Confirm device interface start and stop">
+ <default type="bool" value="true"/>
+ <longdesc>Whether we require confirmation to start or stop a libvirt virtual interface</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="removedev" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Confirm device removal request">
+ <default type="bool" value="true"/>
+ <longdesc>Whether we require confirmation to remove a virtual device</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="pause" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Confirm pause request">
+ <default type="bool" value="false"/>
+ <longdesc>Whether we require confirmation to pause a VM</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="poweroff" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Confirm poweroff request">
+ <default type="bool" value="false"/>
+ <longdesc>Whether we require confirmation to poweroff/reboot a VM</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="forcepoweroff" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Confirm force poweroff request">
+ <default type="bool" value="true"/>
+ <longdesc>Whether we require confirmation to forcepoweroff a VM</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="paths">
+ <entry name="default-screenshot-path" mtime="1336498189" type="schema" stype="string" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default screenshot path">
+ <default type="string">
+ <stringvalue></stringvalue>
+ </default>
+ <longdesc>Default path for saving screenshots from VMs</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="default-restore-path" mtime="1336498189" type="schema" stype="string" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default restore path">
+ <default type="string">
+ <stringvalue></stringvalue>
+ </default>
+ <longdesc>Default path for stored VM snapshots</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="default-save-path" mtime="1336498189" type="schema" stype="string" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default save domain path">
+ <default type="string">
+ <stringvalue></stringvalue>
+ </default>
+ <longdesc>Default path for saving VM snapshots</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="default-media-path" mtime="1336498189" type="schema" stype="string" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default media path">
+ <default type="string">
+ <stringvalue></stringvalue>
+ </default>
+ <longdesc>Default path for choosing media</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="default-image-path" mtime="1336498189" type="schema" stype="string" owner="virt-manager">
+ <local_schema locale="C" short_desc="Default image path">
+ <default type="string">
+ <stringvalue></stringvalue>
+ </default>
+ <longdesc>Default path for choosing VM images</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="new-vm">
+ <entry name="graphics-type" mtime="1336498189" type="schema" stype="string" owner="virt-manager">
+ <local_schema locale="C" short_desc="Install selected graphics type for new VM">
+ <default type="string">
+ <stringvalue>vnc</stringvalue>
+ </default>
+ <longdesc>Install selected graphics type for new VM. vnc or spice</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="remote-sound" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Install sound device for remote VM">
+ <default type="bool" value="false"/>
+ <longdesc>Whether to install a sound device for remote VMs or not</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="local-sound" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Install sound device for local VM">
+ <default type="bool" value="true"/>
+ <longdesc>Whether to install a sound device for local VMs or not</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="details">
+ <entry name="show-toolbar" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Whether to show VM button toolbar in Details display">
+ <default type="bool" value="true"/>
+ <longdesc>Whether to show toolbar containing Virtual Machine action buttons (such as Run, Pause, Shutdown) in the details display</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="console">
+ <entry name="scaling" mtime="1336498189" type="schema" stype="int" owner="virt-manager">
+ <local_schema locale="C" short_desc="When to scale the VM graphical console">
+ <default type="int" value="1"/>
+ <longdesc>When to scale the VM graphical console. 0 = never, 1 = only when in full screen mode, 2 = Always</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="grab-notify" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Whether to show notification when grabbing mouse">
+ <default type="bool" value="true"/>
+ <longdesc>Whether to show the notification hint when grabbing the mouse in the console</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="enable-accels" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Enable menu accelerators in console window">
+ <default type="bool" value="false"/>
+ <longdesc>Whether to enable menu accelerators while connected to the guest graphical console.</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="urls">
+ <entry name="url-list-length" mtime="1336498189" type="schema" stype="int" owner="virt-manager">
+ <local_schema locale="C" short_desc="The length of the list of URLs">
+ <default type="int" value="10"/>
+ <longdesc>The number of urls to keep in the history for the install media address page.</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="stats">
+ <entry name="enable-net-poll" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Poll net i/o stats">
+ <default type="bool" value="false"/>
+ <longdesc>Whether or not the app will poll VM network i/o statistics</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="enable-disk-poll" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Poll disk i/o stats">
+ <default type="bool" value="false"/>
+ <longdesc>Whether or not the app will poll VM disk i/o statistics</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="history-length" mtime="1336498189" type="schema" stype="int" owner="virt-manager">
+ <local_schema locale="C" short_desc="The statistics history length">
+ <default type="int" value="120"/>
+ <longdesc>The number of samples to keep in the statistics history</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="update-interval" mtime="1336498189" type="schema" stype="int" owner="virt-manager">
+ <local_schema locale="C" short_desc="The statistics update interval">
+ <default type="int" value="1"/>
+ <longdesc>The statistics update interval in seconds</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ <dir name="vmlist-fields">
+ <entry name="host_cpu_usage" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Show host cpu usage in summary">
+ <default type="bool" value="false"/>
+ <longdesc>Show the host cpu usage field in the domain list summary view</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="cpu_usage" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Show guest cpu usage in summary">
+ <default type="bool" value="true"/>
+ <longdesc>Show the guest cpu usage field in the domain list summary view</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="network_traffic" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Show network I/O in summary">
+ <default type="bool" value="false"/>
+ <longdesc>Show the network I/O field in the domain list summary view</longdesc>
+ </local_schema>
+ </entry>
+ <entry name="disk_usage" mtime="1336498189" type="schema" stype="bool" owner="virt-manager">
+ <local_schema locale="C" short_desc="Show disk I/O in summary">
+ <default type="bool" value="false"/>
+ <longdesc>Show the disk I/O field in the domain list summary view</longdesc>
+ </local_schema>
+ </entry>
+ </dir>
+ </dir>
<dir name="gitg">
<dir name="preferences">
<dir name="commit">