File: mobi.phosh.shell.gschema.xml

package info (click to toggle)
phosh 0.51.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,620 kB
  • sloc: ansic: 81,727; xml: 3,903; python: 502; sh: 456; makefile: 34; lisp: 22; javascript: 6
file content (201 lines) | stat: -rw-r--r-- 7,628 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<schemalist>

  <schema id="mobi.phosh.shell.cell-broadcast" path="/mobi/phosh/shell/cell-broadcast/">
    <key name="enabled" type="b">
      <default>true</default>
      <summary>Whether cell broadcast messages should be displayed</summary>
      <description>
        When this is disabled the shell will not show any cell
        broadcast messages, including important security warnings.
      </description>
    </key>
  </schema>

  <!-- Legacy schema -->

  <schema id="sm.puri.phosh" path="/sm/puri/phosh/">
    <key name="favorites" type="as">
      <default>[ 'org.gnome.Calls.desktop',
                 'sm.puri.Chatty.desktop',
                 'org.gnome.Epiphany.desktop',
                 'org.gnome.Contacts.desktop'
               ]</default>
      <summary>List of desktop file IDs for favorite applications</summary>
      <description>
        The applications corresponding to these identifiers will be
        displayed in the favorites panel along with running applications.
      </description>
    </key>

    <key name="app-filter-mode" flags="mobi.phosh.shell.PhoshAppFilterModeFlags">
      <default>['adaptive']</default>
      <summary>
        How to filter apps in the overview. The default 'adaptive' shows only
        adaptive apps in mobile mode and all apps in docked mode. 'off' turns
        of all filtering.
      </summary>
      <description>
        Whether to filter out apps that aren't marked as adaptive in mobile mode.
      </description>
    </key>

    <key name="force-adaptive" type="as">
      <default>[]</default>
      <summary>
        List of desktop file IDs for applications that are adaptive for phone
        usage but not marked as such in their desktop file.
      </summary>
      <description>
        The applications corresponding to these identifiers will be
        displayed in the app grid panel even when in mobile mode that only
        lists touch capable apps that adapt to small screen sizes.
      </description>
    </key>

    <key name="wwan-backend" enum="mobi.phosh.shell.PhoshWWanBackend">
      <default>'modemmanager'</default>
      <summary>Which backend to use for interfacing with the cellular modem</summary>
      <description>
        The available backends are 'modemmanager' for ModemManager (the default)
        and 'ofono' for oFono. This setting is only read when Phosh starts, so a
        shell restart is required after changing it.
      </description>
    </key>

    <key name="automatic-high-contrast" type="b">
      <default>false</default>
      <summary>Whether to switch to HighContrast theme in high brightness conditions</summary>
      <description>
        Setting this to true enables automatic switching to HighContrast on high ambient
        night levels.
      </description>
    </key>

    <key name="automatic-high-contrast-threshold" type="u">
      <default>500</default>
      <summary>The light level (in Lux) to switch to HighContrast theme</summary>
      <description>
        When automatic high contrast is enabled this defines the light level at which to switch.
      </description>
    </key>

    <key name="enable-suspend" type="b">
      <default>false</default>
      <summary>Whether to enable suspend from the power menu</summary>
      <description>
        Setting this to true allows manually suspending the device from the power menu.
        Suspend is an experimental feature on some devices and may result in crashes or instability.
      </description>
    </key>

    <key name="quick-silent" type="b">
      <default>false</default>
      <summary>Allow to quickly silence the device</summary>
      <description>
        Setting this to true allows to set the phone to silent by
        pressing volume-down on incoming calls when the phone is locked.
        This feature is experimental.
      </description>
    </key>

    <key name="shell-layout" enum="mobi.phosh.shell.PhoshShellLayout">
      <default>'device'</default>
      <summary>What information to use to layout UI elements.</summary>
      <description>
        This determines if Phosh will use device information to layout
        UI elements in order to not overlap with notches and cutouts.
      </description>
    </key>

    <key name="osk-unfold-delay" type="d">
      <default>1.0</default>
      <summary>OSK unfold long press delay factor</summary>
      <description>
        Delay factor for long press on the home bar to unfold the keyboard.
        Valid values are [0.5,2.0]. Values less than 1.0 make the unfold trigger
        sooner, greater than 1.0 make the unfold trigger later.
      </description>
    </key>
  </schema>

  <schema id="sm.puri.phosh.emergency-calls" path="/sm/puri/phosh/emergency-calls/">
    <key name="enabled" type="b">
      <default>false</default>
      <summary>Whether emergency calls are enabled</summary>
      <description>
        When this is disabled the shell will not offer emergency call
        functionality.
      </description>
    </key>
  </schema>

  <schema id="sm.puri.phosh.lockscreen" path="/sm/puri/phosh/lockscreen/">
    <key name="shuffle-keypad" type="b">
      <default>false</default>
      <summary>Whether to scramble the keypad</summary>
      <description>
        Setting this to true shuffle the digits on the PIN keypad to
        make eavesdropping harder.
      </description>
    </key>

    <key name="require-unlock" type="b">
      <default>true</default>
      <summary>Require authentication in lockscreen</summary>
      <description>
        Setting this to false allows unlocking without entering the PIN
        or password by simply swiping up.
      </description>
    </key>
  </schema>

  <enum id='mobi.phosh.shell.NotificationUrgency'>
    <value nick='low' value='0'/>
    <value nick='normal' value='1'/>
    <value nick='critical' value='2'/>
  </enum>

  <schema id="sm.puri.phosh.notifications" path="/sm/puri/phosh/notifications/">
    <key name="wakeup-screen-triggers" flags="mobi.phosh.shell.PhoshNotifyScreenWakeupFlags">
      <default>['urgency']</default>
      <summary>What notification properties wake up the screen</summary>
      <description>
        This setting defines what properties of a notification wake up the screen. (e.g. the
        notification's category or urgency).
      </description>
    </key>
    <key name="wakeup-screen-categories" type="as">
      <default>[]</default>
      <summary>Notification categories that wake up the screen</summary>
      <description>
        If matching by category is enabled defines which categories
        will wake up the screen.
      </description>
    </key>
    <key name="wakeup-screen-urgency" enum="mobi.phosh.shell.NotificationUrgency">
      <default>'critical'</default>
      <summary>Notification urgency that wakes up the screen</summary>
      <description>
        If matching by urgency is enabled sets the lowest notification
        urgency that wakes up the screen.
      </description>
    </key>
  </schema>

  <schema id="sm.puri.phosh.plugins" path="/sm/puri/phosh/plugins/">
    <key name="lock-screen" type="as">
      <default>[]</default>
      <summary>List of enabled lockscreen plugins</summary>
      <description>
        The list of currently enabled plugins on the lock screen.
      </description>
    </key>
    <key name="quick-settings" type="as">
      <default>[]</default>
      <summary>List of enabled quick setting plugins</summary>
      <description>
        The list of currently enabled plugins on the quick settings box.
      </description>
    </key>
  </schema>
</schemalist>