From Fedora Project Wiki

No edit summary
(update to use gnome-tweak-tool to activate ibus-gnome)
Line 2: Line 2:
|description=This test-case is to check ibus with gnome-shell which is available f16 or later.
|description=This test-case is to check ibus with gnome-shell which is available f16 or later.
|actions=
|actions=
Currently you need to install ibus-gnome3 with 'yum install ibus-gnome3' by manual.<br />
1. Make sure that latest ibus-gnome3 and ibus are installed or install manually with
gnome-shell requires a physical graphics card which supports 3D acceleration.
    su -c 'yum install ibus-gnome3'
If you run a classic GNOME with compiz-gnome, you could enable gnome-shell with 'gnome-shell --replace'. Also you could go back to metacity with 'metacity --replace'.<br />
Note that gnome-shell requires a physical graphics card which supports 3D acceleration.
For F16 (gnome-shell 3.1.91 or later), gsettings is needed to enable ibus
2. For F16 (gnome-shell 3.1.91 or later), gnome-shell extensions need to be enabled via gsettings.
<pre>
* Install gnome-tweak-tool to enable the ibus-gnome3 gnome-shell extension:
% rpm -q ibus ibus-gnome3
    su -c 'yum install gnome-tweak-tool'
ibus-1.3.99.20110817-5.fc16.x86_64
3. Run 'gnome-tweak-tool' -> Shell Extensions -> turn on 'Input-Method Status Indicator Extension'
ibus-gnome3-1.3.99.20110817-5.fc16.x86_64
4. Restart gnome-shell or desktop
 
5. gnome-ibus indicator should be running (smaller icon than original ibus icon)
% gsettings get org.gnome.shell enabled-extensions
[]
% gsettings set org.gnome.shell enabled-extensions "['ibus-indicator@example.com']"
% gsettings get org.gnome.shell enabled-extensions
['ibus-indicator@example.com']
 
% gnome-shell --replace
</pre>


# General test:
# General test:

Revision as of 13:10, 15 September 2011

Description

This test-case is to check ibus with gnome-shell which is available f16 or later.


How to test

1. Make sure that latest ibus-gnome3 and ibus are installed or install manually with

   su -c 'yum install ibus-gnome3'

Note that gnome-shell requires a physical graphics card which supports 3D acceleration. 2. For F16 (gnome-shell 3.1.91 or later), gnome-shell extensions need to be enabled via gsettings.

  • Install gnome-tweak-tool to enable the ibus-gnome3 gnome-shell extension:
   su -c 'yum install gnome-tweak-tool'

3. Run 'gnome-tweak-tool' -> Shell Extensions -> turn on 'Input-Method Status Indicator Extension' 4. Restart gnome-shell or desktop 5. gnome-ibus indicator should be running (smaller icon than original ibus icon)

  1. General test:
    1. Focus on a text application (e.g. gedit or gnome-terminal) and type the ibus trigger key (e.g. Control + Space) several times.
  2. IBus settings:
    1. Click on ibus status icon and choose "Preferences" menu item.
  3. Keymap settings:
    1. Click on ibus status icon and choose "Keyboard configuration" menu item.
  4. Lookup window test:
    1. Focus on a text application and type an ibus trigger key (e.g. Control + Space) and type a char and Space key sevaral time to show the ibus lookup window.

Expected Results

  1. General test: ibus status icon shows language characters (e.g. 'us') for the keymap engines and IM symbol characters (e.g. 'あ') for IM engines (e.g. ibus-anthy).
  2. IBus settings: ibus-setup is launched.
  3. Keymap settings: 'gnome-control-panel region' is launched.
  4. Lookup window test: clutter based lookup window is shown.