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