Merge lp:~3v1n0/gsettings-ubuntu-touch-schemas/add-desktop-interface-schemas into lp:gsettings-ubuntu-touch-schemas

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 77
Merged at revision: 77
Proposed branch: lp:~3v1n0/gsettings-ubuntu-touch-schemas/add-desktop-interface-schemas
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 26 lines (+18/-0)
1 file modified
schemas/com.ubuntu.user-interface.gschema.xml.in.in (+18/-0)
To merge this branch: bzr merge lp:~3v1n0/gsettings-ubuntu-touch-schemas/add-desktop-interface-schemas
Reviewer Review Type Date Requested Status
Andrea Azzarone (community) Approve
Ubuntu Touch System Settings Pending
Review via email: mp+331176@code.launchpad.net

Commit message

com.ubuntu.user-interface.gschema: add .desktop keys that reflects GNOME ones

We only care about scaling so far.

To post a comment you must log in.
Revision history for this message
Andrea Azzarone (azzar1) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'schemas/com.ubuntu.user-interface.gschema.xml.in.in'
--- schemas/com.ubuntu.user-interface.gschema.xml.in.in 2014-02-19 11:21:16 +0000
+++ schemas/com.ubuntu.user-interface.gschema.xml.in.in 2017-09-22 00:23:07 +0000
@@ -16,4 +16,22 @@
16 </_description>16 </_description>
17 </key>17 </key>
18 </schema>18 </schema>
19 <schema id="com.ubuntu.user-interface.desktop" path="/com/ubuntu/user-interface/desktop/">
20 <key type="u" name="scaling-factor">
21 <default>0</default>
22 <_summary>Window scaling factor</_summary>
23 <_description>Integer factor used to scale windows by. For use on high-dpi screens. 0 means pick automatically based on monitor.</_description>
24 </key>
25 <key type="d" name="text-scaling-factor">
26 <range min="0.5" max="3.0"/>
27 <default>1.0</default>
28 <_summary>Text scaling factor</_summary>
29 <_description>Factor used to enlarge or reduce text display, without changing font size.</_description>
30 </key>
31 <key type="i" name="cursor-size">
32 <default>24</default>
33 <_summary>Cursor size</_summary>
34 <_description>Size of the cursor used as cursor theme.</_description>
35 </key>
36 </schema>
19</schemalist>37</schemalist>

Subscribers

People subscribed via source and target branches