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