Difference between revisions of "Configtool"

From Fcitx
Jump to navigation Jump to search
(Created page with "<languages /> <translate> {{infobox tool |name = configtool |screenshot = 200px |caption2 = fcitx-confi...")
 
m
Line 10: Line 10:
 
|dependency            = gtk2, libunique, gtk3
 
|dependency            = gtk2, libunique, gtk3
 
|license              = GPLv2
 
|license              = GPLv2
|type                  = module
 
 
|website              = http://code.google.com/p/fcitx
 
|website              = http://code.google.com/p/fcitx
 
}}
 
}}

Revision as of 12:19, 11 March 2012


configtool
Fcitx-configtool.png
Version 0.4.1
Dependency gtk2, libunique, gtk3
Written In C
License GPLv2
Website http://code.google.com/p/fcitx


Intro

fcitx-configtool is a gtk based tool for change Fcitx configuration. It has gtk2 and gtk3 support. And for gtk2 version, it will be single instance application if compiled against libunique.

Notice : fcitx-configtool in fcitx package is a shell script that can launch different version of fcitx-configtool under different Desktop environment. The real binary provided by this pacakge is fcitx-config-gtk and fcitx-config-gtk3.

Feature

  • Change input method list
  • Change global configuration
  • Change addon configuration and enable/disable addon.

See Also

Compile Configtool