~ubuntu-branches/ubuntu/utopic/gnome-user-docs/utopic-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-10-14 00:17:30 UTC
  • mfrom: (9.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20111014001730-8blmvdrwtl6xhf44
Tags: 3.2.0.1-2
* Upload to unstable.
* debian/watch:
  - Switch to .xz tarballs.
* debian/control.in:
  - Add Vcs-* fields.

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="ca">
 
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
  
 
14
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
15
      <mal:name>David Aguilera</mal:name>
 
16
      <mal:email>david.aguilera.moncusi@gmail.com</mal:email>
 
17
      <mal:years>2011</mal:years>
 
18
    </mal:credit>
 
19
  </info>
 
20
 
 
21
  <title>Can I get notified when my color profile is inaccurate?</title>
 
22
  <p>
 
23
    Unfortunately we can't tell without recalibrating whether a device
 
24
    profile is accurate.
 
25
    We can use a simple metric of the amount of time since calibration
 
26
    to determine if a recalibrate is recommended.
 
27
  </p>
 
28
  <p>
 
29
    Some companies have very specific timeout policies for profiles, as
 
30
    an inaccurate color profile can make a huge difference to an end
 
31
    product.
 
32
  </p>
 
33
  <p>
 
34
    If you set the timeout policy and a profile is older than the
 
35
    policy then a red warning triangle will be shown in the
 
36
    <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq> dialog
 
37
    next to the profile.
 
38
    A warning notifications will also be shown every time you log into
 
39
    your computer.
 
40
  </p>
 
41
  <p>
 
42
    To set the policy for display and printer devices, you specify the
 
43
    maximum age of the policy in days:
 
44
  </p>
 
45
 
 
46
<screen>
 
47
<output style="prompt">[rupert@gnome] </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-printer-threshold 180</input>
 
48
<output style="prompt">[rupert@gnome] </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-display-threshold 180</input>
 
49
</screen>
 
50
 
 
51
</page>