~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/sl/color-notifications.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="color-notifications" xml:lang="sl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="color#problems"/>
 
6
    <link type="seealso" xref="color-why-calibrate"/>
 
7
    <desc>You can be notified if your color profile is old an inaccurate.</desc>
 
8
    <credit type="author">
 
9
      <name>Richard Hughes</name>
 
10
      <email>richard@hughsie.com</email>
 
11
    </credit>
 
12
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
13
  </info>
 
14
 
 
15
  <title>Can I get notified when my color profile is inaccurate?</title>
 
16
  <p>
 
17
    Unfortunately we can't tell without recalibrating whether a device
 
18
    profile is accurate.
 
19
    We can use a simple metric of the amount of time since calibration
 
20
    to determine if a recalibrate is recommended.
 
21
  </p>
 
22
  <p>
 
23
    Some companies have very specific timeout policies for profiles, as
 
24
    an inaccurate color profile can make a huge difference to an end
 
25
    product.
 
26
  </p>
 
27
  <p>
 
28
    If you set the timeout policy and a profile is older than the
 
29
    policy then a red warning triangle will be shown in the
 
30
    <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq> dialog
 
31
    next to the profile.
 
32
    A warning notifications will also be shown every time you log into
 
33
    your computer.
 
34
  </p>
 
35
  <p>
 
36
    To set the policy for display and printer devices, you specify the
 
37
    maximum age of the policy in days:
 
38
  </p>
 
39
 
 
40
<screen>
 
41
<output style="prompt">[rupert@gnome] </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-printer-threshold 180</input>
 
42
<output style="prompt">[rupert@gnome] </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-display-threshold 180</input>
 
43
</screen>
 
44
 
 
45
</page>