Changeset 7226770c


Ignore:
Timestamp:
03/19/2020 03:00:38 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
622c1021
Parents:
348ca51
Message:

kate: Remove extra comma
seamonkey: Fix the icon symlink

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r348ca51 r7226770c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Fix the symbolic link creation in Seamonkey so that
     49          the symlink points to the proper icon.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to postfix-3.5.0. Fixes
    4953          <ulink url="&blfs-ticket-root;13277">#13277</ulink>.</para>
  • postlfs/editors/kate5.xml

    r348ca51 r7226770c  
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para role="required">
    76       <xref linkend="kf5-frameworks"/>,
     76      <xref linkend="kf5-frameworks"/>
    7777    </para>
    7878
  • xsoft/graphweb/seamonkey.xml

    r348ca51 r7226770c  
    446446EOF
    447447
    448 ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
    449         /usr/share/pixmaps</userinput></screen>
     448ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/default128.png \
     449        /usr/share/pixmaps/seamonkey.png</userinput></screen>
    450450  </sect2>
    451451
Note: See TracChangeset for help on using the changeset viewer.