schemas:: add schemas dde-daemon needed from dde-workspace.

Change-Id: I9940f556a506529ee85d6eaa0885bd741d059d5b
This commit is contained in:
liliqiang 2015-06-03 14:20:32 +08:00
parent a03ee07958
commit ea50a9b5b6
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="DDE">
<schema path="/com/deepin/desktop/default-applications/terminal/" id="com.deepin.desktop.default-applications.terminal">
<key type="s" name="exec">
<default>'deepin-terminal'</default>
<summary>Terminal application</summary>
<description>Terminal program to use when starting applications that require one.</description>
</key>
<key type="s" name="exec-arg">
<default>'-x'</default>
<summary>Exec Arguments</summary>
<description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
</key>
</schema>
</schemalist>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="DDE">
<schema path="/com/deepin/dde/zone/" id="com.deepin.dde.zone">
<key type="s" name="left-up">
<default>''</default>
<summary>left up corner</summary>
<description>move to left-up corner to show</description>
</key>
<key type="s" name="right-up">
<default>''</default>
<summary>right up corner</summary>
<description>move to right-up corner to show</description>
</key>
<key type="s" name="right-down">
<default>''</default>
<summary>right down corner</summary>
<description>move to right-down corner to show</description>
</key>
<key type="s" name="left-down">
<default>''</default>
<summary>left down corner</summary>
<description>move to left-down corner to show</description>
</key>
<key type="as" name="black-list">
<default>[]</default>
<summary>zone black list</summary>
<description>fobidden zone if app in this list</description>
</key>
<key type="as" name="white-list">
<default>[]</default>
<summary>zone white list</summary>
<description>fobidden zone if app not in this list</description>
</key>
</schema>
</schemalist>