Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ibus(1) [centos man page]

IBUS(1) 							   User Commands							   IBUS(1)

NAME
ibus - command line utility for ibus SYNOPSIS
ibus COMMAND [OPTION]... DESCRIPTION
IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. ibus is a command line utility which can restart or exit ibus-daemon, get or set the current ibus engine or list the ibus engines. Homepage: http://code.google.com/p/ibus/ COMMAND
help Show the commands list. engine [ENGINE_NAME] Show the curent ibus engine when ENGINE_NAME is not given. Set ENGINE_NAME to the current ibus engine. exit Exit ibus-daemon. list-engine Show ibus engines list. restart Restart ibus-daemon. version Show the ibus version. read-cache [--system|--file=FILE] Show the content of the user registry cache if --system is not given. Show the content of the system registry cache if --system is given. Show the content of the custom registry cache FILE if --file=FILE is given. write-cache [--system|--file=FILE] Save the user registry cache if --system is not given. Save the system registry cache if --system is given. Save the custom reg- istry cache FILE if --file=FILE is given. IBUS_COMPONENT_PATH environment valuable is also available for the custom component directories, whose delimiter is ':'. watch Under construction. BUGS If you find a bug, please report it at http://code.google.com/p/ibus/issues/list. 1.5.3 May 2013 IBUS(1)

Check Out this Related Man Page

IBUS-TABLE-CREATEDB(1)													    IBUS-TABLE-CREATEDB(1)

NAME
ibus-table-createdb - create ibus-table database from table source SYNOPSIS
ibus-table-createdb [ [ -n name ] [ --name name ] ] [ [ -s source ] [ --source source ] ] [ [ -e extra ] [ --extra extra ] ] [ [ -p pinyin ] [ --pinyin pinyin ] ] [ -o ] [ --no-create-index ] [ -i ] [ --create-index-only ] [ -d ] [ --debug ] DESCRIPTION
ibus-table-createdb creates a database for ibus-table from a source table. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -n database-file specifies the file name for the binary database for the IME. The default is ''. If the file name of the database is not specified, the file name of the source file before the first '.' will be appended with '.db' and that will be used as the file name of the database. -s source-file specifies the file which contains the source of the IME. The default is ''. -e extra-words-file specifies the file name for the extra words for the IME. The default is ''. -p pinyin-file specifies the source file for the pinyin. The default is '/usr/share/ibus-table/data/pinyin_table.txt.bz2'. -o Do not create an index for a database (Only for distribution purposes, a normal user should not use this flag!) -i Only create an index for an existing database. Specifying the file name of the binary database with the -n or --name option is required when this option is used. -d Print extra debug messages. EXAMPLES
ibus-table-createdb -n ipa-x-sampa.db -s ipa-x-sampa.txt Create the binary database ``ipa-x-sampa.db'' from the source file ``ipa-x-sampa.txt''. ibus-table-createdb -i -n ipa-x-sampa.db Create an index for the database ``ipa-x-sampa.db''. AUTHOR
This manual page was written by Mike FABIAN <mfabian@redhat.com>. Apr 18, 2013 IBUS-TABLE-CREATEDB(1)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

UNIX system call in COBOL

Hi, The UNIX system call inside the COBOL program is doing the specified command correctly. MOVE W080-UNZIP-FILE-COMMAND TO W080-OUTPUT-COMMAND CALL "SYSTEM" USING W080-OUTPUT-COMMAND RETURNING W080-SYS-CALL-STATUS BUT The problem is, the following keeps on showing on the log file... (2 Replies)
Discussion started by: joyAV
2 Replies

2. Cybersecurity

Javascript injection only when referred by search engine.

My website has some weird malware installed in it. When I click on a link from a search engine (google, bing, or even yahoo) my pages get a string of javascript inserted into them. The page can be a simple "Hello World" and it will still inject a line of javascript into the page. Here is a screen... (1 Reply)
Discussion started by: noPermissions
1 Replies

3. Programming

Want to develop Input Area for user to Update Content

Hello, What would it take to create a system that would enable someone to visit a particular management page that would allow this person to provide content and Have this content then come into view on the home page of a website? The content might just be text that someone would... (1 Reply)
Discussion started by: AimyThomas
1 Replies