3c4174
'\" t
3c4174
.\"     Title: update-gtk-immodules
3c4174
.\"    Author: Matthias Clasen <mclasen@redhat.com>
3c4174
.\"      Date: 06/26/2013
3c4174
.\"    Manual: User Commands
3c4174
.\"    Source: GTK+
3c4174
.\"  Language: English
3c4174
.\"
3c4174
.TH "UPDATE\-GTK\-IMMODULES" "1" "" "GTK+" "User Commands"
3c4174
.\" -----------------------------------------------------------------
3c4174
.\" * Define some portability stuff
3c4174
.\" -----------------------------------------------------------------
3c4174
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3c4174
.\" http://bugs.debian.org/507673
3c4174
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
3c4174
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3c4174
.ie \n(.g .ds Aq \(aq
3c4174
.el       .ds Aq '
3c4174
.\" -----------------------------------------------------------------
3c4174
.\" * set default formatting
3c4174
.\" -----------------------------------------------------------------
3c4174
.\" disable hyphenation
3c4174
.nh
3c4174
.\" disable justification (adjust text to left margin only)
3c4174
.ad l
3c4174
.\" -----------------------------------------------------------------
3c4174
.\" * MAIN CONTENT STARTS HERE *
3c4174
.\" -----------------------------------------------------------------
3c4174
.SH "NAME"
3c4174
update-gtk-immodules - Update GTK+ immodule cache
3c4174
.SH "SYNOPSIS"
3c4174
.HP \w'\fBupdate-gtk-immodules\fR\ 'u
3c4174
\fBupdate-gtk-immodules\fR [HOST_TRIPLET]
3c4174
.SH "DESCRIPTION"
3c4174
.PP
3c4174
\fBupdate-gtk-immodules\fR
3c4174
is a wrapper around gtk-query-immodules-2.0 that tries to help with
3c4174
multilib installations. It is meant to be used in %post scripts of rpm
3c4174
packages that install input method modules for GTK+ 2.x.
3c4174
3c4174
.PP
3c4174
It needs to be given a GNU-style host triplet as argument, such as
3c4174
"x86_64-redhat-linux-gnu". This argument determines where the tool
3c4174
saves the gtk.immodules file that it creates. It must be the same
3c4174
as the host triplet that GTK+ was configured with.
3c4174
3c4174
.SH "FILES"
3c4174
.PP
3c4174
$libdir/gtk-2.0/2.10.0/immodules.cache - the file created by update-gtk-immodules.
3c4174
3c4174
.SH "SEE ALSO"
3c4174
.BR gtk-query-immodules-2.0 "(1)"