mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
tests/dbus-runner: Add mocked screensaver service
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3234>
This commit is contained in:
@ -49,6 +49,7 @@ class MutterDBusRunner(DBusTestCase):
|
||||
klass.start_from_local_template('colord')
|
||||
klass.start_from_local_template('gsd-color')
|
||||
klass.start_from_local_template('rtkit')
|
||||
klass.start_from_local_template('screensaver')
|
||||
|
||||
klass.system_bus_con = klass.get_dbus(system_bus=True)
|
||||
klass.session_bus_con = klass.get_dbus(system_bus=False)
|
||||
|
Reference in New Issue
Block a user