Changeset 888e303


Ignore:
Timestamp:
03/20/2018 02:52:52 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
3e2d7bc
Parents:
b1c9a4b
Message:

Fix a couple of things in firefox.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb1c9a4b r888e303  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 19th, &year;">
     9<!ENTITY releasedate  "March 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rb1c9a4b r888e303  
    4343-->
    4444    <listitem>
     45      <para>March 20th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Fixes in firefox: the icon location changed in
     49          firefox-59, and the old text about using configure --help has been
     50          wrong since firefox-58 required ./mach. Thanks to Wayne for the
     51          report.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>March 19th, 2018</para>
    4658      <itemizedlist>
  • xsoft/graphweb/firefox.xml

    rb1c9a4b r888e303  
    216216      configuration options. A default <filename>mozconfig</filename> is
    217217      created below. To see the entire list of available configuration options
    218       (and an abbreviated description of some of them), issue <command>./configure
    219       --help</command>. You may also wish to review the entire file and
    220       uncomment any other desired options.  Create the file by issuing the
    221       following command:
     218      (and an abbreviated description of some of them), issue <command>./mach
     219      configure &amp;&amp; ./configure --help | less</command>. You may also
     220      wish to review the entire file and uncomment any other desired options.
     221      Create the file by issuing the following command:
    222222    </para>
    223223
     
    455455EOF
    456456
    457 ln -sfv /usr/lib/firefox-&firefox-version;/browser/icons/mozicon128.png \
     457ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
    458458        /usr/share/pixmaps/firefox.png</userinput></screen>
    459459
Note: See TracChangeset for help on using the changeset viewer.