Codebase list lightdm-gtk-greeter-settings / eccff0a
New option: "allow-debugging" Andrew P. 9 years ago
2 changed file(s) with 19 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
14781478 <property name="width">2</property>
14791479 </packing>
14801480 </child>
1481 <child>
1482 <object class="GtkCheckButton" id="greeter_allow-debugging_value">
1483 <property name="label" translatable="yes" context="greeter|option|allow-debugging">Debugging mode</property>
1484 <property name="visible">True</property>
1485 <property name="can_focus">True</property>
1486 <property name="receives_default">False</property>
1487 <property name="tooltip_text" translatable="yes" context="greeter|option|allow-debugging">Enable keys to launch GtkInspector
1488 More informative log</property>
1489 <property name="xalign">0</property>
1490 <property name="draw_indicator">True</property>
1491 </object>
1492 <packing>
1493 <property name="left_attach">0</property>
1494 <property name="top_attach">4</property>
1495 <property name="width">2</property>
1496 </packing>
1497 </child>
14811498 </object>
14821499 <packing>
14831500 <property name="position">3</property>
9696 'screensaver-timeout': (OptionEntry.AdjustmentEntry, 60),
9797 'keyboard': (OptionEntry.StringPathEntry, None),
9898 'reader': (OptionEntry.StringPathEntry, None),
99 'a11y-states': (OptionEntry.AccessibilityStatesEntry, None)
99 'a11y-states': (OptionEntry.AccessibilityStatesEntry, None),
100 'allow-debugging': (OptionEntry.BooleanEntry, 'false'),
100101 }),
101102 MonitorsGroup(self._widgets)
102103 )