diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-27 09:07:18 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-27 09:07:18 +0800 |
| commit | 8db276818d12776ba0cd7819972fa5ce30005164 (patch) | |
| tree | d08901e4c1a142ecf80e41150625b7fee389ffe9 /setup | |
| parent | fc9e5a5b087f68dc1239ad7629a1575fb83510ac (diff) | |
| download | ibus-8db276818d12776ba0cd7819972fa5ce30005164.tar.gz ibus-8db276818d12776ba0cd7819972fa5ce30005164.tar.xz ibus-8db276818d12776ba0cd7819972fa5ce30005164.zip | |
Move icons to data/icons. Install schemas.
Diffstat (limited to 'setup')
| -rw-r--r-- | setup/ibus.schemas | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/setup/ibus.schemas b/setup/ibus.schemas deleted file mode 100644 index 2bd2bb5..0000000 --- a/setup/ibus.schemas +++ /dev/null @@ -1,96 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<gconfschemafile> - <schemalist> - <schema> - <key>/schemas/desktop/ibus/general/preload_engines</key> - <applyto>/desktop/ibus/general/preload_engines</applyto> - <owner>ibus</owner> - <type>list</type> - <list_type>string</list_type> - <locale name="C"> - <short>Preload Engines</short> - <long>Preload Engines during ibus starts up</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/general/hotkey/trigger</key> - <applyto>/desktop/ibus/general/hotkey/trigger</applyto> - <owner>ibus</owner> - <type>list</type> - <list_type>string</list_type> - <default>[Control+space]</default> - <locale name="C"> - <short>Trigger Hotkey</short> - <long>Trigger hotkey for enable or disable input context</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/general/hotkey/next_engine</key> - <applyto>/desktop/ibus/general/hotkey/next_engine</applyto> - <owner>ibus</owner> - <type>list</type> - <list_type>string</list_type> - <default>[]</default> - <locale name="C"> - <short>Next Engine Hotkey</short> - <long>Next engine hotkey for switch to next input method engine</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/general/hotkey/prev_engine</key> - <applyto>/desktop/ibus/general/hotkey/prev_engine</applyto> - <owner>ibus</owner> - <type>list</type> - <list_type>string</list_type> - <default>[]</default> - <locale name="C"> - <short>Prev Engine Hotkey</short> - <long>Prev engine hotkey for switch to previous input method engine</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/panel/auto_hide</key> - <applyto>/desktop/ibus/panel/auto_hide</applyto> - <owner>ibus</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Auto Hide</short> - <long>Auto hide language panel</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/panel/lookup_table_orientation</key> - <applyto>/desktop/ibus/panel/lookup_table_orientation</applyto> - <owner>ibus</owner> - <type>int</type> - <default>0</default> - <locale name="C"> - <short>Orientation of Lookup Table</short> - <long>Orientation of Lookup Table. 0 = Horizontal, 1 = Vertical</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/panel/use_custom_font</key> - <applyto>/desktop/ibus/panel/use_custom_font</applyto> - <owner>ibus</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Use Custom Font</short> - <long>Use custom font name for language panel</long> - </locale> - </schema> - <schema> - <key>/schemas/desktop/ibus/panel/custom_font</key> - <applyto>/desktop/ibus/panel/custom_font</applyto> - <owner>ibus</owner> - <type>string</type> - <default>Sans 10</default> - <locale name="C"> - <short>Custom Font</short> - <long>Custom font name for language panel</long> - </locale> - </schema> - </schemalist> -</gconfschemafile> |
