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
1=== modified file 'schemas/com.ubuntu.user-interface.gschema.xml.in.in'
2--- schemas/com.ubuntu.user-interface.gschema.xml.in.in 2014-02-19 11:21:16 +0000
3+++ schemas/com.ubuntu.user-interface.gschema.xml.in.in 2017-09-22 00:23:07 +0000
4@@ -16,4 +16,22 @@
5 </_description>
6 </key>
7 </schema>
8+ <schema id="com.ubuntu.user-interface.desktop" path="/com/ubuntu/user-interface/desktop/">
9+ <key type="u" name="scaling-factor">
10+ <default>0</default>
11+ <_summary>Window scaling factor</_summary>
12+ <_description>Integer factor used to scale windows by. For use on high-dpi screens. 0 means pick automatically based on monitor.</_description>
13+ </key>
14+ <key type="d" name="text-scaling-factor">
15+ <range min="0.5" max="3.0"/>
16+ <default>1.0</default>
17+ <_summary>Text scaling factor</_summary>
18+ <_description>Factor used to enlarge or reduce text display, without changing font size.</_description>
19+ </key>
20+ <key type="i" name="cursor-size">
21+ <default>24</default>
22+ <_summary>Cursor size</_summary>
23+ <_description>Size of the cursor used as cursor theme.</_description>
24+ </key>
25+ </schema>
26 </schemalist>

Subscribers

People subscribed via source and target branches