monitor-config-store: Allow changing D-Bus configuration policy
Adding a <dbus/> element containing a boolean (yes/no) determines whether org.gnome.Mutter.DisplayConfig ApplyMonitorsConfig will be callable. The state is also introspectable via the ApplyMonitorsConfigAllowed property on the same interface. For example <monitors version="2"> <policy> <dbus>no</dbus> </policy> </monitors> Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2030>
This commit is contained in:
@@ -290,6 +290,13 @@
|
||||
-->
|
||||
<property name="PanelOrientationManaged" type="b" access="read" />
|
||||
|
||||
<!--
|
||||
ApplyMonitorsConfigAllowed:
|
||||
|
||||
Whether calling the ApplyMonitorsConfig method is allowed.
|
||||
-->
|
||||
<property name="ApplyMonitorsConfigAllowed" type="b" access="read" />
|
||||
|
||||
<!--
|
||||
MonitorsChanged:
|
||||
|
||||
|
Reference in New Issue
Block a user