Ignore:
Timestamp:
03/18/2020 10:00:14 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
63228ac1
Parents:
dca1247
Message:

Format general/genutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22852 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    rdca1247 rb7a85cd9  
    132132    <title>Installation of ibus</title>
    133133
    134     <para>If the optional Unicode Character Database was downloaded, install it
    135     now as the as the <systemitem class="username">root</systemitem> user:</para>
     134    <para>
     135      If the optional Unicode Character Database was downloaded, install it
     136      now as the <systemitem class="username">root</systemitem> user:
     137    </para>
    136138
    137139<screen role="root"><userinput>mkdir -p               /usr/share/unicode/ucd &amp;&amp;
    138140unzip -u ../UCD.zip -d /usr/share/unicode/ucd</userinput></screen>
    139141
    140     <note><para>Be sure to also remove the --disable-unicode-dict in
    141     the configure step below.</para></note>
    142 
    143     <para>Fix an issue with deprecated schema entries:</para>
     142    <note>
     143      <para>
     144        Be sure to also remove the --disable-unicode-dict in
     145        the configure step below.
     146      </para>
     147    </note>
     148
     149    <para>
     150      Fix an issue with deprecated schema entries:</para>
    144151
    145152<screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
     
    175182    <title>Command Explanations</title>
    176183
    177   <!--  <para>
     184<!--    <para>
    178185      <command>sed -ri ... data/ibus.schemas ...</command>: This sed fixes
    179186      deprecated entries in the gsettings schema templates installed by this
     
    207214      <option>--enable-python-library</option>: This switch enables
    208215      building the <application>Python</application> support
    209       library. Use it if have installed the optional dependencies.
     216      library. Use it if you have installed the optional dependencies.
    210217    </para>
    211218
Note: See TracChangeset for help on using the changeset viewer.