Linux Commands Examples

A great documentation place for Linux commands

ibus-daemon

Intelligent Input Bus for Linux / Unix OS

Synopsis

ibus-daemon [OPTION]...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
./compile.sh && pkill ibus-daemon && ./install.sh && ibus-daemon &
0
source
            
export QT_IM_MODULE='ibus'
ibus-daemon --xim -d &
0
source
            
export QT_IM_MODULE=ibus
ibus-daemon -d -x
# swap CapsLock and Ctrl
xmodmap ~/.xmodmap
0
source
            
xmodmap ~/.xmodmap
ibus-daemon -dx
exec dbus-launch awesome
0
source
            
return 0
fi
ibus-daemon -d -r
nohup vrome >/dev/null 2>&1 &
nohup wallch --constant >/dev/null 2>&1 &

description

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, --re-scan

force to re-scan components, and re-create registry cache.

-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.


see also

ibus

How can this site be more helpful to YOU ?


give  feedback