Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ibus-daemon(1) [centos man page]

IBUS-DAEMON(1)							   User Commands						    IBUS-DAEMON(1)

NAME
ibus-daemon - daemon program for ibus SYNOPSIS
ibus-daemon [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-daemon is a daemon program for ibus and it is also a start up program for users to activate ibus daemon, engines and panel. Help Options: -h, --help Show help options Application Options: -d, --daemonize run ibus as background process. -s, --single do not execute panel and config module. -x, --xim execute ibus XIM server. -n, --desktop=name specify the name of desktop session. [default=gnome] -p, --panel=cmdline specify the cmdline of panel program. -c, --config=cmdline specify the cmdline of config program. -a, --address=address specify the address of ibus daemon. -r, --replace if there is an old ibus-daemon is running, it will be replaced. -t, --cache=mode [default is auto] force to re-scan components, and re-create registry cache. auto, refresh, none is available. -o, --timeout=timeout [default is 2000] dbus reply timeout in milliseconds. -j, --monitor-timeout=timeout [default is 0] timeout of poll changes of engines in seconds. 0 to disable it. -m, --mem-profile enable memory profile, send SIGUSR2 to print out the memory profile. -v, --verbose verbose. BUGS
If you find a bug, please report it at http://code.google.com/p/ibus/issues/list SEE ALSO
ibus(1) 1.5.3 April 2010 IBUS-DAEMON(1)

Check Out this Related 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)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Changing IP address with set_params

I want to change the IP address of my computer (743i card using HP-UX 10.2) using "set_params ip_address". The problem is the following: 1. I'm using a touch panel to enter in the IP address. 2. The set_params routine asks two questions; do I want to use the IP address entered and do I want... (3 Replies)
Discussion started by: maddog0606
3 Replies

2. Programming

daemon

I want to write background running program. How to use daemon function. Please send me source code. Thanks. (1 Reply)
Discussion started by: bat_oyu
1 Replies

3. IP Networking

Finding an x25 address for a server

I am trying to find the x25 address of a server. Presumably this is stored in some sort of config file - and while I can find the IP and OSI addresses - I cannot work out where to find the x25 address.....any ideas? (Unix on Solaris) (1 Reply)
Discussion started by: peter.herlihy
1 Replies

4. Programming

How to find if a process a daemon ?

I have a scenario where I need to find if a process is a daemon process or not. This check needs to be done from within the process. I know there are no direct API's to do so. I have explored these options. 1. ctermid() - this can be unsuccessful as per the man pages 2. int devtty; if ((devtty... (7 Replies)
Discussion started by: vino
7 Replies