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