mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
gnome-settings-daemon: fixes:
- add a sed for meson-0.60 - remove dependency on xorg-wacom-driver - use rm -f for a file that may not be present
This commit is contained in:
parent
de66d05264
commit
89f74953b8
@ -92,8 +92,7 @@
|
||||
<xref linkend="pulseaudio"/>,
|
||||
<phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
|
||||
<phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
|
||||
<xref linkend="upower"/>, and
|
||||
<xref linkend="xorg-wacom-driver"/>
|
||||
and <xref linkend="upower"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -152,7 +151,13 @@
|
||||
First, remove older versions of the systemd units:
|
||||
</para>
|
||||
|
||||
<screen revision="systemd" role="root"><userinput remap="pre">rm -v /usr/lib/systemd/user/gsd-*</userinput></screen>
|
||||
<screen revision="systemd" role="root"><userinput remap="pre">rm -fv /usr/lib/systemd/user/gsd-*</userinput></screen>
|
||||
|
||||
<para>
|
||||
Fix an issue with meson-0.60 and later:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i /b_ndebug/s/true/\'true\'/ meson.build</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>GNOME Settings Daemon</application> by running the
|
||||
|
Loading…
Reference in New Issue
Block a user