gnome-settings-daemon: Fix test timeouts with dbusmock >= 0.30.0

This commit is contained in:
Xi Ruoyao 2024-01-21 16:16:04 +08:00
parent bfc7e6733b
commit 5676803d38
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -68,6 +68,16 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Optional patch (required for running the test suite):
<ulink url="&patch-root;/gnome-settings-daemon-&gnome-settings-daemon-version;-testsuite_fix-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Settings Daemon Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -150,6 +160,13 @@
<screen revision="sysv"><userinput>sed -e 's/(backlight->logind_proxy)/(0)/' \
-i plugins/power/gsd-backlight.c</userinput></screen>
<para>
If running the test suite, apply a patch to fix test timeouts
with python-dbusmock 0.30.0 or later:
</para>
<screen><userinput>patch -Np1 -i ../gnome-settings-daemon-&gnome-settings-daemon-version;-testsuite_fix-1.patch</userinput></screen>
<para>
Install <application>GNOME Settings Daemon</application> by running the
following commands: