Changeset 8169f4e
- Timestamp:
- 07/31/2020 10:12:58 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ecac868
- Parents:
- 3cdae40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-settings-daemon.xml
r3cdae40 r8169f4e 134 134 <title>Installation of GNOME Settings Daemon</title> 135 135 136 <para revision="sysv"> 137 First fix libelogind detection for tests: 138 </para> 139 140 <screen revision="sysv"><userinput>sed -e 's/libsystemd/libelogind/' \ 141 -i plugins/power/test.py</userinput></screen> 142 136 143 <para> 137 144 Install <application>GNOME Settings Daemon</application> by running the … … 151 158 ninja</userinput></screen> 152 159 153 <!-- For some reason, on elogind, all tests passed. 8 failed on systemd. 154 It could be kernel configuration, or any other package change. 155 umockdev might be needed, but it works fine without it on elogind. --> 160 <!-- [renodr, June 29th, 2019]: for some reason, on elogind, all tests 161 passed. 8 failed on systemd. It could be kernel configuration, or 162 any other package change. umockdev might be needed, but it works 163 fine without it on elogind. 164 [pierre, July 31st, 2020]: only one test passed on elogind. I 165 have umockdev, but it does not look like it is used. Adding the 166 sed allows 9 tests out of 10 to pass. --> 156 167 <para> 157 168 To check the results, execute: <command>ninja test</command>. Note that 158 169 you must have <application>python-dbusmock</application> installed in 159 order for the tests to complete successfully. Some tests in the "power"160 testsuitemay fail depending on the init system in use.170 order for the tests to complete successfully. Some tests 171 may fail depending on the init system in use. 161 172 </para> 162 173
Note:
See TracChangeset
for help on using the changeset viewer.