blob: 4799d68f95e32182cceae337b3764263d6f13d5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<schemalist>
<schema id="com.canonical.Unity.Greeter.Broadcast" path="/com/canonical/Unity/Greeter/Broadcast/" gettext-domain="unity-greeter-session-broadcast">
<key name="allow-start-application" type="b">
<summary>Allow the Greeter to start applications in this session</summary>
<description>
The key controls whether the service in the session will listen
for and react to the request from the greeter to start an application
from the greeter.
</description>
<default>true</default>
</key>
</schema>
</schemalist>
|