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