Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
oyranos-policy(1)	     General Commands Manual	       oyranos-policy(1)

NAME
     oyranos-policy - Oyranos CMS policy tool

SYNOPSIS
     oyranos-policy -c [-f] [-e] [-v]
     oyranos-policy -l [-f] [-e] [-v]
     oyranos-policy -d [-v]
     oyranos-policy -i FILENAME [-v]
     oyranos-policy -p [-v]
     oyranos-policy -s FILENAME [--system-wide] [-v]
     oyranos-policy -h

DESCRIPTION
     The  tool	dumps out / read a configuration of the Oyranos color management
     system (CMS).

OPTIONS
     -c     show current active policy name

     -l     list available policies

	    -f show full filename including path.
	    -e show display name.

     -d     dump out all settings in Oyranos' own xml-ish text format

     -i FILENAME
	    import; FILENAME must be in Oyranos' own xml-ish text format

     -p     list search paths

     -s FILENAME
	    Save and install to a new policy; FILENAME must be in  Oyranos'  own
	    xml-ish text format
	    --system-wide do system wide, might need admin or root privileges

     -h     help text

ENVIRONMENT
     OY_DEBUG
	    set  the  Oyranos  debug  level.  Alternatively the -v option can be
	    used.

     XDG_CONFIG_HOME
	    route Oyranos to top directories containing resources.  The  derived
	    paths for policies have a "color/settings" appended.
	    http://www.oyranos.com/wiki/index.php?title=OpenIccDirectoryProposal

EXAMPLES
     Dump out the actual settings::
	    oyranos-policy -d

     Set new policy:
	    oyranos-policy -i policy_filename

     List available policies:
	    oyranos-policy -l

     Currently active policy including its file name:
	    oyranos-policy -cfe

     Save and install to a new policy:
	    oyranos-policy -s policy_name

     Print a help text:
	    oyranos-policy -h

AUTHOR
     Kai-Uwe Behrmann (ku.b (at) gmx.de)

COPYRIGHT
     (c) 2005-2015, Kai-Uwe Behrmann
     License: new BSD <http://www.opensource.org/licenses/BSD-3-Clause>

SEE ALSO
     oyranos-config(3) oyranos-monitor(1) oyranos(3)
     http://www.oyranos.org

BUGS
     at: http://sourceforge.net/p/oyranos/bugs/

User Commands			February 13, 2015	       oyranos-policy(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=oyranos-policy&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help