Changeset bbacc9a for xsoft


Ignore:
Timestamp:
08/27/2015 10:33:20 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
28370fe
Parents:
c358685
Message:
  • fontforge-20150824: tweaks.
  • Update to gpgme-1.6.0.
  • Update to libgpg-error-1.20.
  • Update to LVM2.2.02.129.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/fontforge.xml

    rc358685 rbbacc9a  
    122122    </para>
    123123
    124 <screen><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
    125     -i desktop/fontforge.desktop    &amp;&amp;
    126 
    127 ./configure --prefix=/usr     \
     124<screen><userinput>./configure --prefix=/usr     \
    128125            --enable-gtk2-use \
    129126            --disable-static  \
     
    141138<screen role="root"><userinput>make install</userinput></screen>
    142139
     140    <note>
     141      <para>
     142        <application>Fontforge</application> may need a workaround to start,
     143        due to a bug in the splash screen. If you wish to start from a
     144        terminal, either issue <command>fontforge -new</command>, or, after
     145        issuing <command>fontforge</command>, press Ctrl-C once, after the
     146        splash screen appears.  For the menu, make the following substitution,
     147        as the <systemitem class="username">root</systemitem> user:
     148      </para>
     149
     150<screen><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
     151    -i /usr/share/applications/fontforge.desktop</userinput></screen>
     152    </note>
     153
    143154  </sect2>
    144155
    145156  <sect2 role="commands">
    146157    <title>Command Explanations</title>
    147 
    148     <para>
    149       <command>sed ... -i desktop/fontforge.desktop</command>: Workaround to
    150       start <command>fontforge</command>, due to a bug in the splash screen. If
    151       you wish to start from a terminal, either use
    152       <command>fontforge -new</command>, or press Ctrl-C once, after the splash
    153       screen appears.
    154     </para>
    155158
    156159    <para>
Note: See TracChangeset for help on using the changeset viewer.