Changeset 477d66d for general/sysutils


Ignore:
Timestamp:
05/17/2020 02:44:00 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:
8c03e97
Parents:
8f3e8197
Message:

Fix a regression in udisks2 caused by encoding changes in glib-2.64
libbytesize: Add short descriptions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    r8f3e8197 r477d66d  
    122122  <sect2 role="installation">
    123123    <title>Installation of UDisks</title>
     124
     125    <para>
     126      First, fix a regression caused by glib-2.64:
     127    </para>
     128
     129<screen><userinput remap="pre">sed -i '/stdout_channel = g/a g_io_channel_set_encoding (job->child_stdout_channel, NULL, NULL);' src/udisksspawnedjob.c &amp;&amp;
     130sed -i '/stderr_channel = g/a g_io_channel_set_encoding (job->child_stderr_channel, NULL, NULL);' src/udisksspawnedjob.c</userinput></screen>
    124131
    125132    <para>
Note: See TracChangeset for help on using the changeset viewer.