~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to tests/org.gnome.desktop.lockdown.gschema.xml

  • Committer: Charles Kerr
  • Date: 2012-07-05 15:40:24 UTC
  • Revision ID: charles.kerr@canonical.com-20120705154024-2ay685pqbusuzp76
Remove the etched border effect for user icons.

They looked good before, but look cluttered with the new reduced icon size, and lessening clutter was the reason for shrinking the icons in the first place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<schemalist gettext-domain="gsettings-desktop-schemas">
3
 
  <schema path="/org/gnome/desktop/lockdown/" id="org.gnome.desktop.lockdown">
4
 
    <key type="b" name="disable-command-line">
5
 
      <default>false</default>
6
 
      <summary>Disable command line</summary>
7
 
      <description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</description>
8
 
    </key>
9
 
    <key type="b" name="disable-save-to-disk">
10
 
      <default>false</default>
11
 
      <summary>Disable saving files to disk</summary>
12
 
      <description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</description>
13
 
    </key>
14
 
    <key type="b" name="disable-printing">
15
 
      <default>false</default>
16
 
      <summary>Disable printing</summary>
17
 
      <description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</description>
18
 
    </key>
19
 
    <key type="b" name="disable-print-setup">
20
 
      <default>false</default>
21
 
      <summary>Disable print setup</summary>
22
 
      <description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</description>
23
 
    </key>
24
 
    <key type="b" name="disable-user-switching">
25
 
      <default>false</default>
26
 
      <summary>Disable user switching</summary>
27
 
      <description>Prevent the user from switching to another account while his session is active.</description>
28
 
    </key>
29
 
    <key type="b" name="disable-lock-screen">
30
 
      <default>false</default>
31
 
      <summary>Disable lock screen</summary>
32
 
      <description>Prevent the user to lock his screen.</description>
33
 
    </key>
34
 
    <key type="b" name="disable-application-handlers">
35
 
      <default>false</default>
36
 
      <summary>Disable URL and MIME type handlers</summary>
37
 
      <description>Prevent running any URL or MIME type handler applications.</description>
38
 
    </key>
39
 
    <key type="b" name="disable-log-out">
40
 
      <default>false</default>
41
 
      <summary>Disable log out</summary>
42
 
      <description>Prevent the user from logging out.</description>
43
 
    </key>
44
 
  </schema>
45
 
</schemalist>
 
 
b'\\ No newline at end of file'