Changeset 19e56c3


Ignore:
Timestamp:
12/28/2022 05:16:12 AM (16 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/xf86-video-removal
Children:
67c41dc
Parents:
1fac6dd7
Message:

Disable building the Nautilus extension in Brasero.

In order for the extension to work, Brasero will need to be ported to
GTK-4.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/brasero.xml

    r1fac6dd7 r19e56c3  
    126126<screen><userinput>./configure --prefix=/usr                \
    127127            --enable-compile-warnings=no \
    128             --enable-cxx-warnings=no     &amp;&amp;
     128            --enable-cxx-warnings=no     \
     129            --disable-nautilus           &amp;&amp;
    129130make</userinput></screen>
    130131
     
    147148      <parameter>--enable-*-warnings=no</parameter>: These switches fix
    148149      build problems under GCC-6.x compilers.
     150    </para>
     151
     152    <para>
     153      <parameter>--disable-nautilus</parameter>: This switch disables building
     154      the Nautilus extension since it is incompatible with the gtk4 version of
     155      Nautilus.
    149156    </para>
    150157
     
    167174        </seg>
    168175        <seg>
    169           libbrasero-{burn,media,utils}3.so, and
    170           /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
     176          libbrasero-{burn,media,utils}3.so
     177          <!--/usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so-->
    171178        </seg>
    172179        <seg>
  • introduction/welcome/changelog.xml

    r1fac6dd7 r19e56c3  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Disable building the nautilus extension in Brasero.
     46          This is due to it being incompatible with the GTK-4 version of
     47          Nautilus.</para>
     48        </listitem>
     49        <listitem>
    4550          <para>[renodr] - Update to evolution-3.46.2. Fixes
    4651          <ulink url="&blfs-ticket-root;17048">#17048</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.