Ignore:
Timestamp:
02/12/2023 08:39:21 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
360eb54f
Parents:
f810c91e
Message:

ibus: Add a configuration section about updating GTK+ IM module caches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    rf810c91e r0fe14c3  
    248248    </para>
    249249
     250  </sect2>
     251
     252  <sect2 role="configuration">
     253    <title>Configuring Ibus</title>
     254
     255    <para>
     256      If GTK+-3 or GTK+-2 are installed and
     257      <option>--disable-gtk{3,2}</option> are not used, the ibus IM module
     258      for GTK+-3 or GTK+-2 will be installed.  As the &root; user,
     259      update a cache file of GTK+-3 or GTK+-2 so the GTK-based applications
     260      can find the newly installed IM module and use ibus as an input
     261      method:
     262    </para>
     263
     264    <screen role='nodump'><userinput>gtk-query-immodules-3.0 --update-cache</userinput></screen>
     265
     266    <para>
     267      The command above updates the cache file for GTK+-3.  For GTK+-2,
     268      use <command>gtk-query-immodules-2.0</command> instead of
     269      <command>gtk-query-immodules-3.0</command>.  GTK-4 does not require
     270      a cache file for IM modules.
     271    </para>
    250272  </sect2>
    251273
Note: See TracChangeset for help on using the changeset viewer.