Changeset ef82450c for xsoft


Ignore:
Timestamp:
09/21/2016 12:26:55 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
18a89bcc
Parents:
3ec938d
Message:

firefox-49.0 : scrollbars are again missing their sliders, but only in a system built for 7.10, a system from early August with gtk+-3.20.6 has them working fine. Fun.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r3ec938d ref82450c  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp " ">
    9   <!ENTITY firefox-md5sum        "bd6410592a8c608c0f771c056351493c">
    10   <!ENTITY firefox-size          "180 MB">
    11   <!ENTITY firefox-buildsize     "5.3 GB (84 MB installed)">
     9  <!ENTITY firefox-md5sum        "24f497ae93db299958771ccc93de1a47">
     10  <!ENTITY firefox-size          "181 MB">
     11  <!ENTITY firefox-buildsize     "4.4 GB (93 MB installed)">
    1212  <!ENTITY firefox-time          "12 SBU (with parallelism=4 on a recent intel i7, much longer on lesser CPUs)">
    1313]>
     
    7575      <listitem>
    7676        <para>
    77           Required patch if using gtk+-3.20 or later (do not use with earlier versions)
    78           <ulink url="&patch-root;/firefox-&firefox-version;-gtk320-1.patch"/>
    79         </para>
    80       </listitem>
    81       <listitem>
    82         <para>
    8377          Optional patch to allow system versions of <xref linkend="graphite2"/>
    8478          and <xref linkend="harfbuzz"/> - this should be regarded as experimental
    85           <ulink url="&patch-root;/firefox-&firefox-version;-system_graphite2_harfbuzz-2.patch"/>
     79          <ulink url="&patch-root;/firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch"/>
    8680        </para>
    8781      </listitem>
     
    107101        Do not untar as the <systemitem class="username">root</systemitem> user
    108102        in a directory where the sticky bit is set - that will unset it.
     103      </para>
     104    </note>
     105
     106    <note>
     107      <para>
     108        On systems with the package versions in BLFS-7.10, if firefox is built
     109        with gtk+-3 the scrollbar(s) are styled as if for gtk+-2, with arrows at
     110        their ends but without a visible slider. Scrolling still works if you
     111        put the mouse pointer in the scrollbar area. The reason for this is not
     112        understood.
    109113      </para>
    110114    </note>
     
    281285
    282286    <para>
    283       If you are using gtk+-3.20 or later, apply a patch to restore the
    284       slider on scrollbars:
    285     </para>
    286 
    287 <screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-gtk320-1.patch</userinput></screen>
    288 
    289     <para>
    290287      If you have installed system versions of graphite2 and harfbuzz and wish
    291288      firefox to use those instead of its shipped versions, apply the patch and
Note: See TracChangeset for help on using the changeset viewer.