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