Changeset 2b5deee


Ignore:
Timestamp:
02/28/2023 02:46:48 AM (14 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
cebfa20
Parents:
2ad1b08
Message:

Fix seamonkey crash if Seamonkey is compiled with rustc-1.67 or later.

See https://gitlab.com/frg/seamonkey-253-patches/-/commit/ad8c88d4ad606d24f7ae784a41eaeb06776881f5
for more details.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2ad1b08 r2b5deee  
    4242      <para>February 27th, 2023</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Fix seamonkey crash when playing audio when it is
     46          compiled with rustc-1.67 or higher.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Add the intel-media-driver for video acceleration on
  • xsoft/graphweb/seamonkey.xml

    r2ad1b08 r2b5deee  
    291291<screen><userinput>sed -i "/if sys.executable !=/i\    open(join(bin_dir, 'pyvenv.cfg'), 'w').close()" \
    292292    third_party/python/virtualenv/virtualenv.py</userinput></screen>
     293
     294    <para>
     295      Next, work around a crash that occurs when playing audio when Seamonkey
     296      is compiled with rustc-1.67 or higher:
     297    </para>
     298
     299<screen><userinput>sed -i '/USE_PULSE_RUST/d' media/libcubeb/src/moz.build</userinput></screen>
    293300
    294301    <para>
Note: See TracChangeset for help on using the changeset viewer.