Changeset 42e002d


Ignore:
Timestamp:
06/03/2022 06:22:13 AM (23 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
36357196
Parents:
785c02f
Message:

Fix MIME type detection in glib2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r785c02f r42e002d  
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing="compact">
     76      <!-- should be applied in glib-2.72.3 or above -->
     77      <listitem>
     78        <para>
     79          Recommended patch, that fixes and issue in webkitgtk:
     80          <ulink url="&patch-root;/glib-&glib2-version;-fix_xdgmime-1.patch"/>
     81        </para>
     82      </listitem>
    7683      <listitem>
    7784        <para>
     
    127134  <sect2 role="installation">
    128135    <title>Installation of GLib</title>
     136    <!-- Remove the next para and screen for glib-2.72.3 or above-->
     137    <para>
     138      First, fix an issue in MIME file content lookup, which may prevent
     139      displaying <command>file://</command> URL's in webkitgtk based browsers.
     140    </para>
     141
     142<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-fix_xdgmime-1.patch</userinput></screen>
    129143
    130144    <para>
  • introduction/welcome/changelog.xml

    r785c02f r42e002d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Fix file MIME type detection in glib2, so that
     49          webkitgtk based web browsers are able to display file:// URL's
     50          again.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[renodr] - Update to nettle-3.8. Fixes
    4954          <ulink url="&blfs-ticket-root;16626">#16626</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.