Difference between revisions of "Note for GNOME Later than 3.6"

From Fcitx
Jump to navigation Jump to search
m (Text replacement - "<translate1>" to "<translate>")
Line 14: Line 14:
 
Or,
 
Or,
  
3. If you are using fedora, make sure to use imsettings to select "Fcitx".
+
3. GTK_IM_MODULE for some reason doesn't override xsettings anymore for gtk. Use following command to set it to fcitx.
 +
 
 +
  gsettings set \
 +
      org.gnome.settings-daemon.plugins.xsettings overrides \
 +
      "{'Gtk/IMModule':'fcitx'}"
 +
 
 +
4. If you are using fedora, make sure to use imsettings to select "Fcitx".
  
 
Re-login.
 
Re-login.
  
 
</translate>
 
</translate>

Revision as of 22:01, 2 June 2016


1. libibus maybe compiled as a dependency of gnome, don't try to remove it (If you're not using gentoo, in gentoo you can disable i18n USE).

2. uninstall package that contains ibus-daemon on your system.

Or if you want to keep ibus installed (if you want to use fcitx you don't need ibus at all, for older gnome 3.6 you might also hit this bug, so you'd better remove it), run:

gsettings set org.gnome.settings-daemon.plugins.keyboard active false 

as your current user.

Or,

3. GTK_IM_MODULE for some reason doesn't override xsettings anymore for gtk. Use following command to set it to fcitx.

  gsettings set \
     org.gnome.settings-daemon.plugins.xsettings overrides \
     "{'Gtk/IMModule':'fcitx'}"

4. If you are using fedora, make sure to use imsettings to select "Fcitx".

Re-login.