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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

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