Changeset b50ef7e6


Ignore:
Timestamp:
12/31/2021 12:40:53 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5de7bd2
Parents:
75b6dff
git-author:
Xi Ruoyao <xry111@…> (12/31/2021 12:28:15 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/31/2021 12:40:53 PM)
Message:

nautilus: add workaround for libportal-0.5

It's tested with nautilus-40.2 and 41.1. 41.1 still needs it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    r75b6dff rb50ef7e6  
    115115  <sect2 role="installation">
    116116    <title>Installation of Nautilus</title>
     117
     118    <para>
     119      Fix an issue building <application>Nautilus</application> with
     120      libportal-0.5 or later:
     121    </para>
     122
     123<screen><userinput>sed "/dependency/s@'libportal'@'libportal-gtk3'@" -i meson.build
     124sed "/portal-gtk3/s@portal/@portal-gtk3/@" -i src/nautilus-files-view.c</userinput></screen>
    117125
    118126    <para>
Note: See TracChangeset for help on using the changeset viewer.