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