etc and var customers
This commit is contained in:
0
etc/.pwd.lock
Normal file
0
etc/.pwd.lock
Normal file
23
etc/ImageMagick-6/coder.xml
Normal file
23
etc/ImageMagick-6/coder.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE codermap [
|
||||
<!ELEMENT codermap (coder)*>
|
||||
<!ATTLIST codermap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT coder EMPTY>
|
||||
<!ATTLIST coder xmlns CDATA #FIXED '' magick NMTOKEN #REQUIRED
|
||||
name NMTOKEN #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
Associate an image format with the specified coder module.
|
||||
|
||||
ImageMagick has a number of coder modules to support the reading and/or
|
||||
writing of an image format (e.g. JPEG). Some coder modules support more
|
||||
than one associated image format and the mapping between an associated
|
||||
format and its respective coder module is defined in this configuration
|
||||
file. For example, the PNG coder module not only supports the PNG image
|
||||
format, but the JNG and MNG formats as well.
|
||||
-->
|
||||
<codermap>
|
||||
<!-- <coder magick="GIF87" name="GIF"/> -->
|
||||
<!-- <coder magick="JPG" name="JPEG"/> -->
|
||||
<!-- <coder magick="PGM" name="PNM"/> -->
|
||||
</codermap>
|
||||
28
etc/ImageMagick-6/colors.xml
Normal file
28
etc/ImageMagick-6/colors.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE colormap [
|
||||
<!ELEMENT colormap (color)*>
|
||||
<!ELEMENT color (#PCDATA)>
|
||||
<!ATTLIST color name CDATA "0">
|
||||
<!ATTLIST color color CDATA "rgb(0,0,0)">
|
||||
<!ATTLIST color compliance CDATA "SVG">
|
||||
]>
|
||||
<!--
|
||||
Associate a color name with its red, green, blue, and alpha intensities.
|
||||
|
||||
A number of methods and options require a color parameter. It is often
|
||||
convenient to refer to a color by name (e.g. white) rather than by hex
|
||||
value (e.g. #fff). This file maps a color name to its equivalent red,
|
||||
green, blue, and alpha intensities (e.g. for white, red = 255, green =
|
||||
255, blue = 255, and alpha = 0).
|
||||
-->
|
||||
<colormap>
|
||||
<!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> -->
|
||||
<!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> -->
|
||||
<!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> -->
|
||||
<!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> -->
|
||||
<!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> -->
|
||||
<!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> -->
|
||||
<!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> -->
|
||||
<!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> -->
|
||||
<!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> -->
|
||||
</colormap>
|
||||
125
etc/ImageMagick-6/delegates.xml
Normal file
125
etc/ImageMagick-6/delegates.xml
Normal file
@@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE delegatemap [
|
||||
<!ELEMENT delegatemap (delegate)+>
|
||||
<!ATTLIST delegatemap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT delegate EMPTY>
|
||||
<!ATTLIST delegate xmlns CDATA #FIXED '' command CDATA #REQUIRED
|
||||
decode NMTOKEN #IMPLIED encode NMTOKEN #IMPLIED mode NMTOKEN #IMPLIED
|
||||
spawn NMTOKEN #IMPLIED stealth NMTOKEN #IMPLIED>
|
||||
]>
|
||||
<!--
|
||||
Delegate command file.
|
||||
|
||||
Commands which specify
|
||||
|
||||
decode="in_format" encode="out_format"
|
||||
|
||||
specify the rules for converting from in_format to out_format. Use these
|
||||
rules to translate directly between formats.
|
||||
|
||||
Commands which specify only
|
||||
|
||||
decode="in_format"
|
||||
|
||||
specify the rules for converting from in_format to some format that
|
||||
ImageMagick automatically recognizes. Use these rules to decode formats.
|
||||
|
||||
Commands which specify only
|
||||
|
||||
encode="out_format"
|
||||
|
||||
specify the rules for an "encoder" which may accept any input format.
|
||||
|
||||
The substitution rules are as follows:
|
||||
|
||||
%a authentication passphrase
|
||||
%b image file size in bytes
|
||||
%g image geometry
|
||||
%h image rows (height)
|
||||
%i input image filename
|
||||
%# input image signature
|
||||
%m input image format
|
||||
%o output image filename
|
||||
%p page number
|
||||
%q input image depth
|
||||
%s scene number
|
||||
%u unique temporary filename
|
||||
%w image columns (width)
|
||||
%x input image x resolution
|
||||
%y input image y resolution
|
||||
|
||||
Set option delegate:bimodal=true to process bimodal delegates otherwise they
|
||||
are ignored.
|
||||
|
||||
If stealth="True" the delegate is not listed in user requested
|
||||
"-list delegate" listings. These are typically special internal delegates.
|
||||
|
||||
If spawn="True", ImageMagick does not wait for the delegate to finish, nor
|
||||
will it read any output image.
|
||||
-->
|
||||
<delegatemap>
|
||||
<delegate decode="bpg" command=""bpgdec" -b 16 -o "%o.png" "%i"; /bin/mv "%o.png" "%o""/>
|
||||
<delegate decode="png" encode="bpg" command=""bpgenc" -b 12 -q "%~" -o "%o" "%i""/>
|
||||
<delegate decode="blender" command=""blender" -b "%i" -F PNG -o "%o""\n"convert" -concatenate "%o*.png" "%o""/>
|
||||
<delegate decode="browse" stealth="True" spawn="True" command=""xdg-open" https://imagemagick.org/; /bin/rm "%i""/>
|
||||
<delegate decode="cdr" command=""uniconvertor" "%i" "%o.svg"; /bin/mv "%o.svg" "%o""/>
|
||||
<delegate decode="cgm" command=""uniconvertor" "%i" "%o.svg"; /bin/mv "%o.svg" "%o""/>
|
||||
<delegate decode="https:decode" command=""curl" -s -k -L -o "%u.dat" "https:%M""/>
|
||||
<delegate decode="doc" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="docx" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="dng:decode" command=""ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 --output="%u.png" "%i""/>
|
||||
<delegate decode="dot" command='"dot" -Tsvg "%i" -o "%o"' />
|
||||
<delegate decode="dvi" command=""dvips" -sstdout=%%stderr -o "%o" "%i""/>
|
||||
<delegate decode="dxf" command=""uniconvertor" "%i" "%o.svg"; /bin/mv "%o.svg" "%o""/>
|
||||
<delegate decode="edit" stealth="True" command=""/etc/alternatives/x-terminal-emulator" -title "Edit Image Comment" -e vi "%o""/>
|
||||
<delegate decode="eps" encode="pdf" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
|
||||
<delegate decode="eps" encode="ps" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sOutputFile=%o" "-f%i""/>
|
||||
<delegate decode="fig" command=""uniconvertor" "%i" "%o.svg"; /bin/mv "%o.svg" "%o""/>
|
||||
<delegate decode="hpg" command=""hp2xx" -sstdout=%%stderr -m eps -f `basename "%o"` "%i"; /bin/mv -f `basename "%o"` "%o""/>
|
||||
<delegate decode="hpgl" command=""hp2xx" -sstdout=%%stderr -m eps -f `basename "%o"` "%i"; /bin/mv -f `basename "%o"` "%o""/>
|
||||
<delegate decode="htm" command=""html2ps" -U -o "%o" "%i""/>
|
||||
<delegate decode="html" command=""html2ps" -U -o "%o" "%i""/>
|
||||
<delegate decode="ilbm" command=""ilbmtoppm" "%i" > "%o""/>
|
||||
<delegate decode="jpg" encode="lep" mode="encode" command=""lepton" "%i" "%o""/>
|
||||
<delegate decode="jxr" command="/bin/mv "%i" "%i.jxr"; "JxrDecApp" -i "%i.jxr" -o "%o.pnm"; /bin/mv "%i.jxr" "%i"; /bin/mv "%o.pnm" "%o""/>
|
||||
<delegate decode="lep" mode="decode" command=""lepton" "%i" "%o""/>
|
||||
<delegate decode="miff" encode="show" spawn="True" command=""display" -immutable -delay 0 -title "%M" "%i""/>
|
||||
<delegate decode="miff" encode="win" stealth="True" spawn="True" command=""display" -immutable -delay 0 -title "%M" "%i""/>
|
||||
<delegate decode="odt" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="pcl:cmyk" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
|
||||
<delegate decode="pcl:color" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
|
||||
<delegate decode="pcl:mono" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
|
||||
<delegate decode="pdf" encode="eps" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=eps2write" "-sPDFPassword=%a" "-sOutputFile=%o" "-f%i""/>
|
||||
<delegate decode="pdf" encode="ps" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sPDFPassword=%a" "-sOutputFile=%o" "-f%i""/>
|
||||
<delegate decode="pnm" encode="trace" command=""potrace" --svg --output "%o" "%i""/>
|
||||
<delegate decode="png" encode="webp" command=""cwebp" -quiet %Q "%i" -o "%o""/>
|
||||
<delegate decode="pnm" encode="ilbm" mode="encode" command=""ppmtoilbm" -24if "%i" > "%o""/>
|
||||
<delegate decode="bmp" encode="jxr" command="/bin/mv "%i" "%i.bmp"; "JxrEncApp" -i "%i.bmp" -o "%o.jxr"; /bin/mv "%i.bmp" "%i"; /bin/mv "%o.jxr" "%o""/>
|
||||
<delegate decode="bmp" encode="wdp" command="/bin/mv "%i" "%i.bmp"; "JxrEncApp" -i "%i.bmp" -o "%o.jxr"; /bin/mv "%i.bmp" "%i"; /bin/mv "%o.jxr" "%o""/>
|
||||
<delegate decode="ppt" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="pptx" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="ps" encode="prt" command='" lpr" "%i"'/>
|
||||
<delegate decode="ps:alpha" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
|
||||
<delegate decode="ps:cmyk" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
|
||||
<delegate decode="ps:color" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=png16m" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
|
||||
<delegate decode="ps" encode="eps" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=eps2write" "-sOutputFile=%o" "-f%i""/>
|
||||
<delegate decode="ps" encode="pdf" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
|
||||
<delegate decode="ps" encode="print" mode="encode" command="lpr "%i""/>
|
||||
<delegate decode="ps:mono" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
|
||||
<delegate decode="shtml" command=""html2ps" -U -o "%o" "%i""/>
|
||||
<delegate decode="sid" command=""mrsidgeodecode" -if sid -i "%i" -of tif -o "%o" > "%u""/>
|
||||
<delegate decode="svg" command=""rsvg-convert" -o "%o" "%i""/>
|
||||
<!-- Change export-filename to export-png for inkscape < 1.0 -->
|
||||
<delegate decode="svg:decode" stealth="True" command=""inkscape" "%s" --export-filename="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
|
||||
<delegate decode="tiff" encode="text" command=""tesseract" "%i" "%u"; /bin/mv "%u.txt" "%o""/>
|
||||
<delegate decode="tiff" encode="launch" mode="encode" command=""gimp" "%i""/>
|
||||
<delegate decode="wdp" command="/bin/mv "%i" "%i.jxr"; "JxrDecApp" -i "%i.jxr" -o "%o.bmp"; /bin/mv "%i.jxr" "%i"; /bin/mv "%o.bmp" "%o""/>
|
||||
<delegate decode="webp" command=""dwebp" -pam "%i" -o "%o""/>
|
||||
<delegate decode="xls" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="xlsx" command=""libreoffice" --headless --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /bin/mv "%i.pdf" "%o""/>
|
||||
<delegate decode="xps:cmyk" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
|
||||
<delegate decode="xps:color" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
|
||||
<delegate decode="xps:mono" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
|
||||
<delegate decode="video:decode" command=""ffmpeg" -nostdin -v -1 -i "%i" -vframes %S -vcodec pam -an -f rawvideo -y "%u.pam" 2> "%u""/>
|
||||
<delegate encode="video:encode" stealth="True" command=""ffmpeg" -nostdin -v -1 -i "%M%%d.pam" -plays %I "%u.%m" 2> "%u""/>
|
||||
</delegatemap>
|
||||
80
etc/ImageMagick-6/log.xml
Normal file
80
etc/ImageMagick-6/log.xml
Normal file
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE logmap [
|
||||
<!ELEMENT logmap (log)+>
|
||||
<!ELEMENT log (#PCDATA)>
|
||||
<!ATTLIST log events CDATA #IMPLIED>
|
||||
<!ATTLIST log output CDATA #IMPLIED>
|
||||
<!ATTLIST log filename CDATA #IMPLIED>
|
||||
<!ATTLIST log generations CDATA #IMPLIED>
|
||||
<!ATTLIST log limit CDATA #IMPLIED>
|
||||
<!ATTLIST log format CDATA #IMPLIED>
|
||||
]>
|
||||
<!--
|
||||
Configure ImageMagick logger.
|
||||
|
||||
Choose from one or more these events separated by a comma:
|
||||
all
|
||||
accelerate
|
||||
annotate
|
||||
blob
|
||||
cache
|
||||
coder
|
||||
command
|
||||
configure
|
||||
deprecate
|
||||
draw
|
||||
exception
|
||||
locale
|
||||
module
|
||||
none
|
||||
pixel
|
||||
policy
|
||||
resource
|
||||
trace
|
||||
transform
|
||||
user
|
||||
wand
|
||||
x11
|
||||
|
||||
Choose one output handler:
|
||||
console
|
||||
debug
|
||||
event
|
||||
file
|
||||
none
|
||||
stderr
|
||||
stdout
|
||||
|
||||
When output is to a file, specify the filename. Embed %g in the filename to
|
||||
support log generations. Generations is the number of log files to retain.
|
||||
Limit is the number of logging events before generating a new log generation.
|
||||
|
||||
The format of the log is defined by embedding special format characters:
|
||||
|
||||
%c client
|
||||
%d domain
|
||||
%e event
|
||||
%f function
|
||||
%g generation
|
||||
%i thread id
|
||||
%l line
|
||||
%m module
|
||||
%n log name
|
||||
%p process id
|
||||
%r real CPU time
|
||||
%t wall clock time
|
||||
%u user CPU time
|
||||
%v version
|
||||
%% percent sign
|
||||
\n newline
|
||||
\r carriage return
|
||||
xml
|
||||
-->
|
||||
<logmap>
|
||||
<log events="None"/>
|
||||
<log output="console"/>
|
||||
<log filename="Magick-%g.log"/>
|
||||
<log generations="3"/>
|
||||
<log limit="2000"/>
|
||||
<log format="%t %r %u %v %d %c[%p]: %m/%f/%l/%d\n %e"/>
|
||||
</logmap>
|
||||
23
etc/ImageMagick-6/magic.xml
Normal file
23
etc/ImageMagick-6/magic.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE magicmap [
|
||||
<!ELEMENT magicmap (magic)+>
|
||||
<!ELEMENT magic (#PCDATA)>
|
||||
<!ATTLIST magic name CDATA #REQUIRED>
|
||||
<!ATTLIST magic offset CDATA "0">
|
||||
<!ATTLIST magic target CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
Associate an image format with a unique identifier.
|
||||
|
||||
Many image formats have identifiers that uniquely identify a particular
|
||||
image format. For example, the GIF image format always begins with GIF8
|
||||
as the first 4 characters of the image. ImageMagick uses this information
|
||||
to quickly determine the type of image it is dealing with when it reads
|
||||
an image.
|
||||
-->
|
||||
<magicmap>
|
||||
<!-- <magic name="GIF" offset="0" target="GIF8"/> -->
|
||||
<!-- <magic name="JPEG" offset="0" target="\377\330\377"/> -->
|
||||
<!-- <magic name="PNG" offset="0" target="\211PNG\r\n\032\n"/> -->
|
||||
<!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> -->
|
||||
</magicmap>
|
||||
1146
etc/ImageMagick-6/mime.xml
Normal file
1146
etc/ImageMagick-6/mime.xml
Normal file
File diff suppressed because it is too large
Load Diff
99
etc/ImageMagick-6/policy.xml
Normal file
99
etc/ImageMagick-6/policy.xml
Normal file
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE policymap [
|
||||
<!ELEMENT policymap (policy)*>
|
||||
<!ATTLIST policymap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT policy EMPTY>
|
||||
<!ATTLIST policy xmlns CDATA #FIXED '' domain NMTOKEN #REQUIRED
|
||||
name NMTOKEN #IMPLIED pattern CDATA #IMPLIED rights NMTOKEN #IMPLIED
|
||||
stealth NMTOKEN #IMPLIED value CDATA #IMPLIED>
|
||||
]>
|
||||
<!--
|
||||
Configure ImageMagick policies.
|
||||
|
||||
Domains include system, delegate, coder, filter, path, or resource.
|
||||
|
||||
Rights include none, read, write, execute and all. Use | to combine them,
|
||||
for example: "read | write" to permit read from, or write to, a path.
|
||||
|
||||
Use a glob expression as a pattern.
|
||||
|
||||
Suppose we do not want users to process MPEG video images:
|
||||
|
||||
<policy domain="delegate" rights="none" pattern="mpeg:decode" />
|
||||
|
||||
Here we do not want users reading images from HTTP:
|
||||
|
||||
<policy domain="coder" rights="none" pattern="HTTP" />
|
||||
|
||||
The /repository file system is restricted to read only. We use a glob
|
||||
expression to match all paths that start with /repository:
|
||||
|
||||
<policy domain="path" rights="read" pattern="/repository/*" />
|
||||
|
||||
Lets prevent users from executing any image filters:
|
||||
|
||||
<policy domain="filter" rights="none" pattern="*" />
|
||||
|
||||
Any large image is cached to disk rather than memory:
|
||||
|
||||
<policy domain="resource" name="area" value="1GP"/>
|
||||
|
||||
Use the default system font unless overwridden by the application:
|
||||
|
||||
<policy domain="system" name="font" value="/usr/share/fonts/favorite.ttf"/>
|
||||
|
||||
Define arguments for the memory, map, area, width, height and disk resources
|
||||
with SI prefixes (.e.g 100MB). In addition, resource policies are maximums
|
||||
for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB
|
||||
exceeds policy maximum so memory limit is 1GB).
|
||||
|
||||
Rules are processed in order. Here we want to restrict ImageMagick to only
|
||||
read or write a small subset of proven web-safe image types:
|
||||
|
||||
<policy domain="delegate" rights="none" pattern="*" />
|
||||
<policy domain="filter" rights="none" pattern="*" />
|
||||
<policy domain="coder" rights="none" pattern="*" />
|
||||
<policy domain="coder" rights="read|write" pattern="{GIF,JPEG,PNG,WEBP}" />
|
||||
-->
|
||||
<policymap>
|
||||
<!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
|
||||
<policy domain="resource" name="memory" value="256MiB"/>
|
||||
<policy domain="resource" name="map" value="512MiB"/>
|
||||
<policy domain="resource" name="width" value="16KP"/>
|
||||
<policy domain="resource" name="height" value="16KP"/>
|
||||
<!-- <policy domain="resource" name="list-length" value="128"/> -->
|
||||
<policy domain="resource" name="area" value="128MP"/>
|
||||
<policy domain="resource" name="disk" value="1GiB"/>
|
||||
<!-- <policy domain="resource" name="file" value="768"/> -->
|
||||
<!-- <policy domain="resource" name="thread" value="4"/> -->
|
||||
<!-- <policy domain="resource" name="throttle" value="0"/> -->
|
||||
<!-- <policy domain="resource" name="time" value="3600"/> -->
|
||||
<!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
|
||||
<!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> -->
|
||||
<!-- <policy domain="path" rights="none" pattern="@*" /> -->
|
||||
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
|
||||
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
|
||||
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/>
|
||||
<!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
|
||||
<!-- <policy domain="system" name="shred" value="2"/> -->
|
||||
<!-- <policy domain="system" name="precision" value="6"/> -->
|
||||
<!-- <policy domain="system" name="font" value="/path/to/font.ttf"/> -->
|
||||
<!-- <policy domain="system" name="pixel-cache-memory" value="anonymous"/> -->
|
||||
<!-- <policy domain="system" name="shred" value="2"/> -->
|
||||
<!-- <policy domain="system" name="precision" value="6"/> -->
|
||||
<!-- not needed due to the need to use explicitly by mvg: -->
|
||||
<!-- <policy domain="delegate" rights="none" pattern="MVG" /> -->
|
||||
<!-- use curl -->
|
||||
<policy domain="delegate" rights="none" pattern="URL" />
|
||||
<policy domain="delegate" rights="none" pattern="HTTPS" />
|
||||
<policy domain="delegate" rights="none" pattern="HTTP" />
|
||||
<!-- in order to avoid to get image with password text -->
|
||||
<policy domain="path" rights="none" pattern="@*"/>
|
||||
<!-- disable ghostscript format types -->
|
||||
<policy domain="coder" rights="none" pattern="PS" />
|
||||
<policy domain="coder" rights="none" pattern="PS2" />
|
||||
<policy domain="coder" rights="none" pattern="PS3" />
|
||||
<policy domain="coder" rights="none" pattern="EPS" />
|
||||
<policy domain="coder" rights="none" pattern="PDF" />
|
||||
<policy domain="coder" rights="none" pattern="XPS" />
|
||||
</policymap>
|
||||
68
etc/ImageMagick-6/quantization-table.xml
Normal file
68
etc/ImageMagick-6/quantization-table.xml
Normal file
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE quantization-tables [
|
||||
<!ELEMENT quantization-tables (table)>
|
||||
<!ATTLIST quantization-tables xmlns CDATA #FIXED "">
|
||||
<!ELEMENT table (description , levels)>
|
||||
<!ATTLIST table xmlns CDATA #FIXED "">
|
||||
<!ATTLIST table alias NMTOKEN #REQUIRED>
|
||||
<!ATTLIST table slot CDATA #REQUIRED>
|
||||
<!ELEMENT description (#PCDATA)>
|
||||
<!ATTLIST description xmlns CDATA #FIXED "">
|
||||
<!ELEMENT levels (#PCDATA)>
|
||||
<!ATTLIST levels xmlns CDATA #FIXED "">
|
||||
<!ATTLIST levels divisor CDATA #REQUIRED>
|
||||
<!ATTLIST levels height CDATA #REQUIRED>
|
||||
<!ATTLIST levels width CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
JPEG quantization table created by Dr. Nicolas Robidoux, Senior Research
|
||||
Scientist at Phase One (www.phaseone.com) for use with 2x2 Chroma
|
||||
subsampling and (IJG-style, hence ImageMagick-style) quality level
|
||||
around 75.
|
||||
|
||||
It is based on the one recommended in
|
||||
|
||||
Relevance of human vision to JPEG-DCT compression by Stanley A. Klein,
|
||||
Amnon D. Silverstein and Thom Carney. In Human Vision, Visual
|
||||
Processing and Digital Display III, 1992.
|
||||
|
||||
for 1 minute per pixel viewing.
|
||||
|
||||
Specifying only one table in this xml file has two effects when used with
|
||||
the ImageMagick option
|
||||
|
||||
-define jpeg:q-table=PATH/TO/THIS/FILE
|
||||
|
||||
1) This quantization table is automatically used for all three channels;
|
||||
|
||||
2) Only one copy is embedded in the JPG file, which saves a few bits
|
||||
(only worthwhile for very small thumbnails).
|
||||
-->
|
||||
<quantization-tables>
|
||||
<table slot="0" alias="luma">
|
||||
<description>Luma Quantization Table</description>
|
||||
<levels width="8" height="8" divisor="1">
|
||||
16, 16, 16, 18, 25, 37, 56, 85,
|
||||
16, 17, 20, 27, 34, 40, 53, 75,
|
||||
16, 20, 24, 31, 43, 62, 91, 135,
|
||||
18, 27, 31, 40, 53, 74, 106, 156,
|
||||
25, 34, 43, 53, 69, 94, 131, 189,
|
||||
37, 40, 62, 74, 94, 124, 169, 238,
|
||||
56, 53, 91, 106, 131, 169, 226, 311,
|
||||
85, 75, 135, 156, 189, 238, 311, 418
|
||||
</levels>
|
||||
</table>
|
||||
<!--
|
||||
If you want to use a different quantization table for Chroma, for example,
|
||||
just add:
|
||||
|
||||
<table slot="1" alias="chroma">
|
||||
<description>Chroma Quantization Table</description>
|
||||
INSERT 64 POSITIVE INTEGERS HERE, COMMA-SEPARATED
|
||||
</levels>
|
||||
</table>
|
||||
|
||||
here (but outside of these comments).
|
||||
-->
|
||||
</quantization-tables>
|
||||
|
||||
336
etc/ImageMagick-6/thresholds.xml
Normal file
336
etc/ImageMagick-6/thresholds.xml
Normal file
@@ -0,0 +1,336 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE thresholds [
|
||||
<!ELEMENT thresholds (threshold)+>
|
||||
<!ATTLIST thresholds xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT threshold (description,levels)>
|
||||
<!ATTLIST threshold xmlns CDATA #FIXED '' alias NMTOKEN #IMPLIED
|
||||
map NMTOKEN #REQUIRED>
|
||||
<!ELEMENT description (#PCDATA)>
|
||||
<!ATTLIST description xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT levels (#PCDATA)>
|
||||
<!ATTLIST levels xmlns CDATA #FIXED '' divisor CDATA #REQUIRED
|
||||
height CDATA #REQUIRED width CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
Threshold Maps for Ordered Posterized Dither
|
||||
|
||||
Each "<threshold>" element defines the map name, description, and an array
|
||||
of "levels" used to provide the threshold map for ordered dithering and
|
||||
digital halftoning.
|
||||
|
||||
The "alias" attribute provides a backward compatible name for this threshold
|
||||
map (pre-dating IM v6.2.9-6), and are deprecated.
|
||||
|
||||
The description is a english description of what the threshold map achieves
|
||||
and is only used for 'listing' the maps.
|
||||
|
||||
The map itself is a rectangular array of integers or threshold "levels"
|
||||
of the given "width" and "height" declared within the enclosing <levels>
|
||||
element. That is "width*height" integers or "levels" *must* be provided
|
||||
within each map.
|
||||
|
||||
Each of the "levels" integer values (each value representing the threshold
|
||||
intensity "level/divisor" at which that pixel is turned on. The "levels"
|
||||
integers given can be any postive integers between "0" and the "divisor",
|
||||
excluding those limits.
|
||||
|
||||
The "divisor" not only defines the upper limit and threshold divisor for each
|
||||
"level" but also the total number of pseudo-levels the threshold mapping
|
||||
creates and fills with a dither pattern. That is a ordered bitmap dither
|
||||
of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap
|
||||
patterns, including the patterns with all the pixels 'on' and all the pixel
|
||||
'off'. It may define less patterns than that, but the color channels will
|
||||
be thresholded in units based on "divisor".
|
||||
|
||||
Alternatively for a multi-level posterization, ImageMagick inserts
|
||||
"divisor-2" dither patterns (as defined by the threshold map) between each of
|
||||
channel color level produced.
|
||||
|
||||
For example the map "o2x2" has a divisor of 5, which will define 3 bitmap
|
||||
patterns plus the patterns with all pixels 'on' and 'off'. A greyscale
|
||||
gradient will thus have 5 distinct areas.
|
||||
-->
|
||||
<thresholds>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Minimal Dither and Non-Dither Threshold Maps
|
||||
-->
|
||||
<threshold map="threshold" alias="1x1">
|
||||
<description>Threshold 1x1 (non-dither)</description>
|
||||
<levels width="1" height="1" divisor="2">
|
||||
1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="checks" alias="2x1">
|
||||
<description>Checkerboard 2x1 (dither)</description>
|
||||
<levels width="2" height="2" divisor="3">
|
||||
1 2
|
||||
2 1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
(dispersed) Ordered Dither Patterns
|
||||
-->
|
||||
<threshold map="o2x2" alias="2x2">
|
||||
<description>Ordered 2x2 (dispersed)</description>
|
||||
<levels width="2" height="2" divisor="5">
|
||||
1 3
|
||||
4 2
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="o3x3" alias="3x3">
|
||||
<description>Ordered 3x3 (dispersed)</description>
|
||||
<levels width="3" height="3" divisor="10">
|
||||
3 7 4
|
||||
6 1 9
|
||||
2 8 5
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="o4x4" alias="4x4">
|
||||
<!--
|
||||
From "Dithering Algorithms"
|
||||
http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
|
||||
-->
|
||||
<description>Ordered 4x4 (dispersed)</description>
|
||||
<levels width="4" height="4" divisor="17">
|
||||
1 9 3 11
|
||||
13 5 15 7
|
||||
4 12 2 10
|
||||
16 8 14 6
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="o8x8" alias="8x8">
|
||||
<!-- Extracted from original 'OrderedDither()' Function -->
|
||||
<description>Ordered 8x8 (dispersed)</description>
|
||||
<levels width="8" height="8" divisor="65">
|
||||
1 49 13 61 4 52 16 64
|
||||
33 17 45 29 36 20 48 32
|
||||
9 57 5 53 12 60 8 56
|
||||
41 25 37 21 44 28 40 24
|
||||
3 51 15 63 2 50 14 62
|
||||
35 19 47 31 34 18 46 30
|
||||
11 59 7 55 10 58 6 54
|
||||
43 27 39 23 42 26 38 22
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Halftones - Angled 45 degrees
|
||||
|
||||
Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6,
|
||||
modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7
|
||||
|
||||
These patterns initially start as circles, but then form diamonds
|
||||
pattern at the 50% threshold level, before forming negated circles,
|
||||
as it approached the other threshold extereme.
|
||||
-->
|
||||
<threshold map="h4x4a" alias="4x1">
|
||||
<description>Halftone 4x4 (angled)</description>
|
||||
<levels width="4" height="4" divisor="9">
|
||||
4 2 7 5
|
||||
3 1 8 6
|
||||
7 5 4 2
|
||||
8 6 3 1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="h6x6a" alias="6x1">
|
||||
<description>Halftone 6x6 (angled)</description>
|
||||
<levels width="6" height="6" divisor="19">
|
||||
14 13 10 8 2 3
|
||||
16 18 12 7 1 4
|
||||
15 17 11 9 6 5
|
||||
8 2 3 14 13 10
|
||||
7 1 4 16 18 12
|
||||
9 6 5 15 17 11
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="h8x8a" alias="8x1">
|
||||
<description>Halftone 8x8 (angled)</description>
|
||||
<levels width="8" height="8" divisor="33">
|
||||
13 7 8 14 17 21 22 18
|
||||
6 1 3 9 28 31 29 23
|
||||
5 2 4 10 27 32 30 24
|
||||
16 12 11 15 20 26 25 19
|
||||
17 21 22 18 13 7 8 14
|
||||
28 31 29 23 6 1 3 9
|
||||
27 32 30 24 5 2 4 10
|
||||
20 26 25 19 16 12 11 15
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Halftones - Orthogonally Aligned, or Un-angled
|
||||
|
||||
Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from
|
||||
"Dithering & Halftoning" by Gernot Haffmann
|
||||
http://www.fho-emden.de/~hoffmann/hilb010101.pdf
|
||||
|
||||
These patterns initially start as circles, but then form square
|
||||
pattern at the 50% threshold level, before forming negated circles,
|
||||
as it approached the other threshold extereme.
|
||||
-->
|
||||
<threshold map="h4x4o">
|
||||
<description>Halftone 4x4 (orthogonal)</description>
|
||||
<levels width="4" height="4" divisor="17">
|
||||
7 13 11 4
|
||||
12 16 14 8
|
||||
10 15 6 2
|
||||
5 9 3 1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="h6x6o">
|
||||
<description>Halftone 6x6 (orthogonal)</description>
|
||||
<levels width="6" height="6" divisor="37">
|
||||
7 17 27 14 9 4
|
||||
21 29 33 31 18 11
|
||||
24 32 36 34 25 22
|
||||
19 30 35 28 20 10
|
||||
8 15 26 16 6 2
|
||||
5 13 23 12 3 1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="h8x8o">
|
||||
<description>Halftone 8x8 (orthogonal)</description>
|
||||
<levels width="8" height="8" divisor="65">
|
||||
7 21 33 43 36 19 9 4
|
||||
16 27 51 55 49 29 14 11
|
||||
31 47 57 61 59 45 35 23
|
||||
41 53 60 64 62 52 40 38
|
||||
37 44 58 63 56 46 30 22
|
||||
15 28 48 54 50 26 17 10
|
||||
8 18 34 42 32 20 6 2
|
||||
5 13 25 39 24 12 3 1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="h16x16o">
|
||||
<!--
|
||||
Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
|
||||
This may need some fine tuning for symmetry of the halftone dots,
|
||||
as it was a mathematically formulated pattern.
|
||||
-->
|
||||
<description>Halftone 16x16 (orthogonal)</description>
|
||||
<levels width="16" height="16" divisor="257">
|
||||
4 12 24 44 72 100 136 152 150 134 98 70 42 23 11 3
|
||||
7 16 32 52 76 104 144 160 158 142 102 74 50 31 15 6
|
||||
19 27 40 60 92 132 168 180 178 166 130 90 58 39 26 18
|
||||
36 48 56 80 124 176 188 204 203 187 175 122 79 55 47 35
|
||||
64 68 84 116 164 200 212 224 223 211 199 162 114 83 67 63
|
||||
88 96 112 156 192 216 232 240 239 231 214 190 154 111 95 87
|
||||
108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107
|
||||
128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127
|
||||
126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125
|
||||
106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105
|
||||
86 94 110 155 191 215 229 238 237 230 213 189 153 109 93 85
|
||||
62 66 82 115 163 198 210 221 222 209 197 161 113 81 65 61
|
||||
34 46 54 78 123 174 186 202 201 185 173 121 77 53 45 33
|
||||
20 28 37 59 91 131 167 179 177 165 129 89 57 38 25 17
|
||||
8 13 29 51 75 103 143 159 157 141 101 73 49 30 14 5
|
||||
1 9 21 43 71 99 135 151 149 133 97 69 41 22 10 2
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Halftones - Orthogonally Expanding Circle Patterns
|
||||
|
||||
Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6
|
||||
|
||||
Rather than producing a diamond 50% threshold pattern, these
|
||||
continue to generate larger (overlapping) circles. They are
|
||||
more like a true halftone pattern formed by covering a surface
|
||||
with either pure white or pure black circular dots.
|
||||
|
||||
WARNING: true halftone patterns only use true circles even in
|
||||
areas of highly varying intensity. Threshold dither patterns
|
||||
can generate distorted circles in such areas.
|
||||
-->
|
||||
|
||||
<threshold map="c5x5b" alias="c5x5">
|
||||
<description>Circles 5x5 (black)</description>
|
||||
<levels width="5" height="5" divisor="26">
|
||||
1 21 16 15 4
|
||||
5 17 20 19 14
|
||||
6 21 25 24 12
|
||||
7 18 22 23 11
|
||||
2 8 9 10 3
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
|
||||
<threshold map="c5x5w">
|
||||
<description>Circles 5x5 (white)</description>
|
||||
<levels width="5" height="5" divisor="26">
|
||||
25 21 10 11 22
|
||||
20 9 6 7 12
|
||||
19 5 1 2 13
|
||||
18 8 4 3 14
|
||||
24 17 16 15 23
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="c6x6b" alias="c6x6">
|
||||
<description>Circles 6x6 (black)</description>
|
||||
<levels width="6" height="6" divisor="37">
|
||||
1 5 14 13 12 4
|
||||
6 22 28 27 21 11
|
||||
15 29 35 34 26 20
|
||||
16 30 36 33 25 19
|
||||
7 23 31 32 24 10
|
||||
2 8 17 18 9 3
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="c6x6w">
|
||||
<description>Circles 6x6 (white)</description>
|
||||
<levels width="6" height="6" divisor="37">
|
||||
36 32 23 24 25 33
|
||||
31 15 9 10 16 26
|
||||
22 8 2 3 11 17
|
||||
21 7 1 4 12 18
|
||||
30 14 6 5 13 27
|
||||
35 29 20 19 28 34
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
<threshold map="c7x7b" alias="c7x7">
|
||||
<description>Circles 7x7 (black)</description>
|
||||
<levels width="7" height="7" divisor="50">
|
||||
3 9 18 28 17 8 2
|
||||
10 24 33 39 32 23 7
|
||||
19 34 44 48 43 31 16
|
||||
25 40 45 49 47 38 27
|
||||
20 35 41 46 42 29 15
|
||||
11 21 36 37 28 22 6
|
||||
4 12 13 26 14 5 1
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
|
||||
<threshold map="c7x7w">
|
||||
<description>Circles 7x7 (white)</description>
|
||||
<levels width="7" height="7" divisor="50">
|
||||
47 41 32 22 33 42 48
|
||||
40 26 17 11 18 27 43
|
||||
31 16 6 2 7 19 34
|
||||
25 10 5 1 3 12 23
|
||||
30 15 9 4 8 20 35
|
||||
39 29 14 13 21 28 44
|
||||
46 38 37 24 36 45 49
|
||||
</levels>
|
||||
</threshold>
|
||||
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Special Purpose Dithers
|
||||
-->
|
||||
|
||||
</thresholds>
|
||||
1367
etc/ImageMagick-6/type-apple.xml
Normal file
1367
etc/ImageMagick-6/type-apple.xml
Normal file
File diff suppressed because it is too large
Load Diff
58
etc/ImageMagick-6/type-dejavu.xml
Normal file
58
etc/ImageMagick-6/type-dejavu.xml
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE typemap [
|
||||
<!ELEMENT typemap (type)+>
|
||||
<!ATTLIST typemap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT type EMPTY>
|
||||
<!ATTLIST type xmlns CDATA #FIXED '' encoding NMTOKEN #IMPLIED
|
||||
family CDATA #REQUIRED format NMTOKEN #REQUIRED foundry NMTOKEN #REQUIRED
|
||||
fullname CDATA #REQUIRED glyphs CDATA #REQUIRED metrics CDATA #REQUIRED
|
||||
name NMTOKEN #REQUIRED stretch NMTOKEN #REQUIRED style NMTOKEN #REQUIRED
|
||||
version CDATA #IMPLIED weight CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
ImageMagick DejaVU font configuration.
|
||||
-->
|
||||
<typemap>
|
||||
<type name="DejaVu-LGC-Sans-Bold" fullname="DejaVu LGC Sans Bold" family="DejaVuGC Sans" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuLGCSans-Bold.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Bold-Oblique" fullname="DejaVu LGC Sans Bold Oblique" family="DejaVuGC Sans" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuLGCSans-BoldOblique.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Book" fullname="DejaVu LGC Sans Book" family="DejaVuGC Sans" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuLGCSans.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Condensed" fullname="DejaVu LGC Sans Condensed" family="DejaVuGC Sans" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSansCondensed.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Condensed-Bold" fullname="DejaVu LGC Sans Condensed Bold" family="DejaVuGC Sans" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSansCondensed-Bold.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Condensed-Bold-Oblique" fullname="DejaVu LGC Sans Condensed Bold Oblique" family="DejaVuGC Sans" style="Oblique" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSansCondensed-BoldOblique.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Condensed-Oblique" fullname="DejaVu LGC Sans Condensed Oblique" family="DejaVuGC Sans" style="Oblique" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSansCondensed-Oblique.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-ExtraLight" fullname="DejaVu LGC Sans ExtraLight" family="DejaVuGC Sans" style="Normal" stretch="Normal" weight="200" glyphs="DejaVuLGCSans-ExtraLight.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Mono-Bold" fullname="DejaVu LGC Sans Mono Bold" family="DejaVuGC Sans Mono" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuLGCSansMono-Bold.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Mono-Bold-Oblique" fullname="DejaVu LGC Sans Mono Bold Oblique" family="DejaVuGC Sans Mono" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuLGCSansMono-BoldOblique.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Mono-Book" fullname="DejaVu LGC Sans Mono Book" family="DejaVuGC Sans Mono" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuLGCSansMono.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Mono-Oblique" fullname="DejaVu LGC Sans Mono Oblique" family="DejaVuGC Sans Mono" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuLGCSansMono-Oblique.ttf"/>
|
||||
<type name="DejaVu-LGC-Sans-Oblique" fullname="DejaVu LGC Sans Oblique" family="DejaVuGC Sans" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuLGCSans-Oblique.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Bold" fullname="DejaVu LGC Serif Bold" family="DejaVuGC Serif" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuLGCSerif-Bold.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Bold-Italic" fullname="DejaVu LGC Serif Bold Italic" family="DejaVuGC Serif" style="Italic" stretch="Normal" weight="700" glyphs="DejaVuLGCSerif-BoldItalic.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Book" fullname="DejaVu LGC Serif Book" family="DejaVuGC Serif" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuLGCSerif.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Condensed" fullname="DejaVu LGC Serif Condensed" family="DejaVuGC Serif" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSerifCondensed.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Condensed-Bold" fullname="DejaVu LGC Serif Condensed Bold" family="DejaVuGC Serif" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSerifCondensed-Bold.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Condensed-Bold-Italic" fullname="DejaVu LGC Serif Condensed Bold Italic" family="DejaVuGC Serif" style="Italic" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSerifCondensed-BoldItalic.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Condensed-Italic" fullname="DejaVu LGC Serif -Condensed Italic" family="DejaVuGC Serif" style="Italic" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSerifCondensed-Italic.ttf"/>
|
||||
<type name="DejaVu-LGC-Serif-Italic" fullname="DejaVu LGC Serif Italic" family="DejaVuGC Serif" style="Italic" stretch="Normal" weight="400" glyphs="DejaVuLGCSerif-Italic.ttf"/>
|
||||
<type name="DejaVu-Sans-Bold" fullname="DejaVu Sans Bold" family="DejaVu Sans" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuSans-Bold.ttf"/>
|
||||
<type name="DejaVu-Sans-Bold-Oblique" fullname="DejaVu Sans Bold Oblique" family="DejaVu Sans" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuSans-BoldOblique.ttf"/>
|
||||
<type name="DejaVu-Sans-Book" fullname="DejaVu Sans Book" family="DejaVu Sans" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuSans.ttf"/>
|
||||
<type name="DejaVu-Sans-Condensed" fullname="DejaVu Sans Condensed" family="DejaVu Sans" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuSansCondensed.ttf"/>
|
||||
<type name="DejaVu-Sans-Condensed-Bold" fullname="DejaVu Sans Condensed Bold" family="DejaVu Sans" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuSansCondensed-Bold.ttf"/>
|
||||
<type name="DejaVu-Sans-Condensed-Bold-Oblique" fullname="DejaVu Sans Condensed Bold Oblique" family="DejaVu Sans" style="Oblique" stretch="SemiCondensed" weight="700" glyphs="DejaVuSansCondensed-BoldOblique.ttf"/>
|
||||
<type name="DejaVu-Sans-Condensed-Oblique" fullname="DejaVu Sans Condensed Oblique" family="DejaVu Sans" style="Oblique" stretch="SemiCondensed" weight="400" glyphs="DejaVuSansCondensed-Oblique.ttf"/>
|
||||
<type name="DejaVu-Sans-ExtraLight" fullname="DejaVu Sans ExtraLight" family="DejaVu Sans" style="Normal" stretch="Normal" weight="200" glyphs="DejaVuSans-ExtraLight.ttf"/>
|
||||
<type name="DejaVu-Sans-Mono-Bold" fullname="DejaVu Sans Mono Bold" family="DejaVu Sans Mono" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuSansMono-Bold.ttf"/>
|
||||
<type name="DejaVu-Sans-Mono-Bold-Oblique" fullname="DejaVu Sans Mono Bold Oblique" family="DejaVu Sans Mono" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuSansMono-BoldOblique.ttf"/>
|
||||
<type name="DejaVu-Sans-Mono-Book" fullname="DejaVu Sans Mono Book" family="DejaVu Sans Mono" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuSansMono.ttf"/>
|
||||
<type name="DejaVu-Sans-Mono-Oblique" fullname="DejaVu Sans Mono Oblique" family="DejaVu Sans Mono" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuSansMono-Oblique.ttf"/>
|
||||
<type name="DejaVu-Sans-Oblique" fullname="DejaVu Sans Oblique" family="DejaVu Sans" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuSans-Oblique.ttf"/>
|
||||
<type name="DejaVu-Serif-Bold" fullname="DejaVu Serif Bold" family="DejaVu Serif" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuSerif-Bold.ttf"/>
|
||||
<type name="DejaVu-Serif-Bold-Italic" fullname="DejaVu Serif Bold Italic" family="DejaVu Serif" style="Italic" stretch="Normal" weight="700" glyphs="DejaVuSerif-BoldItalic.ttf"/>
|
||||
<type name="DejaVu-Serif-Book" fullname="DejaVu Serif Book" family="DejaVu Serif" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuSerif.ttf"/>
|
||||
<type name="DejaVu-Serif-Condensed" fullname="DejaVu Serif Condensed" family="DejaVu Serif" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuSerifCondensed.ttf"/>
|
||||
<type name="DejaVu-Serif-Condensed-Bold" fullname="DejaVu Serif Condensed Bold" family="DejaVu Serif" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuSerifCondensed-Bold.ttf"/>
|
||||
<type name="DejaVu-Serif-Condensed-Bold-Italic" fullname="DejaVu Serif Condensed Bold Italic" family="DejaVu Serif" style="Italic" stretch="SemiCondensed" weight="700" glyphs="DejaVuSerifCondensed-BoldItalic.ttf"/>
|
||||
<type name="DejaVu-Serif-Condensed-Italic" fullname="DejaVu Serif Condensed Italic" family="DejaVu Serif" style="Italic" stretch="SemiCondensed" weight="400" glyphs="DejaVuSerifCondensed-Italic.ttf"/>
|
||||
<type name="DejaVu-Serif-Italic" fullname="DejaVu Serif Italic" family="DejaVu Serif" style="Italic" stretch="Normal" weight="400" glyphs="DejaVuSerif-Italic.ttf"/>
|
||||
</typemap>
|
||||
50
etc/ImageMagick-6/type-ghostscript.xml
Normal file
50
etc/ImageMagick-6/type-ghostscript.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE typemap [
|
||||
<!ELEMENT typemap (type)+>
|
||||
<!ATTLIST typemap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT type EMPTY>
|
||||
<!ATTLIST type xmlns CDATA #FIXED '' encoding NMTOKEN #IMPLIED
|
||||
family CDATA #REQUIRED format NMTOKEN #REQUIRED foundry NMTOKEN #REQUIRED
|
||||
fullname CDATA #REQUIRED glyphs CDATA #REQUIRED metrics CDATA #REQUIRED
|
||||
name NMTOKEN #REQUIRED stretch NMTOKEN #REQUIRED style NMTOKEN #REQUIRED
|
||||
version CDATA #IMPLIED weight CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
ImageMagick Ghostscript font configuration.
|
||||
-->
|
||||
<typemap>
|
||||
<type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010013l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010013l.pfb"/>
|
||||
<type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010033l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010033l.pfb"/>
|
||||
<type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010015l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010015l.pfb"/>
|
||||
<type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010035l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010035l.pfb"/>
|
||||
<type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018015l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018015l.pfb"/>
|
||||
<type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018035l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018035l.pfb"/>
|
||||
<type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018012l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018012l.pfb"/>
|
||||
<type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018032l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018032l.pfb"/>
|
||||
<type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022003l.pfb"/>
|
||||
<type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022004l.pfb"/>
|
||||
<type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022023l.pfb"/>
|
||||
<type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022024l.pfb"/>
|
||||
<type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019003l.pfb"/>
|
||||
<type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019003l.pfb"/>
|
||||
<type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019004l.pfb"/>
|
||||
<type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019023l.pfb"/>
|
||||
<type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019024l.pfb"/>
|
||||
<type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019043l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019043l.pfb"/>
|
||||
<type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019063l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019063l.pfb"/>
|
||||
<type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019044l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019044l.pfb"/>
|
||||
<type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019064l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019064l.pfb"/>
|
||||
<type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059013l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059013l.pfb"/>
|
||||
<type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059033l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059033l.pfb"/>
|
||||
<type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059016l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059016l.pfb"/>
|
||||
<type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059036l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059036l.pfb"/>
|
||||
<type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052003l.pfb"/>
|
||||
<type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052023l.pfb"/>
|
||||
<type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052004l.pfb"/>
|
||||
<type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052024l.pfb"/>
|
||||
<type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021003l.pfb"/>
|
||||
<type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021004l.pfb"/>
|
||||
<type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021023l.pfb"/>
|
||||
<type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021024l.pfb"/>
|
||||
<type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/s050000l.afm" glyphs="/usr/share/fonts/type1/gsfonts/s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
|
||||
</typemap>
|
||||
50
etc/ImageMagick-6/type-urw-base35.xml
Normal file
50
etc/ImageMagick-6/type-urw-base35.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE typemap [
|
||||
<!ELEMENT typemap (type)+>
|
||||
<!ATTLIST typemap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT type EMPTY>
|
||||
<!ATTLIST type xmlns CDATA #FIXED '' encoding NMTOKEN #IMPLIED
|
||||
family CDATA #REQUIRED format NMTOKEN #REQUIRED foundry NMTOKEN #REQUIRED
|
||||
fullname CDATA #REQUIRED glyphs CDATA #REQUIRED metrics CDATA #REQUIRED
|
||||
name NMTOKEN #REQUIRED stretch NMTOKEN #REQUIRED style NMTOKEN #REQUIRED
|
||||
version CDATA #IMPLIED weight CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
ImageMagick URW-base35 font configuration.
|
||||
-->
|
||||
<typemap>
|
||||
<type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWGothic-Book.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWGothic-Book.t1"/>
|
||||
<type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWGothic-BookOblique.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWGothic-BookOblique.t1"/>
|
||||
<type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWGothic-Demi.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWGothic-Demi.t1"/>
|
||||
<type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWGothic-DemiOblique.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWGothic-DemiOblique.t1"/>
|
||||
<type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWBookman-Demi.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWBookman-Demi.t1"/>
|
||||
<type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWBookman-DemiItalic.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWBookman-DemiItalic.t1"/>
|
||||
<type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWBookman-Light.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWBookman-Light.t1"/>
|
||||
<type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/URWBookman-LightItalic.afm" glyphs="/usr/share/fonts/type1/urw-base35/URWBookman-LightItalic.t1"/>
|
||||
<type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-Refular.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-Regular.t1"/>
|
||||
<type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-Bold.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-Bold.t1"/>
|
||||
<type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-Italic.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-Italic.t1"/>
|
||||
<type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-BoldItalic.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusMonoPS-BoldItalic.t1"/>
|
||||
<type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSans-Regular.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSans-Regular.t1"/>
|
||||
<type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSans-Regular.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSans-Regular.t1"/>
|
||||
<type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSans-Bold.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSans-Bold.t1"/>
|
||||
<type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSans-Italic.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSans-Italic.t1"/>
|
||||
<type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSans-BoldItalic.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSans-BoldItalic.t1"/>
|
||||
<type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Regular.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Regular.t1"/>
|
||||
<type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Oblique.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Oblique.t1"/>
|
||||
<type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Bold.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Bold.t1"/>
|
||||
<type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/urw-base35/nNimbusSansNarrow-BdOblique.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusSansNarrow-BdOblique.t1"/>
|
||||
<type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/C059-Roman.afm" glyphs="/usr/share/fonts/type1/urw-base35/C059-Roman.t1"/>
|
||||
<type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/C059-Italic.afm" glyphs="/usr/share/fonts/type1/urw-base35/C059-Italic.t1"/>
|
||||
<type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/C059-Bold.afm" glyphs="/usr/share/fonts/type1/urw-base35/C059-Bold.t1"/>
|
||||
<type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/C059-BdIta.afm" glyphs="/usr/share/fonts/type1/urw-base35/C059-BdIta.t1"/>
|
||||
<type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/P052-Roman.afm" glyphs="/usr/share/fonts/type1/urw-base35/P052-Roman.t1"/>
|
||||
<type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/P052-Italic.afm" glyphs="/usr/share/fonts/type1/urw-base35/P052-Italic.t1"/>
|
||||
<type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/P052-Bold.afm" glyphs="/usr/share/fonts/type1/urw-base35/P052-Bold.t1"/>
|
||||
<type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/P052-BoldItalic.afm" glyphs="/usr/share/fonts/type1/urw-base35/P052-BoldItalic.t1"/>
|
||||
<type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusRoman-Regular.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusRoman-Regular.t1"/>
|
||||
<type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusRoman-Bold.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusRoman-Bold.t1"/>
|
||||
<type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusRoman-Italic.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusRoman-Italic.t1"/>
|
||||
<type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/NimbusRoman-BoldItalic.afm" glyphs="/usr/share/fonts/type1/urw-base35/NimbusRoman-BoldItalic.t1"/>
|
||||
<type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/urw-base35/StandardSymbolsPS.afm" glyphs="/usr/share/fonts/type1/urw-base35/StandardSymbolsPS.t1" version="2.0" encoding="AdobeCustom"/>
|
||||
</typemap>
|
||||
105
etc/ImageMagick-6/type-windows.xml
Normal file
105
etc/ImageMagick-6/type-windows.xml
Normal file
@@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE typemap [
|
||||
<!ELEMENT typemap (type)+>
|
||||
<!ELEMENT type (#PCDATA)>
|
||||
<!ELEMENT include (#PCDATA)>
|
||||
<!ATTLIST type name CDATA #REQUIRED>
|
||||
<!ATTLIST type fullname CDATA #IMPLIED>
|
||||
<!ATTLIST type family CDATA #IMPLIED>
|
||||
<!ATTLIST type foundry CDATA #IMPLIED>
|
||||
<!ATTLIST type weight CDATA #IMPLIED>
|
||||
<!ATTLIST type style CDATA #IMPLIED>
|
||||
<!ATTLIST type stretch CDATA #IMPLIED>
|
||||
<!ATTLIST type format CDATA #IMPLIED>
|
||||
<!ATTLIST type metrics CDATA #IMPLIED>
|
||||
<!ATTLIST type glyphs CDATA #REQUIRED>
|
||||
<!ATTLIST type version CDATA #IMPLIED>
|
||||
<!ATTLIST include file CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
ImageMagick Windows font configuration.
|
||||
-->
|
||||
<typemap>
|
||||
<type name="Arial" fullname="Arial" family="Arial" weight="400" style="normal" stretch="normal" glyphs="arial.ttf"/>
|
||||
<type name="Arial-Black" fullname="Arial Black" family="Arial" weight="900" style="normal" stretch="normal" glyphs="ariblk.ttf"/>
|
||||
<type name="Arial-Bold" fullname="Arial Bold" family="Arial" weight="700" style="normal" stretch="normal" glyphs="arialbd.ttf"/>
|
||||
<type name="Arial-Bold-Italic" fullname="Arial Bold Italic" family="Arial" weight="700" style="italic" stretch="normal" glyphs="arialbi.ttf"/>
|
||||
<type name="Arial-Italic" fullname="Arial Italic" family="Arial" weight="400" style="italic" stretch="normal" glyphs="ariali.ttf"/>
|
||||
<type name="Arial-Narrow" fullname="Arial Narrow" family="Arial Narrow" weight="400" style="normal" stretch="condensed" glyphs="arialn.ttf"/>
|
||||
<type name="Arial-Narrow-Bold" fullname="Arial Narrow Bold" family="Arial Narrow" weight="700" style="normal" stretch="condensed" glyphs="arialnb.ttf"/>
|
||||
<type name="Arial-Narrow-Bold-Italic" fullname="Arial Narrow Bold Italic" family="Arial Narrow" weight="700" style="italic" stretch="condensed" glyphs="arialnbi.ttf"/>
|
||||
<type name="Arial-Narrow-Italic" fullname="Arial Narrow Italic" family="Arial Narrow" weight="400" style="italic" stretch="condensed" glyphs="arnari.ttf"/>
|
||||
<type name="Arial-Narrow-Special-G1" fullname="Arial Narrow Special G1" family="Arial Narrow Special G1" weight="400" style="normal" stretch="condensed" glyphs="msgeonr1.ttf"/>
|
||||
<type name="Arial-Narrow-Special-G1-Bold" fullname="Arial Narrow Special G1 Bold" family="Arial Narrow Special G1" weight="700" style="normal" stretch="condensed" glyphs="msgeonb1.ttf"/>
|
||||
<type name="Arial-Narrow-Special-G1-Italic" fullname="Arial Narrow Special G1 Italic" family="Arial Narrow Special G1" weight="400" style="italic" stretch="condensed" glyphs="msgeoni1.ttf"/>
|
||||
<type name="Arial-Narrow-Special-G2" fullname="Arial Narrow Special G2" family="Arial Narrow Special G2" weight="400" style="normal" stretch="condensed" glyphs="msgeonr2.ttf"/>
|
||||
<type name="Arial-Narrow-Special-G2-Bold" fullname="Arial Narrow Special G2 Bold" family="Arial Narrow Special G2" weight="700" style="Narrow" stretch="normal" glyphs="msgeonb2.ttf"/>
|
||||
<type name="Arial-Narrow-Special-G2-Italic" fullname="Arial Narrow Special G2 Italic" family="Arial Narrow Special G2" weight="400" style="italic" stretch="condensed" glyphs="msgeoni2.ttf"/>
|
||||
<type name="Arial-Rounded-MT-Bold" fullname="Arial Rounded MT Bold" family="Arial Rounded MT" weight="700" style="normal" stretch="normal" glyphs="arlrdbd.ttf"/>
|
||||
<type name="Arial-Special-G1" fullname="Arial Special G1" family="Arial Special G1" weight="400" style="normal" stretch="normal" glyphs="msgeor1.ttf"/>
|
||||
<type name="Arial-Special-G1-Bold" fullname="Arial Special G1 Bold" family="Arial Special G1" weight="700" style="normal" stretch="normal" glyphs="msgeoab1.ttf"/>
|
||||
<type name="Arial-Special-G1-Bold-Italic" fullname="Arial Special G1 Bold Italic" family="Arial Special G1" weight="700" style="italic" stretch="normal" glyphs="msgeoax1.ttf"/>
|
||||
<type name="Arial-Special-G1-Italic" fullname="Arial Special G1 Italic" family="Arial Special G1" weight="400" style="italic" stretch="normal" glyphs="msgeoai1.ttf"/>
|
||||
<type name="Arial-Special-G2" fullname="Arial Special G2" family="Arial Special G2" weight="400" style="normal" stretch="normal" glyphs="msgeoar2.ttf"/>
|
||||
<type name="Arial-Special-G2-Bold" fullname="Arial Special G2 Bold" family="Arial Special G2" weight="700" style="normal" stretch="normal" glyphs="msgeoab2.ttf"/>
|
||||
<type name="Arial-Special-G2-Bold-Italic" fullname="Arial Special G2 Bold Italic" family="Arial Special G2" weight="700" style="italic" stretch="normal" glyphs="msgeoax2.ttf"/>
|
||||
<type name="Arial-Special-G2-Italic" fullname="Arial Special G2 Italic" family="Arial Special G2" weight="400" style="italic" stretch="normal" glyphs="msgeoai2.ttf"/>
|
||||
<type name="Bookman-Old-Style" fullname="Bookman Old Style" family="Bookman Old Style" weight="400" style="normal" stretch="normal" glyphs="bkmnos.ttf"/>
|
||||
<type name="Bookman-Old-Style-Bold" fullname="Bookman Old Style Bold" family="Bookman Old Style" weight="700" style="normal" stretch="normal" glyphs="bookosb.ttf"/>
|
||||
<type name="Bookman-Old-Style-Bold-Italic" fullname="Bookman Old Style Bold Italic" family="Bookman Old Style" weight="400" style="italic" stretch="normal" glyphs="bookosbi.ttf"/>
|
||||
<type name="Bookman-Old-Style-Italic" fullname="Bookman Old Style Italic" family="Bookman Old Style" weight="400" style="italic" stretch="normal" glyphs="boookosi.ttf"/>
|
||||
<type name="Century-Schoolbook" fullname="Century Schoolbook" family="Century Schoolbook" weight="400" style="normal" stretch="normal" glyphs="censcbk.ttf"/>
|
||||
<type name="Century-Schoolbook-Bold" fullname="Century Schoolbook Bold" family="Century Schoolbook" weight="700" style="normal" stretch="normal" glyphs="schlbkb.ttf"/>
|
||||
<type name="Century-Schoolbook-Bold-Italic" fullname="Century Schoolbook Bold Italic" family="Century Schoolbook" weight="700" style="italic" stretch="normal" glyphs="schlbkbi.ttf"/>
|
||||
<type name="Century-Schoolbook-Italic" fullname="Century Schoolbook Italic" family="Century Schoolbook" weight="400" style="italic" stretch="normal" glyphs="schlbki.ttf"/>
|
||||
<type name="Comic-Sans-MS" fullname="Comic Sans MS" family="Comic Sans MS" weight="400" style="normal" stretch="normal" glyphs="comic.ttf"/>
|
||||
<type name="Comic-Sans-MS-Bold" fullname="Comic Sans MS Bold" family="Comic Sans MS" weight="700" style="normal" stretch="normal" glyphs="comicbd.ttf"/>
|
||||
<type name="Courier-New" fullname="Courier New" family="Courier New" weight="400" style="normal" stretch="normal" glyphs="cour.ttf"/>
|
||||
<type name="Courier-New-Bold" fullname="Courier New Bold" family="Courier New" weight="700" style="normal" stretch="normal" glyphs="courbd.ttf"/>
|
||||
<type name="Courier-New-Bold-Italic" fullname="Courier New Bold Italic" family="Courier New" weight="700" style="italic" stretch="normal" glyphs="courbi.ttf"/>
|
||||
<type name="Courier-New-Italic" fullname="Courier New Italic" family="Courier New" weight="400" style="italic" stretch="normal" glyphs="couri.ttf"/>
|
||||
<type name="Garamond" fullname="Garamond" family="Garamond" weight="400" style="normal" stretch="normal" glyphs="gara.ttf"/>
|
||||
<type name="Garamond-Bold" fullname="Garamond Bold" family="Garamond" weight="700" style="normal" stretch="normal" glyphs="garabd.ttf"/>
|
||||
<type name="Garamond-Italic" fullname="Garamond Italic" family="Garamond" weight="400" style="italic" stretch="normal" glyphs="Italic"/>
|
||||
<type name="Gill-Sans-MT-Ext-Condensed-Bold" fullname="Gill Sans MT Ext Condensed Bold" family="Gill Sans MT" weight="700" style="normal" stretch="extra-condensed" glyphs="glsnecb.ttf"/>
|
||||
<type name="Impact" fullname="Impact" family="Impact" weight="400" style="normal" stretch="normal" glyphs="impact.ttf"/>
|
||||
<type name="Lucida-Blackletter" fullname="Lucida Blackletter" family="Lucida Blackletter" weight="400" style="normal" stretch="normal" glyphs="lblack.ttf"/>
|
||||
<type name="Lucida-Bright" fullname="Lucida Bright" family="Lucida Bright" weight="400" style="normal" stretch="normal" glyphs="lbrite.ttf"/>
|
||||
<type name="Lucida-Bright-Demibold" fullname="Lucida Bright Demibold" family="Lucida Bright" weight="600" style="normal" stretch="normal" glyphs="lbrited.ttf"/>
|
||||
<type name="Lucida-Bright-Demibold-Italic" fullname="Lucida Bright Demibold Italic" family="Lucida Bright" weight="600" style="italic" stretch="normal" glyphs="lbritedi.ttf"/>
|
||||
<type name="Lucida-Bright-Italic" fullname="Lucida Bright Italic" family="Lucida Bright" weight="400" style="italic" stretch="normal" glyphs="lbritei.ttf"/>
|
||||
<type name="Lucida-Caligraphy-Italic" fullname="Lucida Caligraphy Italic" family="Lucida Caligraphy" weight="400" style="italic" stretch="normal" glyphs="lcalig.ttf"/>
|
||||
<type name="Lucida-Console, Lucida-Console" fullname="Lucida Console, Lucida Console" family="Regular" weight="400" style="lucon.ttf" stretch="normal" glyphs=""/>
|
||||
<type name="Lucida-Fax-Demibold" fullname="Lucida Fax Demibold" family="Lucida Fax" weight="600" style="normal" stretch="normal" glyphs="lfaxd.ttf"/>
|
||||
<type name="Lucida-Fax-Demibold-Italic" fullname="Lucida Fax Demibold Italic" family="Lucida Fax" weight="600" style="italic" stretch="normal" glyphs="lfaxdi.ttf"/>
|
||||
<type name="Lucida-Fax-Italic" fullname="Lucida Fax Italic" family="Lucida Fax" weight="400" style="italic" stretch="normal" glyphs="lfaxi.ttf"/>
|
||||
<type name="Lucida-Fax-Regular" fullname="Lucida Fax Regular" family="Lucida Fax" weight="400" style="normal" stretch="normal" glyphs="lfax.ttf"/>
|
||||
<type name="Lucida-Handwriting-Italic" fullname="Lucida Handwriting Italic" family="Lucida Handwriting" weight="400" style="italic" stretch="normal" glyphs="lhandw.ttf"/>
|
||||
<type name="Lucida-Sans-Demibold-Italic" fullname="Lucida Sans Demibold Italic" family="Lucida Sans" weight="600" style="italic" stretch="normal" glyphs="lsansdi.ttf"/>
|
||||
<type name="Lucida-Sans-Demibold-Roman" fullname="Lucida Sans Demibold Roman" family="Lucida Sans Demibold" weight="400" style="normal" stretch="normal" glyphs="lsansd.ttf"/>
|
||||
<type name="Lucida-Sans-Regular" fullname="Lucida Sans Regular" family="Lucida Sans" weight="400" style="normal" stretch="normal" glyphs="lsans.ttf"/>
|
||||
<type name="Lucida-Sans-Typewriter-Bold" fullname="Lucida Sans Typewriter Bold" family="Lucida Sans Typewriter" weight="700" style="normal" stretch="normal" glyphs="ltypeb.ttf"/>
|
||||
<type name="Lucida-Sans-Typewriter-Bold-Oblique" fullname="Lucida Sans Typewriter Bold Oblique" family="Lucida Sans Typewriter" weight="700" style="normal" stretch="normal" glyphs="ltypebo.ttf"/>
|
||||
<type name="Lucida-Sans-Typewriter-Oblique" fullname="Lucida Sans Typewriter Oblique" family="Lucida Sans Typewriter" weight="700" style="normal" stretch="normal" glyphs="ltypeo.ttf"/>
|
||||
<type name="Lucida-Sans-Typewriter-Regular" fullname="Lucida Sans Typewriter Regular" family="Lucida Sans Typewriter" weight="400" style="normal" stretch="normal" glyphs="ltype.ttf"/>
|
||||
<type name="MS-Sans-Serif" fullname="MS Sans Serif" family="MS Sans Serif" weight="400" style="normal" stretch="normal" glyphs="sseriff.ttf"/>
|
||||
<type name="MS-Serif" fullname="MS Serif" family="MS Serif" weight="400" style="normal" stretch="normal" glyphs="seriff.ttf"/>
|
||||
<type name="Modern" fullname="Modern" family="Modern" weight="400" style="normal" stretch="normal" glyphs="modern.ttf"/>
|
||||
<type name="Monotype-Corsiva" fullname="Monotype Corsiva" family="Monotype Corsiva" weight="400" style="normal" stretch="normal" glyphs="mtcorsva.ttf"/>
|
||||
<type name="Small-Fonts" fullname="Small Fonts" family="Small Fonts" weight="400" style="normal" stretch="normal" glyphs="smallf.ttf"/>
|
||||
<type name="Symbol" fullname="Symbol" family="Symbol" weight="400" style="normal" stretch="normal" glyphs="symbol.ttf" encoding="AppleRoman"/>
|
||||
<type name="Tahoma" fullname="Tahoma" family="Tahoma" weight="400" style="normal" stretch="normal" glyphs="tahoma.ttf"/>
|
||||
<type name="Tahoma-Bold" fullname="Tahoma Bold" family="Tahoma" weight="700" style="normal" stretch="normal" glyphs="tahomabd.ttf"/>
|
||||
<type name="Times-New-Roman" fullname="Times New Roman" family="Times New Roman" weight="400" style="normal" stretch="normal" glyphs="times.ttf"/>
|
||||
<type name="Times-New-Roman-Bold" fullname="Times New Roman Bold" family="Times New Roman" weight="700" style="normal" stretch="normal" glyphs="timesbd.ttf"/>
|
||||
<type name="Times-New-Roman-Bold-Italic" fullname="Times New Roman Bold Italic" family="Times New Roman" weight="700" style="italic" stretch="normal" glyphs="timesbi.ttf"/>
|
||||
<type name="Times-New-Roman-Italic" fullname="Times New Roman Italic" family="Times New Roman" weight="400" style="italic" stretch="normal" glyphs="timesi.ttf"/>
|
||||
<type name="Times-New-Roman-MT-Extra-Bold" fullname="Times New Roman MT Extra Bold" family="Times New Roman MT" weight="800" style="normal" stretch="normal" glyphs="timnreb.ttf"/>
|
||||
<type name="Verdana" fullname="Verdana" family="Verdana" weight="400" style="normal" stretch="normal" glyphs="verdana.ttf"/>
|
||||
<type name="Verdana-Bold" fullname="Verdana Bold" family="Verdana" weight="700" style="normal" stretch="normal" glyphs="verdanab.ttf"/>
|
||||
<type name="Verdana-Bold-Italic" fullname="Verdana Bold Italic" family="Verdana" weight="700" style="italic" stretch="normal" glyphs="verdanaz.ttf"/>
|
||||
<type name="Verdana-Italic" fullname="Verdana Italic" family="Verdana" weight="400" style="italic" stretch="normal" glyphs="verdanai.ttf"/>
|
||||
<type name="Wingdings" fullname="Wingdings" family="Wingdings" weight="400" style="normal" stretch="normal" glyphs="wingding.ttf" encoding="AppleRoman"/>
|
||||
<type name="Wingdings-2" fullname="Wingdings 2" family="Wingdings 2" weight="400" style="normal" stretch="normal" glyphs="wingdng2.ttf" encoding="AppleRoman"/>
|
||||
<type name="Wingdings-3" fullname="Wingdings 3" family="Wingdings 3" weight="400" style="normal" stretch="normal" glyphs="wingdng3.ttf" encoding="AppleRoman"/>
|
||||
</typemap>
|
||||
17
etc/ImageMagick-6/type.xml
Normal file
17
etc/ImageMagick-6/type.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE typemap [
|
||||
<!ELEMENT typemap (type)+>
|
||||
<!ATTLIST typemap xmlns CDATA #FIXED ''>
|
||||
<!ELEMENT type EMPTY>
|
||||
<!ATTLIST type xmlns CDATA #FIXED '' encoding NMTOKEN #IMPLIED
|
||||
family CDATA #REQUIRED format NMTOKEN #REQUIRED foundry NMTOKEN #REQUIRED
|
||||
fullname CDATA #REQUIRED glyphs CDATA #REQUIRED metrics CDATA #REQUIRED
|
||||
name NMTOKEN #REQUIRED stretch NMTOKEN #REQUIRED style NMTOKEN #REQUIRED
|
||||
version CDATA #IMPLIED weight CDATA #REQUIRED>
|
||||
]>
|
||||
<!--
|
||||
ImageMagick font configuration.
|
||||
-->
|
||||
<typemap>
|
||||
<include file="type-ghostscript.xml" /> <include file="type-urw-base35.xml" />
|
||||
</typemap>
|
||||
34
etc/X11/Xreset
Executable file
34
etc/X11/Xreset
Executable file
@@ -0,0 +1,34 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# /etc/X11/Xreset
|
||||
#
|
||||
# global Xreset file -- for use by display managers
|
||||
|
||||
# $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $
|
||||
|
||||
set -e
|
||||
|
||||
PROGNAME=Xreset
|
||||
SYSSESSIONDIR=/etc/X11/Xreset.d
|
||||
|
||||
if [ ! -d "$SYSSESSIONDIR" ]; then
|
||||
# Nothing to do, exiting
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# use run-parts to source every file in the session directory; we source
|
||||
# instead of executing so that the variables and functions defined above
|
||||
# are available to the scripts, and so that they can pass variables to each
|
||||
# other
|
||||
SESSIONFILES=$(run-parts --list $SYSSESSIONDIR)
|
||||
if [ -n "$SESSIONFILES" ]; then
|
||||
set +e
|
||||
for SESSIONFILE in $SESSIONFILES; do
|
||||
. $SESSIONFILE
|
||||
done
|
||||
set -e
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
4
etc/X11/Xreset.d/README
Normal file
4
etc/X11/Xreset.d/README
Normal file
@@ -0,0 +1,4 @@
|
||||
# Scripts in this directory are executed as root when a user log out from
|
||||
# a display manager using /etc/X11/Xreset.
|
||||
# The username of the user logging out is provided in the $USER environment
|
||||
# variable.
|
||||
10
etc/X11/Xresources/x11-common
Normal file
10
etc/X11/Xresources/x11-common
Normal file
@@ -0,0 +1,10 @@
|
||||
! $Id$
|
||||
|
||||
! load color-specific resources for clients that have them
|
||||
#ifdef COLOR
|
||||
*customization: -color
|
||||
#endif
|
||||
|
||||
! make Xaw (Athena widget set) clients understand the delete key
|
||||
! this causes problems with some non-Xaw apps, use with care
|
||||
! *Text.translations: #override ~Shift ~Meta <Key>Delete: delete-next-character()
|
||||
113
etc/X11/Xsession
Executable file
113
etc/X11/Xsession
Executable file
@@ -0,0 +1,113 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# /etc/X11/Xsession
|
||||
#
|
||||
# global Xsession file -- used by display managers and xinit (startx)
|
||||
|
||||
# $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $
|
||||
|
||||
set -e
|
||||
|
||||
PROGNAME=Xsession
|
||||
|
||||
message () {
|
||||
# pretty-print messages of arbitrary length; use xmessage if it
|
||||
# is available and $DISPLAY is set
|
||||
MESSAGE="$PROGNAME: $*"
|
||||
echo "$MESSAGE" | fold -s -w ${COLUMNS:-80} >&2
|
||||
if [ -n "$DISPLAY" ] && which xmessage > /dev/null 2>&1; then
|
||||
echo "$MESSAGE" | fold -s -w ${COLUMNS:-80} | xmessage -center -file -
|
||||
fi
|
||||
}
|
||||
|
||||
message_nonl () {
|
||||
# pretty-print messages of arbitrary length (no trailing newline); use
|
||||
# xmessage if it is available and $DISPLAY is set
|
||||
MESSAGE="$PROGNAME: $*"
|
||||
echo -n "$MESSAGE" | fold -s -w ${COLUMNS:-80} >&2;
|
||||
if [ -n "$DISPLAY" ] && which xmessage > /dev/null 2>&1; then
|
||||
echo -n "$MESSAGE" | fold -s -w ${COLUMNS:-80} | xmessage -center -file -
|
||||
fi
|
||||
}
|
||||
|
||||
errormsg () {
|
||||
# exit script with error
|
||||
message "$*"
|
||||
exit 1
|
||||
}
|
||||
|
||||
internal_errormsg () {
|
||||
# exit script with error; essentially a "THIS SHOULD NEVER HAPPEN" message
|
||||
# One big call to message() for the sake of xmessage; if we had two then
|
||||
# the user would have dismissed the error we want reported before seeing the
|
||||
# request to report it.
|
||||
errormsg "$*" \
|
||||
"Please report the installed version of the \"x11-common\"" \
|
||||
"package and the complete text of this error message to" \
|
||||
"<debian-x@lists.debian.org>."
|
||||
}
|
||||
|
||||
# initialize variables for use by all session scripts
|
||||
|
||||
OPTIONFILE=/etc/X11/Xsession.options
|
||||
|
||||
SYSRESOURCES=/etc/X11/Xresources
|
||||
USRRESOURCES=$HOME/.Xresources
|
||||
|
||||
SYSSESSIONDIR=/etc/X11/Xsession.d
|
||||
USERXSESSION=$HOME/.xsession
|
||||
USERXSESSIONRC=$HOME/.xsessionrc
|
||||
ALTUSERXSESSION=$HOME/.Xsession
|
||||
ERRFILE=$HOME/.xsession-errors
|
||||
|
||||
# attempt to create an error file; abort if we cannot
|
||||
if (umask 077 && touch "$ERRFILE") 2> /dev/null && [ -w "$ERRFILE" ] &&
|
||||
[ ! -L "$ERRFILE" ]; then
|
||||
chmod 600 "$ERRFILE"
|
||||
elif ERRFILE=$(tempfile 2> /dev/null); then
|
||||
if ! ln -sf "$ERRFILE" "${TMPDIR:=/tmp}/xsession-$USER"; then
|
||||
message "warning: unable to symlink \"$TMPDIR/xsession-$USER\" to" \
|
||||
"\"$ERRFILE\"; look for session log/errors in" \
|
||||
"\"$TMPDIR/xsession-$USER\"."
|
||||
fi
|
||||
else
|
||||
errormsg "unable to create X session log/error file; aborting."
|
||||
fi
|
||||
|
||||
exec >>"$ERRFILE" 2>&1
|
||||
|
||||
echo "$PROGNAME: X session started for $LOGNAME at $(date)"
|
||||
|
||||
# sanity check; is our session script directory present?
|
||||
if [ ! -d "$SYSSESSIONDIR" ]; then
|
||||
errormsg "no \"$SYSSESSIONDIR\" directory found; aborting."
|
||||
fi
|
||||
|
||||
# Attempt to create a file of non-zero length in /tmp; a full filesystem can
|
||||
# cause mysterious X session failures. We do not use touch, :, or test -w
|
||||
# because they won't actually create a file with contents. We also let standard
|
||||
# error from tempfile and echo go to the error file to aid the user in
|
||||
# determining what went wrong.
|
||||
WRITE_TEST=$(tempfile)
|
||||
if ! echo "*" >>"$WRITE_TEST"; then
|
||||
message "warning: unable to write to ${WRITE_TEST%/*}; X session may exit" \
|
||||
"with an error"
|
||||
fi
|
||||
rm -f "$WRITE_TEST"
|
||||
|
||||
# use run-parts to source every file in the session directory; we source
|
||||
# instead of executing so that the variables and functions defined above
|
||||
# are available to the scripts, and so that they can pass variables to each
|
||||
# other
|
||||
SESSIONFILES=$(run-parts --list $SYSSESSIONDIR)
|
||||
if [ -n "$SESSIONFILES" ]; then
|
||||
set +e
|
||||
for SESSIONFILE in $SESSIONFILES; do
|
||||
. $SESSIONFILE
|
||||
done
|
||||
set -e
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
24
etc/X11/Xsession.d/20dbus_xdg-runtime
Normal file
24
etc/X11/Xsession.d/20dbus_xdg-runtime
Normal file
@@ -0,0 +1,24 @@
|
||||
# vim:set ft=sh sw=2 sts=2 et:
|
||||
|
||||
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && [ -n "$XDG_RUNTIME_DIR" ] && \
|
||||
[ "$XDG_RUNTIME_DIR" = "/run/user/`id -u`" ] && \
|
||||
[ -S "$XDG_RUNTIME_DIR/bus" ]; then
|
||||
# We are under systemd-logind or something remarkably similar, and
|
||||
# a user-session socket has already been set up.
|
||||
#
|
||||
# Be nice to non-libdbus, non-sd-bus implementations by using
|
||||
# that as the session bus address in the environment. The check for
|
||||
# XDG_RUNTIME_DIR = "/run/user/`id -u`" is because we know that
|
||||
# form of the address, from systemd-logind, doesn't need escaping,
|
||||
# whereas arbitrary addresses might.
|
||||
DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
fi
|
||||
|
||||
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
|
||||
# tell dbus-daemon --session (and systemd --user, if running)
|
||||
# to put a minimal subset of the Xsession's environment in activated
|
||||
# services' environments
|
||||
dbus-update-activation-environment --verbose --systemd \
|
||||
DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
fi
|
||||
6
etc/X11/Xsession.d/20vdpau-va-gl
Normal file
6
etc/X11/Xsession.d/20vdpau-va-gl
Normal file
@@ -0,0 +1,6 @@
|
||||
# To enable the use of libvdpau-va-gl as the default VDPAU driver,
|
||||
# uncommont the following lines. See
|
||||
# `/usr/share/doc/libvdpau-va-gl1/README.Debian` for more details.
|
||||
|
||||
# [ ! -f /usr/lib/$(arch)-$(uname -s | tr '[A-Z]' '[a-z]')-gnu/vdpau/libvdpau_va_gl.so.1 ] || \
|
||||
# export VDPAU_DRIVER=va_gl
|
||||
70
etc/X11/Xsession.d/20x11-common_process-args
Normal file
70
etc/X11/Xsession.d/20x11-common_process-args
Normal file
@@ -0,0 +1,70 @@
|
||||
# $Id: 20x11-common_process-args 305 2005-07-03 18:51:43Z dnusinow $
|
||||
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
# read OPTIONFILE
|
||||
OPTIONS=$(cat "$OPTIONFILE") || true
|
||||
|
||||
has_option() {
|
||||
if [ "${OPTIONS#*
|
||||
$1}" != "$OPTIONS" ]; then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
# Determine how many arguments were provided.
|
||||
case $# in
|
||||
0)
|
||||
# No arguments given; use default behavior.
|
||||
;;
|
||||
1)
|
||||
# One argument given; see what it was.
|
||||
case "$1" in
|
||||
failsafe)
|
||||
# Failsafe session was requested.
|
||||
if has_option allow-failsafe; then
|
||||
if [ -e /usr/bin/x-terminal-emulator ]; then
|
||||
if [ -x /usr/bin/x-terminal-emulator ]; then
|
||||
exec x-terminal-emulator -geometry +1+1
|
||||
else
|
||||
# fatal error
|
||||
errormsg "unable to launch failsafe X session ---" \
|
||||
"x-terminal-emulator not executable; aborting."
|
||||
fi
|
||||
else
|
||||
# fatal error
|
||||
errormsg "unable to launch failsafe X session ---" \
|
||||
"x-terminal-emulator not found; aborting."
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
default)
|
||||
# Default behavior was requested.
|
||||
;;
|
||||
*)
|
||||
# Specific program was requested.
|
||||
STARTUP_FULL_PATH=$(/usr/bin/which "$1" || true)
|
||||
if [ -n "$STARTUP_FULL_PATH" ] && [ -e "$STARTUP_FULL_PATH" ]; then
|
||||
if [ -x "$STARTUP_FULL_PATH" ]; then
|
||||
STARTUP="$1"
|
||||
else
|
||||
message "unable to launch \"$1\" X session ---" \
|
||||
"\"$1\" not executable; falling back to default session."
|
||||
fi
|
||||
else
|
||||
message "unable to launch \"$1\" X session ---" \
|
||||
"\"$1\" not found; falling back to default session."
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
# More than one argument given; we don't know what to do.
|
||||
message "unsupported number of arguments ($#); falling back to default" \
|
||||
"session."
|
||||
;;
|
||||
esac
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
26
etc/X11/Xsession.d/30x11-common_xresources
Normal file
26
etc/X11/Xsession.d/30x11-common_xresources
Normal file
@@ -0,0 +1,26 @@
|
||||
# $Id: 30x11-common_xresources 305 2005-07-03 18:51:43Z dnusinow $
|
||||
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
# If xrdb (from xbase-clients) is installed, merge system-wide X resources.
|
||||
# Then merge the user's X resources, if the options file is so configured.
|
||||
if [ -d "$SYSRESOURCES" ] && type xrdb >/dev/null 2>&1; then
|
||||
RESOURCEFILES=$(run-parts --list $SYSRESOURCES)
|
||||
if [ -n "$RESOURCEFILES" ]; then
|
||||
for RESOURCEFILE in $RESOURCEFILES; do
|
||||
xrdb -merge $RESOURCEFILE
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
if has_option allow-user-resources && [ -f "$USRRESOURCES" ]; then
|
||||
if type xrdb >/dev/null 2>&1; then
|
||||
xrdb -merge $USRRESOURCES
|
||||
else
|
||||
# Comment out this command if you desire a legacy-free X environment, and find
|
||||
# the warning spurious.
|
||||
message "warning: xrdb command not found; X resources not merged."
|
||||
fi
|
||||
fi
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
10
etc/X11/Xsession.d/35x11-common_xhost-local
Normal file
10
etc/X11/Xsession.d/35x11-common_xhost-local
Normal file
@@ -0,0 +1,10 @@
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
# If xhost (from x11-xserver-utils) is installed, use it to give access
|
||||
# to the X server to any process from the same user on the local host.
|
||||
# Unlike other uses of xhost, this is safe since the kernel can check
|
||||
# the actual owner of the calling process.
|
||||
|
||||
if type xhost >/dev/null 2>&1; then
|
||||
xhost +si:localuser:$(id -un) || :
|
||||
fi
|
||||
6
etc/X11/Xsession.d/40x11-common_xsessionrc
Normal file
6
etc/X11/Xsession.d/40x11-common_xsessionrc
Normal file
@@ -0,0 +1,6 @@
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
#Source user defined xsessionrc (locales and other environment variables)
|
||||
if [ -r "$USERXSESSIONRC" ]; then
|
||||
. "$USERXSESSIONRC"
|
||||
fi
|
||||
47
etc/X11/Xsession.d/50x11-common_determine-startup
Normal file
47
etc/X11/Xsession.d/50x11-common_determine-startup
Normal file
@@ -0,0 +1,47 @@
|
||||
# $Id: 50x11-common_determine-startup 305 2005-07-03 18:51:43Z dnusinow $
|
||||
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
# If no X session startup program was passed to the Xsession script as an
|
||||
# argument (e.g., by the display manager), or if that program was not
|
||||
# executable, fall back to looking for a user's custom X session script, if
|
||||
# allowed by the options file.
|
||||
if [ -z "$STARTUP" ]; then
|
||||
if has_option allow-user-xsession; then
|
||||
for STARTUPFILE in "$USERXSESSION" "$ALTUSERXSESSION"; do
|
||||
if [ -e "$STARTUPFILE" ]; then
|
||||
if [ -x "$STARTUPFILE" ]; then
|
||||
STARTUP="$STARTUPFILE"
|
||||
else
|
||||
shell=${SHELL:-sh}
|
||||
STARTUP="$shell $STARTUPFILE"
|
||||
fi
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
# If there is still nothing to use for a startup program, try the system
|
||||
# default session manager, window manager, and terminal emulator.
|
||||
if [ -z "$STARTUP" ]; then
|
||||
if [ -x /usr/bin/x-session-manager ]; then
|
||||
STARTUP=x-session-manager
|
||||
elif [ -x /usr/bin/x-window-manager ]; then
|
||||
STARTUP=x-window-manager
|
||||
elif [ -x /usr/bin/x-terminal-emulator ]; then
|
||||
STARTUP=x-terminal-emulator
|
||||
fi
|
||||
fi
|
||||
|
||||
# If we still have not found a startup program, give up.
|
||||
if [ -z "$STARTUP" ]; then
|
||||
ERRMSG="unable to start X session ---"
|
||||
if has_option allow-user-xsession; then
|
||||
ERRMSG="$ERRMSG no \"$USERXSESSION\" file, no \"$ALTUSERXSESSION\" file,"
|
||||
fi
|
||||
errormsg "$ERRMSG no session managers, no window managers, and no terminal" \
|
||||
"emulators found; aborting."
|
||||
fi
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
22
etc/X11/Xsession.d/90gpg-agent
Normal file
22
etc/X11/Xsession.d/90gpg-agent
Normal file
@@ -0,0 +1,22 @@
|
||||
# On systems with systemd running, we expect the agent to be launched
|
||||
# via systemd's user mode (see
|
||||
# /usr/lib/systemd/user/gpg-agent.{socket,service} and
|
||||
# systemd.unit(5)). This allows systemd to clean up the agent
|
||||
# automatically at logout.
|
||||
|
||||
# If systemd is absent from your system, or you do not permit it to
|
||||
# run in user mode, then you may need to manually launch gpg-agent
|
||||
# from your session initialization with something like "gpgconf
|
||||
# --launch gpg-agent"
|
||||
|
||||
# Nonetheless, ssh and older versions of gpg require environment
|
||||
# variables to be set in order to find the agent, so we will set those
|
||||
# here.
|
||||
|
||||
agent_sock=$(gpgconf --list-dirs agent-socket)
|
||||
export GPG_AGENT_INFO=${agent_sock}:0:1
|
||||
if [ -n "$(gpgconf --list-options gpg-agent | \
|
||||
awk -F: '/^enable-ssh-support:/{ print $10 }')" ]; then
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
fi
|
||||
|
||||
12
etc/X11/Xsession.d/90qt-a11y
Normal file
12
etc/X11/Xsession.d/90qt-a11y
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- sh -*-
|
||||
# Xsession.d script to set the env variables to enable accessibility for Qt
|
||||
#
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
QT_ACCESSIBILITY=1
|
||||
|
||||
export QT_ACCESSIBILITY
|
||||
|
||||
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
|
||||
dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
|
||||
fi
|
||||
24
etc/X11/Xsession.d/90x11-common_ssh-agent
Normal file
24
etc/X11/Xsession.d/90x11-common_ssh-agent
Normal file
@@ -0,0 +1,24 @@
|
||||
# $Id: 90x11-common_ssh-agent 305 2005-07-03 18:51:43Z dnusinow $
|
||||
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
STARTSSH=
|
||||
SSHAGENT=/usr/bin/ssh-agent
|
||||
SSHAGENTARGS=
|
||||
|
||||
if has_option use-ssh-agent; then
|
||||
if [ -x "$SSHAGENT" ] && [ -z "$SSH_AUTH_SOCK" ] \
|
||||
&& [ -z "$SSH2_AUTH_SOCK" ]; then
|
||||
STARTSSH=yes
|
||||
if [ -f /usr/bin/ssh-add1 ] && cmp -s $SSHAGENT /usr/bin/ssh-agent2; then
|
||||
# use ssh-agent2's ssh-agent1 compatibility mode
|
||||
SSHAGENTARGS=-1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -n "$STARTSSH" ]; then
|
||||
STARTUP="$SSHAGENT $SSHAGENTARGS ${TMPDIR:+env TMPDIR=$TMPDIR} $STARTUP"
|
||||
fi
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
7
etc/X11/Xsession.d/99x11-common_start
Normal file
7
etc/X11/Xsession.d/99x11-common_start
Normal file
@@ -0,0 +1,7 @@
|
||||
# $Id: 99x11-common_start 305 2005-07-03 18:51:43Z dnusinow $
|
||||
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
exec $STARTUP
|
||||
|
||||
# vim:set ai et sts=2 sw=2 tw=80:
|
||||
9
etc/X11/Xsession.options
Normal file
9
etc/X11/Xsession.options
Normal file
@@ -0,0 +1,9 @@
|
||||
# $Id: Xsession.options 189 2005-06-11 00:04:27Z branden $
|
||||
#
|
||||
# configuration options for /etc/X11/Xsession
|
||||
# See Xsession.options(5) for an explanation of the available options.
|
||||
allow-failsafe
|
||||
allow-user-resources
|
||||
allow-user-xsession
|
||||
use-ssh-agent
|
||||
use-session-dbus
|
||||
285
etc/X11/app-defaults/Editres
Normal file
285
etc/X11/app-defaults/Editres
Normal file
@@ -0,0 +1,285 @@
|
||||
! The App-defaults file for Editres.
|
||||
|
||||
Editres.Geometry: 500x568
|
||||
|
||||
*ShapeStyle: Oval
|
||||
*Tree*ShapeStyle: Rectangle
|
||||
|
||||
! The rest of this file are either button names, or important for
|
||||
! functionality, modifying these values may cause strange program
|
||||
! behavior.
|
||||
|
||||
*flash.BorderWidth: 0
|
||||
|
||||
! Menu Button Names
|
||||
|
||||
*Box.commands.Label: Commands
|
||||
*Box.treeCommands.Label: Tree
|
||||
|
||||
*porthole.tree.width: 500
|
||||
*porthole.tree.height: 480
|
||||
|
||||
! Universal Menu Entry Names
|
||||
*xt.sendTree.Label: Get Tree
|
||||
*xt.quit.Label: Quit
|
||||
|
||||
*xt.selectAll.Label: Select All
|
||||
*xt.unselectAll.Label: Unselect All
|
||||
*xt.invertAll.Label: Invert All
|
||||
*xt.selectChildren.Label: Select Children
|
||||
*xt.selectParent.Label: Select Parent
|
||||
*xt.selectDescendants.Label: Select Descendants
|
||||
*xt.selectAncestors.Label: Select Ancestors
|
||||
|
||||
! Xt Menu Entry Names
|
||||
|
||||
*xt.refreshTree.Label: Refresh Current Widget Tree
|
||||
*xt.dumpTreeToFile.Label: Dump Widget Tree to a File
|
||||
*xt.getResourceList.Label: Show Resource Box
|
||||
*xt.setValues.Label: Set Resource
|
||||
|
||||
*xt.showClientWidget.Label: Select Widget in Client
|
||||
*xt.showWidgetNames.Label: Show Widget Names
|
||||
*xt.showClassNames.Label: Show Class Names
|
||||
*xt.showWidgetIDs.Label: Show Widget IDs
|
||||
*xt.showWidgetWindows.Label: Show Widget Windows
|
||||
*xt.flashActiveWidgets.Label: Flash Active Widgets
|
||||
|
||||
! InterViews Menu Entry Names
|
||||
|
||||
*iv*refreshTree.Label: Refresh Current Style Tree
|
||||
*iv*dumpTreeToFile.Label: Dump Style Tree to a File
|
||||
*iv*getResourceList.Label: Show Attribute Box
|
||||
*iv*setValues.Label: Set Attribute
|
||||
|
||||
*iv*showClientWidget.Label: Select Style in Client
|
||||
*iv*showWidgetNames.Label: Show Style Names
|
||||
*iv*showClassNames.Label: Show Class Names
|
||||
*iv*showWidgetIDs.Label: Show Style IDs
|
||||
*iv*showWidgetWindows.Label: Show Style Windows
|
||||
*iv*flashActiveWidgets.Label: Flash Active Styles
|
||||
|
||||
! Universal Toolkit Messages
|
||||
|
||||
*label0: Action `%s' must have the Editres Protocol.
|
||||
*label1: Action %s's argument must be either `cancel' or `okay'.
|
||||
*label2: Action `%s' must have exactly one argument.
|
||||
*label3: Unknown parameter to action `%s' must be one of:\n
|
||||
*label4: It appears that this client does not understand\nthe Editres Protocol.
|
||||
*label5: Can't grab the mouse.\n
|
||||
*label6: Click the mouse pointer on any toolkit client.
|
||||
*label8: Message sent to client%s.
|
||||
*label9: Incorrectly formatted message from client.
|
||||
*label10: Unable to own the Resource Editor Command Selection
|
||||
*label11: Unknown Error code %d
|
||||
*label13: Welcome to the X Resource Editor version 1.1
|
||||
*label15: That window does not appear to be\nin the currently displayed client.
|
||||
*label16: Editres Internal Error: Unable to FindNode.\n
|
||||
*label18: There are no active nodes.
|
||||
*label20: ApplyResource: found no matches.
|
||||
*label21: Error: SVActiveEntry Action must have exactly one argument.
|
||||
*label22: Error: SVActiveEntry Action's first Argument must be either 'Resource' or 'Value'.
|
||||
*label24: Unable to open the file `%s' for writing.
|
||||
*label25: Error while trying to save Context\nAborting file dialog popup.
|
||||
*label26: Error while trying to find Context\nAborting...
|
||||
*label28: Loop in tree: node %s's parent (%s) has not been created yet\n
|
||||
*label30: There are no active nodes.
|
||||
*label31: Internal Error: Unknown select type.
|
||||
*label32: Internal Error: Unknown label type.
|
||||
*label33: Internal Error: Unknown activate type.
|
||||
*label34: Only one Resource Box can be active at a time.
|
||||
*label35: Unable to unpack protocol request.
|
||||
*label36: This version of editres uses protocol version %s,\nbut the client speaks version %s.
|
||||
|
||||
! Xt Messages
|
||||
|
||||
*xt*label7: Unable to own the Resource Selection
|
||||
*xt*label12: Widget Tree for client %s(%s).
|
||||
*xt*label14: Click on any widget in the client.\nEditres will select that widget in the tree display.
|
||||
*xt*label17: No widget Tree is avaliable.
|
||||
*xt*label19: This function requires exactly one (1) widget to be selected.
|
||||
*xt*label23: There are no currently active widgets.
|
||||
*xt*label27: There is no widget tree to display.
|
||||
*xt*label29: XSaveContext failed on widget %s.
|
||||
|
||||
! InterViews Messages
|
||||
|
||||
*iv*label7: Unable to own the Attribute Selection
|
||||
*iv*label12: Style Tree for client %s(%s).
|
||||
*iv*label14: Click on any style in the client.\nEditres will select that style in the tree display.
|
||||
*iv*label17: No style Tree is avaliable.
|
||||
*iv*label19: This function requires exactly one (1) style to be selected.
|
||||
*iv*label23: There are no currently active styles.
|
||||
*iv*label27: There is no style tree to display.
|
||||
*iv*label29: XSaveContext failed on style %s.
|
||||
|
||||
*MenuButton.leftBitmap: menu10
|
||||
|
||||
! For the Top Area
|
||||
|
||||
*hPane.orientation: horizontal
|
||||
*hPane.preferredPaneSize: 100
|
||||
*hPane.Panner.width: 100
|
||||
*hPane.Panner.height: 100
|
||||
*hPane.Panner.preferredPaneSize: 100
|
||||
*Paned.Panner.showGrip: False
|
||||
*Paned.box.showGrip: False
|
||||
*Paned.hPane.showGrip: True
|
||||
|
||||
! For the Filename popup dialog.
|
||||
|
||||
*fileDialog*value:
|
||||
*fileDialog*allowShellResize: True
|
||||
*fileDialog*Text.baseTranslations: #override \n\
|
||||
<Key>Return: PopdownFileDialog(okay)
|
||||
|
||||
|
||||
! Universal Resources for the Resource Box.
|
||||
|
||||
*mainViewport*resourceLabel.font: \
|
||||
-*-new century schoolbook-bold-r-*-*-14-*-*-*-*-*-*-*
|
||||
*allowShellResize: True
|
||||
*resourceLabel.allowResize: True
|
||||
*List.verticalList: True
|
||||
*namesAndClasses*BorderWidth: 0
|
||||
*star.Label: *
|
||||
*dot.Label: .
|
||||
*namesLabel.font: \
|
||||
-*-new century schoolbook-bold-r-*-*-14-*-*-*-*-*-*-*
|
||||
*constraintLabel.font: \
|
||||
-*-new century schoolbook-bold-r-*-*-14-*-*-*-*-*-*-*
|
||||
*valueLabel.BorderWidth: 0
|
||||
*valueForm*preferredPaneSize: 40
|
||||
*valueForm*min: 28
|
||||
*valueText*editType: edit
|
||||
*valueText.Scroll: WhenNeeded
|
||||
*valueText.width: 297
|
||||
*setValuesPopup*resourceText.width: 297
|
||||
*setFile.Label: Set Save File
|
||||
*save.Label: Save
|
||||
*apply.Label: Apply
|
||||
*saveAndApply.Label: Save and Apply
|
||||
*commandBox.show.Label: Show
|
||||
*commandBox.min: 28
|
||||
|
||||
! InterViews Resources for the Resource Box.
|
||||
|
||||
*iv*single.Label: Any Style
|
||||
*iv*any.Label: Any Style Chain
|
||||
*iv*namesLabel.Label: Normal Attributes: mb2 gets a value
|
||||
*iv*constraintLabel.Label: Constraint Attributes
|
||||
*iv*valueLabel.Label: Enter Attribute Value:
|
||||
*iv*commandBox.cancel.Label: Popdown Attribute Box
|
||||
|
||||
! Xt Resources for the Resource Box.
|
||||
|
||||
*xt*single.Label: ?
|
||||
*xt*any.Label: *
|
||||
*xt*namesLabel.Label: Normal Resources: mb2 gets a value
|
||||
*xt*constraintLabel.Label: Constraint Resources
|
||||
*xt*valueLabel.Label: Enter Resource Value:
|
||||
*xt*commandBox.cancel.Label: Popdown Resource Box
|
||||
|
||||
! This gives us an exactly one of many toggle, if toggle is
|
||||
! not set in each group the application will probabally core dump.
|
||||
|
||||
*namesAndClasses*Toggle.baseTranslations: #override \n\
|
||||
<Btn1Down>,<Btn1Up>: set() notify()
|
||||
|
||||
|
||||
*commandBox.skipAdjust: True
|
||||
|
||||
! Get resource values action binding.
|
||||
|
||||
*List.baseTranslations: #override \n\
|
||||
<Btn2Down>,<Btn2Up>: Set() EnableGetVal() Notify()
|
||||
|
||||
! Keyboard Actions for Tree and children of the Tree.
|
||||
|
||||
*Tree.baseTranslations: #override \n\
|
||||
:<Key>space: Select(nothing) \n\
|
||||
:<Key>w: Select(widget) \n\
|
||||
:<Key>s: Select(all) \n\
|
||||
:<Key>i: Select(invert) \n\
|
||||
:<Key>c: Select(children) \n\
|
||||
:<Key>d: Select(descendants) \n\
|
||||
:<Key>p: Select(parent) \n\
|
||||
:<Key>a: Select(ancestors) \n\
|
||||
:<Key>N: Relabel(name) \n\
|
||||
:<Key>C: Relabel(class) \n\
|
||||
:<Key>I: Relabel(id) \n\
|
||||
:<Key>W: Relabel(window)
|
||||
|
||||
*Tree.Toggle.baseTranslations: #override \n\
|
||||
:<Key>space: Select(nothing) \n\
|
||||
:<Key>w: Select(widget) \n\
|
||||
:<Key>s: Select(all) \n\
|
||||
:<Key>i: Select(invert) \n\
|
||||
:<Key>c: Select(children) \n\
|
||||
:<Key>d: Select(descendants) \n\
|
||||
:<Key>p: Select(parent) \n\
|
||||
:<Key>a: Select(ancestors) \n\
|
||||
:<Key>N: Relabel(name) \n\
|
||||
:<Key>C: Relabel(class) \n\
|
||||
:<Key>I: Relabel(id) \n\
|
||||
:<Key>W: Relabel(window) \n\
|
||||
<Btn2Down>,<Btn2Up>: Select(nothing) toggle() notify() \n\
|
||||
<Btn3Down>,<Btn3Up>: Relabel(toggle)
|
||||
|
||||
! For the SetValues popup
|
||||
|
||||
*setValuesPopup.form.?.resizable: True
|
||||
*setValuesPopup.form.?.left: ChainLeft
|
||||
*setValuesPopup.form.?.right: ChainLeft
|
||||
|
||||
*setValuesPopup.form.label.Label: Use <Tab> to Change Fields.
|
||||
*setValuesPopup.form.Label.BorderWidth: 0
|
||||
|
||||
*xt*setValuesPopup.form.resourceLabel.Label: Resource Name:
|
||||
*xt*setValuesPopup.form.resourceLabel.width: 114
|
||||
*xt*setValuesPopup.form.resourceLabel.justify: right
|
||||
*xt*setValuesPopup.form.valueLabel.Label: Resource Value:
|
||||
*xt*setValuesPopup.form.valueLabel.width: 114
|
||||
*xt*setValuesPopup.form.setValues.Label: Apply
|
||||
*xt*setValuesPopup.form.cancel.Label: Cancel
|
||||
|
||||
*setValuesPopup.form.Text.?.EditType: Edit
|
||||
*setValuesPopup.form.Text.resize: Width
|
||||
|
||||
*setValuesPopup.form.resourceText.baseTranslations: #override \
|
||||
<Key>Return: no-op(RingBell) \n\
|
||||
Ctrl<Key>q,<Key>Tab: insert-char() \n\
|
||||
<Btn1Down>: select-start() SVActiveEntry(Resource) \n\
|
||||
<Key>Tab: SVActiveEntry(Value)
|
||||
|
||||
*setValuesPopup.form.valueText.baseTranslations: #override \
|
||||
<Key>Return: no-op(RingBell) \n\
|
||||
Ctrl<Key>q,<Key>Tab: insert-char() \n\
|
||||
<Btn1Down>: select-start() SVActiveEntry(Value)\n\
|
||||
<Key>Tab: SVActiveEntry(Resource)
|
||||
|
||||
*Text.translations: #override \
|
||||
m<Key>I: no-op(r)\n\
|
||||
c<Key>S: no-op(r)\n\
|
||||
c<Key>R: no-op(r)\n\
|
||||
<Key>Escape: no-op()
|
||||
|
||||
*fileDialog.?.Text.width: 280
|
||||
|
||||
! New resource settings
|
||||
*normalViewport.min: 19
|
||||
*normalViewport.allowVert: True
|
||||
*constraintViewport.min: 19
|
||||
*constraintViewport.allowVert: True
|
||||
*mainViewport.allowHoriz: True
|
||||
*mainViewport.pane.namesAndClasses.defaultDistance: 0
|
||||
*mainViewport.useBottom: True
|
||||
*mainViewport.pane.Label.min: 22
|
||||
*mainViewport.pane.Label.max: 22
|
||||
*mainViewport.pane.Form.showGrip: False
|
||||
*mainViewport.pane.Label.showGrip: False
|
||||
*mainViewport.pane.Form.min: 66
|
||||
*mainViewport.pane.Form.max: 66
|
||||
*tree*TransientShell.translations: #override \
|
||||
<Map>: get-values(1, $w, width) \
|
||||
set-values(1, maxWidth, $w)
|
||||
89
etc/X11/app-defaults/Editres-color
Normal file
89
etc/X11/app-defaults/Editres-color
Normal file
@@ -0,0 +1,89 @@
|
||||
! Here are some suggested resources if you are using a color workstation.
|
||||
! They look pretty good on my display, your mileage may vary.
|
||||
|
||||
#include "Editres"
|
||||
|
||||
*flashColor: Yellow
|
||||
|
||||
*Background: RoyalBlue4
|
||||
!*Foreground: Azure
|
||||
!*BorderColor: LightCyan1
|
||||
*cursorColor: Azure
|
||||
|
||||
*Tree.Background: Grey
|
||||
*Tree.Foreground: White
|
||||
|
||||
*Tree.Toggle.Foreground: Gold
|
||||
*Tree.Toggle.BorderWidth: 0
|
||||
|
||||
*MenuButton.Foreground: Gold
|
||||
*MenuButton.BorderWidth: 0
|
||||
|
||||
*SmeBSB.Foreground: Gold
|
||||
|
||||
*Porthole.Background: Grey
|
||||
*porthole.panner*Foreground: red
|
||||
*porthole.panner*Background: Grey
|
||||
*porthole.panner*BorderColor: Grey
|
||||
*porthole.panner*ShadowColor: Black
|
||||
*porthole.panner*BackgroundStipple: None
|
||||
|
||||
*resourceBox*namesAndClasses.Background: Grey
|
||||
*resourceBox*namesAndClasses*Toggle.Background: RoyalBlue4
|
||||
*resourceBox*namesAndClasses*Toggle.Foreground: White
|
||||
*resourceBox*valueForm.Background: Grey
|
||||
*resourceBox*valueLabel.Background: Grey
|
||||
*resourceBox*valueLabel.Foreground: White
|
||||
*resourceBox*Command.Foreground: Gold
|
||||
|
||||
|
||||
|
||||
*displayList: foreground rgb:20/35/73;lines 1,-1,-1,-1,-1,1;foreground rgb:30/4e/ab;lines -1,0,0,0,0,-1
|
||||
*Foreground: Azure3
|
||||
*borderColor: rgb:1d/30/69
|
||||
*internalBorderColor: rgb:1d/30/69
|
||||
|
||||
*SmeLine.lineWidth: 1
|
||||
*SmeLine.foreground: rgb:1d/30/69
|
||||
*SimpleMenu.VerticalMargins: 2
|
||||
*SimpleMenu.HorizontalMargins: 2
|
||||
*SimpleMenu.?.HorizontalMargins:8
|
||||
|
||||
*MenuButton.displayList:
|
||||
*MenuButton.borderWidth: 1
|
||||
*MenuButton.borderColor: RoyalBlue4
|
||||
*MenuButton.shapeStyle: rectangle
|
||||
*MenuButton.leftBitmap: None
|
||||
*MenuButton.translations: \
|
||||
<Enter>: set-values(1, background, "rgb:29/44/94", borderColor, "rgb:1d/30/69", displayList, "foreground rgb:20/35/73;lines 1,-1,-1,-1,-1,1;foreground rgb:30/4e/ab;lines -1,0,0,0,0,-1")\n\
|
||||
<Leave>: set-values(1, background, RoyalBlue4, borderColor, RoyalBlue4, displayList, "")\n\
|
||||
Any<BtnDown>: set-values(1, background, "rgb:23/3a/7d", displayList, "foreground rgb:30/4e/ab;lines 1,-1,-1,-1,-1,1;foreground rgb:20/35/73;lines -1,0,0,0,0,-1") PopupMenu()
|
||||
|
||||
*List.displayList:
|
||||
*List.background: rgb:23/3a/7d
|
||||
|
||||
*Tree.displayList:
|
||||
|
||||
*Label.displayList:
|
||||
*Paned.?.displayList: foreground rgb:20/35/73;lines 1,-1,-1,-1,-1,1;foreground rgb:30/4e/ab;lines -1,0,0,0,0,-1
|
||||
|
||||
*Grip.foreground: rgb:30/4e/ab
|
||||
|
||||
*Toggle.displayList:\
|
||||
foreground rgb:30/4e/ab;\
|
||||
lines 1,-1,-1,-1,-1,1;\
|
||||
lines -2,1,1,1,1,-2;\
|
||||
foreground rgb:20/35/73;\
|
||||
lines -1,0,0,0,0,-1;\
|
||||
lines 2,-2,-2,-2,-2,2
|
||||
|
||||
*Text.background: rgb:29/44/94
|
||||
*Text.?.background: rgb:29/44/94
|
||||
*Text.displayList: foreground rgb:30/4e/ab;lines 1,-1,-1,-1,-1,1;foreground rgb:20/35/73;lines -1,0,0,0,0,-1
|
||||
|
||||
*Scrollbar.foreground: rgb:2e/4c/a5
|
||||
*Scrollbar.background: rgb:23/3a/7d
|
||||
*Scrollbar.thumb: black
|
||||
|
||||
*Command.shapeStyle: rectangle
|
||||
*Command.background: rgb:29/44/94
|
||||
95
etc/X11/app-defaults/Viewres
Normal file
95
etc/X11/app-defaults/Viewres
Normal file
@@ -0,0 +1,95 @@
|
||||
*Panner*backgroundStipple: grid2
|
||||
|
||||
*allowShellResize: true
|
||||
*buttonbox*ShapeStyle: oval
|
||||
*Form*Panner.Thickness: -1
|
||||
*Form.defaultDistance: 0
|
||||
*Form.BorderWidth: 0
|
||||
*Porthole.BorderWidth: 0
|
||||
*Porthole.top: ChainTop
|
||||
*Porthole.left: ChainLeft
|
||||
*Porthole.bottom: ChainBottom
|
||||
*Porthole.right: ChainRight
|
||||
*Porthole.resizable: on
|
||||
*Panner.top: ChainTop
|
||||
*Panner.left: ChainLeft
|
||||
*Panner.bottom: ChainTop
|
||||
*Panner.right: ChainLeft
|
||||
*Panner.resizable: on
|
||||
*Tree*ShapeStyle: rectangle
|
||||
*Tree*Toggle*BorderWidth: 0
|
||||
*Porthole*Box.BorderWidth: 0
|
||||
*Porthole*Box.HSpace: 0
|
||||
*Porthole*Box.VSpace: 0
|
||||
*Paned*allowResize: true
|
||||
|
||||
*Tree*List*Font: -adobe-helvetica-medium-r-normal--*-80-*-*-*-*-iso*-*
|
||||
|
||||
*SimpleMenu*BackingStore: NotUseful
|
||||
*Font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso*-*
|
||||
*buttonbox.MenuButton.leftBitmap: menu12
|
||||
*SimpleMenu*menuLabel.vertSpace: 100
|
||||
*SimpleMenu*SmeLine*Height: 12
|
||||
|
||||
*quit.Label: Quit
|
||||
|
||||
*buttonbox.quit.baseTranslations: #override \
|
||||
<Btn1Down>,<Btn1Up>: Quit() unset()
|
||||
|
||||
*Toggle.baseTranslations: #augment \n\
|
||||
<Btn2Down>,<Btn2Up>: set() notify() Resources(toggle) \n\
|
||||
<Key>q: Quit() \n\
|
||||
<Key>space: Select(nothing) \n\
|
||||
<Key>p: Select(parent) \n\
|
||||
<Key>a: Select(ancestors) \n\
|
||||
<Key>c: Select(children) \n\
|
||||
<Key>d: Select(descendants) \n\
|
||||
Ctrl<Key>r: Resources(on) \n\
|
||||
Ctrl<Key>n: Resources(off) \n\
|
||||
|
||||
*List.baseTranslations: #augment \n\
|
||||
<Key>q: Quit() \n\
|
||||
<Key>space: Select(nothing) \n\
|
||||
<Key>p: Select(parent) \n\
|
||||
<Key>a: Select(ancestors) \n\
|
||||
<Key>c: Select(children) \n\
|
||||
<Key>d: Select(descendants) \n\
|
||||
Ctrl<Key>r: Resources(on) \n\
|
||||
Ctrl<Key>n: Resources(off) \n\
|
||||
|
||||
*Porthole.baseTranslations: #override \n\
|
||||
<Btn1Down>,<Btn1Up>: Select(nothing) \n\
|
||||
<Key>q: Quit() \n\
|
||||
Ctrl<Key>h: SetOrientation(west) \n\
|
||||
Ctrl<Key>v: SetOrientation(north) \n\
|
||||
Ctrl<Key>r: Resources(on) \n\
|
||||
Ctrl<Key>n: Resources(off) \n\
|
||||
Shift<Key>c: SetLabelType(class) \n\
|
||||
Shift<Key>v: SetLabelType(variable) \n\
|
||||
<Key>space: Select(nothing) \n\
|
||||
<Key>i: Select(invert) \n\
|
||||
<Key>p: Select(parent) \n\
|
||||
<Key>a: Select(ancestors) \n\
|
||||
<Key>c: Select(children) \n\
|
||||
<Key>d: Select(descendants) \n\
|
||||
<Key>r: Select(resources) \n\
|
||||
<Key>s: Select(shown) \n\
|
||||
|
||||
*buttonbox.view.Label: View
|
||||
*buttonbox.view.viewMenu.layoutHorizontal.Label: Layout Horizontal
|
||||
*buttonbox.view.viewMenu.layoutVertical.Label: Layout Vertical
|
||||
*buttonbox.view.viewMenu.namesVariable.Label: Show Variable Names
|
||||
*buttonbox.view.viewMenu.namesClass.Label: Show Class Names
|
||||
*buttonbox.view.viewMenu.viewResources.Label: Show Resource Boxes
|
||||
*buttonbox.view.viewMenu.viewNoResources.Label: Hide Resource Boxes
|
||||
|
||||
*buttonbox.select.Label: Select
|
||||
*buttonbox.select.selectMenu.unselect.Label: Unselect All
|
||||
*buttonbox.select.selectMenu.selectAll.Label: Select All
|
||||
*buttonbox.select.selectMenu.selectInvert.Label: Invert All
|
||||
*buttonbox.select.selectMenu.selectParent.Label: Select Parent
|
||||
*buttonbox.select.selectMenu.selectAncestors.Label: Select Ancestors
|
||||
*buttonbox.select.selectMenu.selectChildren.Label: Select Children
|
||||
*buttonbox.select.selectMenu.selectDescendants.Label: Select Descendants
|
||||
*buttonbox.select.selectMenu.selectHasResources.Label: Select Has Resources
|
||||
*buttonbox.select.selectMenu.selectShownResources.Label: Select Shown Resource Boxes
|
||||
24
etc/X11/app-defaults/Viewres-color
Normal file
24
etc/X11/app-defaults/Viewres-color
Normal file
@@ -0,0 +1,24 @@
|
||||
#include "Viewres"
|
||||
|
||||
*background: gray95
|
||||
*foreground: gray30
|
||||
*borderColor: gray80
|
||||
*showGrip: False
|
||||
*Font: XtDefaultFont
|
||||
*buttonbox*ShapeStyle: rectangle
|
||||
*internalBorderWidth: 0
|
||||
*buttonbox.backgroundPixmap: gradient:vertical?dimension=4&start=gray95&end=gray90
|
||||
*buttonbox.displayList: foreground gray70;line 0,-1,-1,-1;foreground gray95;line 0,0,-1,0
|
||||
*treeform.porthole.tree.backgroundPixmap:gradient:vertical?dimension=4&start=gray85&end=gray90
|
||||
*Tree*List.BorderWidth: 0
|
||||
*Tree.foreground: gray75
|
||||
*Tree.lineWidth: 7
|
||||
*List.backgroundPixmap: gradient:vertical?dimension=4&start=gray95&end=gray90
|
||||
*List.displayList: foreground gray50;line 0,-1,-1,-1;foreground white;line 0,0,-1,0
|
||||
*Porthole*Box.BorderWidth: 1
|
||||
*Panner.BorderWidth: 1
|
||||
*Panner.background: gray70
|
||||
*Panner.foreground: gray80
|
||||
*Panner.shadowColor: gray50
|
||||
*Panner*backgroundStipple: hlines2
|
||||
*SimpleMenu.backgroundPixmap: gradient:vertical?dimension=4&start=gray92&end=gray98
|
||||
148
etc/X11/app-defaults/XFontSel
Normal file
148
etc/X11/app-defaults/XFontSel
Normal file
@@ -0,0 +1,148 @@
|
||||
! $XConsortium: XFontSel.ad,v 1.12 94/04/17 20:43:40 gildea Exp $
|
||||
!
|
||||
! app-defaults for XFontSel
|
||||
!
|
||||
! Copyright (c) 1985, 1986, 1987, 1988, 1989 X Consortium
|
||||
!
|
||||
! Permission is hereby granted, free of charge, to any person obtaining
|
||||
! a copy of this software and associated documentation files (the
|
||||
! "Software"), to deal in the Software without restriction, including
|
||||
! without limitation the rights to use, copy, modify, merge, publish,
|
||||
! distribute, sublicense, and/or sell copies of the Software, and to
|
||||
! permit persons to whom the Software is furnished to do so, subject to
|
||||
! the following conditions:
|
||||
!
|
||||
! The above copyright notice and this permission notice shall be included
|
||||
! in all copies or substantial portions of the Software.
|
||||
!
|
||||
! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
! OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
! MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
! IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
! OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
! ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
! OTHER DEALINGS IN THE SOFTWARE.
|
||||
!
|
||||
! Except as contained in this notice, the name of the X Consortium shall
|
||||
! not be used in advertising or otherwise to promote the sale, use or
|
||||
! other dealings in this Software without prior written authorization
|
||||
! from the X Consortium.
|
||||
!
|
||||
! Author:
|
||||
! Ralph R. Swick, Digital Equipment Corporation/M.I.T. Project Athena
|
||||
! one weekend in November, 1989
|
||||
!
|
||||
! $XFree86: xc/programs/xfontsel/XFontSel.ad,v 1.1 2000/02/13 03:26:24 dawes Exp $
|
||||
|
||||
*appDefaultsVersion: 1
|
||||
|
||||
*pixelSizeList: 7, 30, 40, 50, 60
|
||||
*pointSizeList: 250, 300, 350, 400
|
||||
|
||||
XFontSel.cursor: left_ptr
|
||||
*allowShellResize: true
|
||||
|
||||
*commandBox.ShowGrip: false
|
||||
*commandBox*top: chainTop
|
||||
*commandBox*bottom: chainTop
|
||||
|
||||
*quitButton.Label: quit
|
||||
*quitButton.left: chainLeft
|
||||
*quitButton.right: chainLeft
|
||||
|
||||
*ownButton.Label: select
|
||||
*ownButton.fromHoriz: quitButton
|
||||
*ownButton.left: chainLeft
|
||||
*ownButton.right: chainLeft
|
||||
|
||||
*countLabel.BorderWidth: 0
|
||||
*countLabel.Justify: right
|
||||
*countLabel.Label: 999999 fonts match
|
||||
*countLabel.left: chainRight
|
||||
*countLabel.right: chainRight
|
||||
|
||||
*fieldBox.Orientation: horizontal
|
||||
*fieldBox.HSpace: 0
|
||||
*fieldBox.HSpace: 0
|
||||
|
||||
*dash.label: -
|
||||
*dash.borderWidth: 0
|
||||
*dash.internalHeight: 0
|
||||
*dash.internalWidth: 0
|
||||
|
||||
*fieldBox*MenuButton.BorderWidth: 0
|
||||
*fieldBox*MenuButton.internalHeight: 0
|
||||
*fieldBox*MenuButton.internalWidth: 0
|
||||
*fieldBox*MenuButton.shapeStyle: rectangle
|
||||
|
||||
#ifdef LONG_NAMES
|
||||
*fieldBox*field0.Label: foundry
|
||||
*fieldBox*field1.Label: family
|
||||
*fieldBox*field2.Label: weight
|
||||
*fieldBox*field3.Label: slant
|
||||
*fieldBox*field4.Label: set width
|
||||
*fieldBox*field5.Label: add style
|
||||
*fieldBox*field6.Label: pixel size
|
||||
*fieldBox*field7.Label: point size
|
||||
*fieldBox*field8.Label: resolutionX
|
||||
*fieldBox*field9.Label: resolutionY
|
||||
*fieldBox*field10.Label: spacing
|
||||
*fieldBox*field11.Label: avg width
|
||||
*fieldBox*field12.Label: registry
|
||||
*fieldBox*field13.Label: encoding
|
||||
#else
|
||||
*fieldBox*field0.Label: fndry
|
||||
*fieldBox*field1.Label: fmly
|
||||
*fieldBox*field2.Label: wght
|
||||
*fieldBox*field3.Label: slant
|
||||
*fieldBox*field4.Label: sWdth
|
||||
*fieldBox*field5.Label: adstyl
|
||||
*fieldBox*field6.Label: pxlsz
|
||||
*fieldBox*field7.Label: ptSz
|
||||
*fieldBox*field8.Label: resx
|
||||
*fieldBox*field9.Label: resy
|
||||
*fieldBox*field10.Label: spc
|
||||
*fieldBox*field11.Label: avgWdth
|
||||
*fieldBox*field12.Label: rgstry
|
||||
*fieldBox*field13.Label: encdng
|
||||
#endif
|
||||
|
||||
!*fieldBox*field11.Sensitive: False
|
||||
*fieldBox*field11.menu.Options.ShowUnselectable: False
|
||||
|
||||
|
||||
!*field1*menu*courier.Font:
|
||||
|
||||
*fontName*skipAdjust: true
|
||||
|
||||
*sampleText*international: false
|
||||
|
||||
*sampleText*Label: \
|
||||
Processing fonts...
|
||||
|
||||
*sampleText: \
|
||||
ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\
|
||||
abcdefghijklmnopqrstuvwxyz\n\
|
||||
0123456789\n\
|
||||
\340\346\347\353\356\360\361\363\371\375\
|
||||
\300\306\307\313\316\320\321\323\331\335
|
||||
|
||||
|
||||
*sampleText16: \
|
||||
\044\042\044\044\044\046\044\050\044\052\044\053\044\055\044\057\
|
||||
\044\061\044\063\044\065\044\067\044\071\044\073\044\075\044\077\n\
|
||||
\044\101\044\104\044\106\044\110\044\112\044\113\044\114\044\115\
|
||||
\044\116\044\117\044\122\044\125\044\130\044\133\044\136\044\137\n\
|
||||
\061\042\061\044\061\046\061\050\061\052\061\053\061\055\061\057\
|
||||
\061\061\061\063\061\065\061\067\061\071\061\073\061\075\061\077\n\
|
||||
\061\101\061\104\061\106\061\110\061\112\061\113\061\114\061\115\
|
||||
\061\116\061\117\061\122\061\125\061\130\061\133\061\136\061\137\n\
|
||||
|
||||
*sampleTextUCS: \
|
||||
ABCDEFGHIJKLMNOPQRSTUVWXYZ /0123456789\n\
|
||||
abcdefghijklmnopqrstuvwxyz £©µÀÆÖÞßéöÿ\n\
|
||||
–—‘“”„†•…‰™œŠŸž€ ΑΒΓΔΩαβγδω АБВГДабвгд\n\
|
||||
∀∂∈ℝ∧∪≡∞ ↑↗↨↻⇣ ┐┼╔╘░►☺♀ fi<>⑀₂ἠḂӥẄɐː⍎אԱა
|
||||
|
||||
*sampleText*allowResize: true
|
||||
*sampleText*Height: 50
|
||||
34
etc/X11/app-defaults/Xfd
Normal file
34
etc/X11/app-defaults/Xfd
Normal file
@@ -0,0 +1,34 @@
|
||||
*internalBorderWidth: 0
|
||||
*showGrip: false
|
||||
|
||||
*grid.borderWidth: 0
|
||||
|
||||
*quit.Label: Quit
|
||||
*prev.Label: Prev
|
||||
*next.Label: Next
|
||||
*prev16.Label: -16
|
||||
*next16.Label: +16
|
||||
|
||||
*select.Label: Select a character
|
||||
*metrics.Label:
|
||||
*select.Justify: center
|
||||
*metrics.Justify: center
|
||||
*range.Justify: left
|
||||
*start.Justify: left
|
||||
|
||||
*quit.Translations: #override \
|
||||
<Btn1Down>,<Btn1Up>: Quit() unset()
|
||||
*next16.Translations: #override \
|
||||
<Btn1Down>,<Btn1Up>: Next16() unset()
|
||||
*next.Translations: #override \
|
||||
<Btn1Down>,<Btn1Up>: Next() unset()
|
||||
*prev.Translations: #override \
|
||||
<Btn1Down>,<Btn1Up>: Prev() unset()
|
||||
*prev16.Translations: #override \
|
||||
<Btn1Down>,<Btn1Up>: Prev16() unset()
|
||||
|
||||
*Translations: #override \n\
|
||||
<Key>q: Quit()\n\
|
||||
Ctrl <Key>n: Next()\n\
|
||||
Ctrl <Key>p: Prev()
|
||||
|
||||
6
etc/X11/app-defaults/Xmessage
Normal file
6
etc/X11/app-defaults/Xmessage
Normal file
@@ -0,0 +1,6 @@
|
||||
! $XConsortium: Xmessage.ad,v 1.3 94/07/26 20:23:17 gildea Exp $
|
||||
*baseTranslations: #override :<Key>Return: default-exit()
|
||||
*message.scrollVertical: Always
|
||||
*message.scrollHorizontal: Never
|
||||
*Command.shapeStyle: oval
|
||||
*Command.highlightThickness: 1
|
||||
44
etc/X11/app-defaults/Xmessage-color
Normal file
44
etc/X11/app-defaults/Xmessage-color
Normal file
@@ -0,0 +1,44 @@
|
||||
! $XFree86$
|
||||
|
||||
#include "Xmessage"
|
||||
|
||||
*background: gray85
|
||||
*foreground: gray15
|
||||
|
||||
*Scrollbar.thumb: vlines2
|
||||
*Scrollbar.width: 14
|
||||
*Scrollbar.foreground: rgb:a/5/5
|
||||
*Scrollbar.borderWidth: 0
|
||||
*Scrollbar.displayList:\
|
||||
foreground gray90;\
|
||||
lines 1,-1,-1,-1,-1,1;\
|
||||
foreground gray60;\
|
||||
lines -1,0,0,0,0,-1
|
||||
|
||||
*Text.?.cursorColor: rgb:d/5/5
|
||||
*Text.borderColor: gray80
|
||||
*Text*background: gray96
|
||||
*Text*Scrollbar.background: gray80
|
||||
*Text.displayList:\
|
||||
foreground gray90;\
|
||||
lines 1,-1,-1,-1,-1,1;\
|
||||
foreground gray60;\
|
||||
lines -1,0,0,0,0,-1
|
||||
|
||||
*Command.highlightThickness: 2
|
||||
*Command.internalWidth: 5
|
||||
*Command.internalHeight: 3
|
||||
*Command.borderColor: gray40
|
||||
*Command.shapeStyle: Rectangle
|
||||
*Command.background: gray80
|
||||
*Command.displayList:\
|
||||
foreground gray60;\
|
||||
lines 1,-1,-1,-1,-1,1;\
|
||||
foreground gray90;\
|
||||
lines -1,0,0,0,0,-1
|
||||
|
||||
*Form.displayList:\
|
||||
foreground gray60;\
|
||||
lines 1,-1,-1,-1,-1,1;\
|
||||
foreground gray90;\
|
||||
lines -1,0,0,0,0,-1
|
||||
183
etc/X11/app-defaults/Xvidtune
Normal file
183
etc/X11/app-defaults/Xvidtune
Normal file
@@ -0,0 +1,183 @@
|
||||
! $XFree86: xc/programs/xvidtune/Xvidtune.ad,v 3.10 1995/07/19 12:46:12 dawes Exp $
|
||||
!
|
||||
*adInstalled: true
|
||||
*borderWidth: 0
|
||||
*Scrollbar.borderWidth: 1
|
||||
*Scrollbar.width: 250
|
||||
*Command.borderWidth: 1
|
||||
*HSyncStart-form.fromVert: HDisplay-form
|
||||
*HSyncEnd-form.fromVert: HSyncStart-form
|
||||
*HTotal-form.fromVert: HSyncEnd-form
|
||||
*VSyncStart-form.fromVert: VDisplay-form
|
||||
*VSyncEnd-form.fromVert: VSyncStart-form
|
||||
*VTotal-form.fromVert: VSyncEnd-form
|
||||
*Flags-form.fromVert: HTotal-form
|
||||
*Buttons-form.fromVert: Flags-form
|
||||
*Buttons2-form.fromVert: Buttons-form
|
||||
*Left-button.fromVert: HTotal-scrollbar
|
||||
*Right-button.fromVert: HTotal-scrollbar
|
||||
*Narrower-button.fromVert: HTotal-scrollbar
|
||||
*Wider-button.fromVert: HTotal-scrollbar
|
||||
*Up-button.fromVert: VTotal-scrollbar
|
||||
*Down-button.fromVert: VTotal-scrollbar
|
||||
*Shorter-button.fromVert: VTotal-scrollbar
|
||||
*Taller-button.fromVert: VTotal-scrollbar
|
||||
*HDisplay-text.fromHoriz: HDisplay-label
|
||||
*HSyncStart-text.fromHoriz: HSyncStart-label
|
||||
*HSyncStart-scrollbar.fromVert: HSyncStart-label
|
||||
*HSyncStart-scrollbar.orientation: horizontal
|
||||
*HSyncEnd-text.fromHoriz: HSyncEnd-label
|
||||
*HSyncEnd-scrollbar.fromVert: HSyncEnd-label
|
||||
*HSyncEnd-scrollbar.orientation: horizontal
|
||||
*Right-button.fromHoriz: Left-button
|
||||
*Wider-button.fromHoriz: Right-button
|
||||
*Narrower-button.fromHoriz: Wider-button
|
||||
*HTotal-text.fromHoriz: HTotal-label
|
||||
*HTotal-scrollbar.fromVert: HTotal-label
|
||||
*HTotal-scrollbar.orientation: horizontal
|
||||
*VDisplay-form.fromHoriz: HSyncStart-form
|
||||
*VTotal-form.fromHoriz: HSyncStart-form
|
||||
*VSyncStart-form.fromHoriz: HSyncStart-form
|
||||
*VSyncEnd-form.fromHoriz: HSyncStart-form
|
||||
*VDisplay-text.fromHoriz: VDisplay-label
|
||||
*VSyncStart-text.fromHoriz: VSyncStart-label
|
||||
*VSyncStart-scrollbar.fromVert: VSyncStart-label
|
||||
*VSyncStart-scrollbar.orientation: horizontal
|
||||
*VSyncStart-text.type: XawAsciiString
|
||||
*VSyncEnd-text.fromHoriz: VSyncEnd-label
|
||||
*VSyncEnd-scrollbar.fromVert: VSyncEnd-label
|
||||
*VSyncEnd-scrollbar.orientation: horizontal
|
||||
*VTotal-text.fromHoriz: VTotal-label
|
||||
*VTotal-scrollbar.fromVert: VTotal-label
|
||||
*VTotal-scrollbar.orientation: horizontal
|
||||
*PixelClock-form.fromHoriz: HTotal-form
|
||||
*PixelClock-form.fromVert: VTotal-form
|
||||
*HSyncRate-form.fromHoriz: HTotal-form
|
||||
*HSyncRate-form.fromVert: PixelClock-form
|
||||
*VSyncRate-form.fromHoriz: HTotal-form
|
||||
*VSyncRate-form.fromVert: HSyncRate-form
|
||||
*PixelClock-text.fromHoriz: PixelClock-label
|
||||
*HSyncRate-text.fromHoriz: HSyncRate-label
|
||||
*VSyncRate-text.fromHoriz: VSyncRate-label
|
||||
*PixelClock-label.label: Pixel Clock (MHz):
|
||||
*HSyncRate-label.label: Horizontal Sync (kHz):
|
||||
*VSyncRate-label.label: Vertical Sync (Hz):
|
||||
*Flags-text.fromHoriz: Flags-label
|
||||
*HDisplay-label.label: HDisplay:
|
||||
*HSyncStart-label.label: HSyncStart:
|
||||
*HSyncEnd-label.label: HSyncEnd:
|
||||
*HTotal-label.label: HTotal:
|
||||
*VDisplay-label.label: VDisplay:
|
||||
*VSyncStart-label.label: VSyncStart:
|
||||
*VSyncEnd-label.label: VSyncEnd:
|
||||
*VTotal-label.label: VTotal:
|
||||
*Down-button.fromHoriz: Up-button
|
||||
*Shorter-button.fromHoriz: Down-button
|
||||
*Taller-button.fromHoriz: Shorter-button
|
||||
*Flags-label.label: Flags (hex):
|
||||
*Flags-text.borderWidth: 1
|
||||
*Flags-text*editType: edit
|
||||
!Removed Edit capability -- Jon
|
||||
*Flags-text*sensitive: False
|
||||
*Apply-button.fromHoriz: Quit-button
|
||||
*AutoApply-toggle.fromHoriz: Apply-button
|
||||
*AutoApply-toggle.borderWidth: 1
|
||||
*Test-button.fromHoriz: AutoApply-toggle
|
||||
*Restore-button.fromHoriz: Test-button
|
||||
*Show-button.fromHoriz: Fetch-button
|
||||
*Next-button.fromHoriz: Show-button
|
||||
*Prev-button.fromHoriz: Next-button
|
||||
*Quit-button.label: Quit
|
||||
*Fetch-button.label: Fetch
|
||||
*Show-button.label: Show
|
||||
*Restore-button.label: Restore
|
||||
*Test-button.label: Test
|
||||
*Apply-button.label: Apply
|
||||
*AutoApply-toggle.label: Auto
|
||||
*Next-button.label: Next
|
||||
*Prev-button.label: Prev
|
||||
*Left-button.label: Left
|
||||
*Right-button.label: Right
|
||||
*Wider-button.label: Wider
|
||||
*Narrower-button.label: Narrower
|
||||
*Up-button.label: Up
|
||||
*Down-button.label: Down
|
||||
*Shorter-button.label: Shorter
|
||||
*Taller-button.label: Taller
|
||||
*Abort.label: Abort Test Now
|
||||
*WarnOK.label: OK
|
||||
*WarnCancel.label: Cancel
|
||||
*NoTuneOK.label: OK
|
||||
*Left.label: Left
|
||||
*Right.label: Right
|
||||
*Wider.label: Wider
|
||||
*Narrower.label: Narrower
|
||||
*Up.label: Up
|
||||
*Down.label: Down
|
||||
*Shorter.label: Shorter
|
||||
*Higher.label: Higher
|
||||
*AckError.label: Acknowledged
|
||||
*ErrorMessage.label: Sorry: You have requested a mode-line\n\
|
||||
That is not possible, or not supported by your\n\
|
||||
hardware configuration\n
|
||||
*testingMessage.label: Mode test current in progress\n\n Please wait
|
||||
*WarnLabel.label: WARNING WARNING WARNING WARNING WARNING\
|
||||
WARNING\n\n\
|
||||
THE INCORRECT USE OF THIS PROGRAM CAN DO PERMANENT DAMAGE TO YOUR MONITOR\n\
|
||||
AND/OR VIDEO CARD. IF YOU ARE NOT SURE WHAT YOU ARE DOING, HIT CANCEL\n\
|
||||
NOW. OTHERWISE, HIT OK TO CONTINUE\n\
|
||||
\n\
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n\
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n\
|
||||
IN NO EVENT SHALL Kaleb S. KEITHLEY (or his employer) OR\n\
|
||||
The X.Org Foundation \
|
||||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n\
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n\
|
||||
DEALINGS IN THE SOFTWARE.\n\n
|
||||
*NoTuneLabel.label: Video modes are not tunable on this chip.\n
|
||||
|
||||
|
||||
*S3-form.fromVert: Buttons2-form
|
||||
*EarlySc-toggle.fromHoriz: InvertVclk-toggle
|
||||
*Blank1-label.fromHoriz: EarlySc-toggle
|
||||
!*Blank1-text.fromHoriz: Blank1-label
|
||||
!*Blank2-label.fromHoriz: Blank1-text
|
||||
!*Blank2-text.fromHoriz: Blank2-label
|
||||
*InvertVclk-toggle.borderWidth: 1
|
||||
*EarlySc-toggle.borderWidth: 1
|
||||
*Blank1-text.borderWidth: 1
|
||||
*Blank2-text.borderWidth: 1
|
||||
*Blank1-text*editType: edit
|
||||
*Blank2-text*editType: edit
|
||||
*Blank1-text*width: 20
|
||||
*Blank2-text*width: 20
|
||||
*InvertVclk-toggle.label: InvertVCLK
|
||||
*EarlySc-toggle.label:EarlySC
|
||||
*Blank1-label.label: Blank Delay 1
|
||||
*Blank2-label.label: Blank Delay 2
|
||||
|
||||
*Blank1Dec-button.fromHoriz: Blank1-label
|
||||
*Blank1-text.fromHoriz: Blank1Dec-button
|
||||
*Blank1Inc-button.fromHoriz: Blank1-text
|
||||
*Blank2-label.fromHoriz: Blank1Inc-button
|
||||
*Blank2Dec-button.fromHoriz: Blank2-label
|
||||
*Blank2-text.fromHoriz: Blank2Dec-button
|
||||
*Blank2Inc-button.fromHoriz: Blank2-text
|
||||
*Blank1Inc-button.label: +
|
||||
*Blank1Dec-button.label: -
|
||||
*Blank2Inc-button.label: +
|
||||
*Blank2Dec-button.label: -
|
||||
|
||||
*translations: #override <Key>r: xvidtune-restore()\n\
|
||||
<Key>p: xvidtune-show()\n\
|
||||
<Key>j: xvidtune-moveleft()\n\
|
||||
<Key>k: xvidtune-moveright()\n\
|
||||
<Key>m: xvidtune-movedown()\n\
|
||||
<Key>i: xvidtune-moveup()\n\
|
||||
<Key>a: xvidtune-narrower()\n\
|
||||
<Key>s: xvidtune-wider()\n\
|
||||
<Key>x: xvidtune-shorter()\n\
|
||||
<Key>z: xvidtune-taller()\n\
|
||||
<Key>q: xvidtune-quit()
|
||||
77
etc/X11/fonts/misc/xfonts-base.alias
Normal file
77
etc/X11/fonts/misc/xfonts-base.alias
Normal file
@@ -0,0 +1,77 @@
|
||||
! $Xorg: fonts.alias,v 1.3 2000/08/21 16:42:31 coskrey Exp $
|
||||
fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
|
||||
variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-1
|
||||
5x7 -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-1
|
||||
5x8 -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso8859-1
|
||||
6x9 -misc-fixed-medium-r-normal--9-90-75-75-c-60-iso8859-1
|
||||
6x10 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
|
||||
6x12 -misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso8859-1
|
||||
6x13 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
|
||||
6x13bold -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
|
||||
7x13 -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
|
||||
7x13bold -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
|
||||
7x13euro -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-15
|
||||
7x13eurobold -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-15
|
||||
7x14 -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
|
||||
7x14bold -misc-fixed-bold-r-normal--14-130-75-75-c-70-iso8859-1
|
||||
8x13 -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-1
|
||||
8x13bold -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
|
||||
8x16 -sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1
|
||||
9x15 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
|
||||
9x15bold -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
|
||||
10x20 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
|
||||
12x24 -sony-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1
|
||||
nil2 -misc-nil-medium-r-normal--2-20-75-75-c-10-misc-fontspecific
|
||||
|
||||
heb6x13 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-8
|
||||
heb8x13 -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-8
|
||||
|
||||
k14 -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0
|
||||
a14 -misc-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1
|
||||
r14 -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0
|
||||
rk14 -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0
|
||||
r16 -sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0
|
||||
rk16 -sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0
|
||||
r24 -sony-fixed-medium-r-normal--24-*-*-*-*-*-jisx0201.1976-0
|
||||
rk24 -sony-fixed-medium-r-normal--24-*-*-*-*-*-jisx0201.1976-0
|
||||
kana14 -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0
|
||||
8x16kana -sony-fixed-medium-r-normal--16-120-100-100-c-80-jisx0201.1976-0
|
||||
8x16romankana -sony-fixed-medium-r-normal--16-120-100-100-c-80-jisx0201.1976-0
|
||||
12x24kana -sony-fixed-medium-r-normal--24-170-100-100-c-120-jisx0201.1976-0
|
||||
12x24romankana -sony-fixed-medium-r-normal--24-170-100-100-c-120-jisx0201.1976-0
|
||||
kanji16 -jis-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0
|
||||
kanji24 -jis-fixed-medium-r-normal--24-*-*-*-*-*-jisx0208.1983-0
|
||||
|
||||
hanzigb16st "-isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0"
|
||||
hanzigb24st "-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0"
|
||||
hanzigb16fs "-isas-fangsong ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0"
|
||||
|
||||
olcursor "-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1"
|
||||
olglyph-10 "-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1"
|
||||
olglyph-12 "-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1"
|
||||
olglyph-14 "-sun-open look glyph-----14-140-75-75-p-128-sunolglyph-1"
|
||||
olglyph-19 "-sun-open look glyph-----19-190-75-75-p-154-sunolglyph-1"
|
||||
|
||||
-misc-fixed-medium-r-normal--7-50-100-100-c-50-iso8859-1 -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-1
|
||||
-misc-fixed-medium-r-normal--8-60-100-100-c-50-iso8859-1 -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso8859-1
|
||||
-misc-fixed-medium-r-normal--9-80-100-100-c-60-iso8859-1 -misc-fixed-medium-r-normal--9-90-75-75-c-60-iso8859-1
|
||||
-misc-fixed-medium-r-normal--10-70-100-100-c-60-iso8859-1 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
|
||||
-misc-fixed-medium-r-semicondensed--12-90-100-100-c-60-iso8859-1 -misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso8859-1
|
||||
-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
|
||||
-misc-fixed-bold-r-semicondensed--13-100-100-100-c-60-iso8859-1 -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
|
||||
-misc-fixed-medium-r-normal--13-100-100-100-c-70-iso8859-1 -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
|
||||
-misc-fixed-bold-r-normal--13-100-100-100-c-70-iso8859-1 -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
|
||||
-misc-fixed-medium-r-normal--13-100-100-100-c-80-iso8859-1 -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-1
|
||||
-misc-fixed-bold-r-normal--13-100-100-100-c-80-iso8859-1 -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
|
||||
-misc-fixed-medium-r-normal--14-110-100-100-c-70-iso8859-1 -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
|
||||
-misc-fixed-medium-r-normal--15-120-100-100-c-90-iso8859-1 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
|
||||
-misc-fixed-bold-r-normal--15-120-100-100-c-90-iso8859-1 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
|
||||
-misc-fixed-medium-r-normal--20-140-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
|
||||
-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-8 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-8
|
||||
-misc-fixed-medium-r-normal--13-100-100-100-c-80-iso8859-8 -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-8
|
||||
-sony-fixed-medium-r-normal--16-150-75-75-c-80-iso8859-1 -sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1
|
||||
-sony-fixed-medium-r-normal--16-150-75-75-c-80-jisx0201.1976-0 -sony-fixed-medium-r-normal--16-120-100-100-c-80-jisx0201.1976-0
|
||||
-sony-fixed-medium-r-normal--24-230-75-75-c-120-iso8859-1 -sony-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1
|
||||
-sony-fixed-medium-r-normal--24-230-75-75-c-120-jisx0201.1976-0 -sony-fixed-medium-r-normal--24-170-100-100-c-120-jisx0201.1976-0
|
||||
-jis-fixed-medium-r-normal--16-110-100-100-c-160-jisx0208.1983-0 -jis-fixed-medium-r-normal--16-150-75-75-c-160-jisx0208.1983-0
|
||||
-jis-fixed-medium-r-normal--24-170-100-100-c-240-jisx0208.1983-0 -jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0
|
||||
754
etc/X11/rgb.txt
Normal file
754
etc/X11/rgb.txt
Normal file
@@ -0,0 +1,754 @@
|
||||
! $Xorg: rgb.txt,v 1.3 2000/08/17 19:54:00 cpqbld Exp $
|
||||
255 250 250 snow
|
||||
248 248 255 ghost white
|
||||
248 248 255 GhostWhite
|
||||
245 245 245 white smoke
|
||||
245 245 245 WhiteSmoke
|
||||
220 220 220 gainsboro
|
||||
255 250 240 floral white
|
||||
255 250 240 FloralWhite
|
||||
253 245 230 old lace
|
||||
253 245 230 OldLace
|
||||
250 240 230 linen
|
||||
250 235 215 antique white
|
||||
250 235 215 AntiqueWhite
|
||||
255 239 213 papaya whip
|
||||
255 239 213 PapayaWhip
|
||||
255 235 205 blanched almond
|
||||
255 235 205 BlanchedAlmond
|
||||
255 228 196 bisque
|
||||
255 218 185 peach puff
|
||||
255 218 185 PeachPuff
|
||||
255 222 173 navajo white
|
||||
255 222 173 NavajoWhite
|
||||
255 228 181 moccasin
|
||||
255 248 220 cornsilk
|
||||
255 255 240 ivory
|
||||
255 250 205 lemon chiffon
|
||||
255 250 205 LemonChiffon
|
||||
255 245 238 seashell
|
||||
240 255 240 honeydew
|
||||
245 255 250 mint cream
|
||||
245 255 250 MintCream
|
||||
240 255 255 azure
|
||||
240 248 255 alice blue
|
||||
240 248 255 AliceBlue
|
||||
230 230 250 lavender
|
||||
255 240 245 lavender blush
|
||||
255 240 245 LavenderBlush
|
||||
255 228 225 misty rose
|
||||
255 228 225 MistyRose
|
||||
255 255 255 white
|
||||
0 0 0 black
|
||||
47 79 79 dark slate gray
|
||||
47 79 79 DarkSlateGray
|
||||
47 79 79 dark slate grey
|
||||
47 79 79 DarkSlateGrey
|
||||
105 105 105 dim gray
|
||||
105 105 105 DimGray
|
||||
105 105 105 dim grey
|
||||
105 105 105 DimGrey
|
||||
112 128 144 slate gray
|
||||
112 128 144 SlateGray
|
||||
112 128 144 slate grey
|
||||
112 128 144 SlateGrey
|
||||
119 136 153 light slate gray
|
||||
119 136 153 LightSlateGray
|
||||
119 136 153 light slate grey
|
||||
119 136 153 LightSlateGrey
|
||||
190 190 190 gray
|
||||
190 190 190 grey
|
||||
211 211 211 light grey
|
||||
211 211 211 LightGrey
|
||||
211 211 211 light gray
|
||||
211 211 211 LightGray
|
||||
25 25 112 midnight blue
|
||||
25 25 112 MidnightBlue
|
||||
0 0 128 navy
|
||||
0 0 128 navy blue
|
||||
0 0 128 NavyBlue
|
||||
100 149 237 cornflower blue
|
||||
100 149 237 CornflowerBlue
|
||||
72 61 139 dark slate blue
|
||||
72 61 139 DarkSlateBlue
|
||||
106 90 205 slate blue
|
||||
106 90 205 SlateBlue
|
||||
123 104 238 medium slate blue
|
||||
123 104 238 MediumSlateBlue
|
||||
132 112 255 light slate blue
|
||||
132 112 255 LightSlateBlue
|
||||
0 0 205 medium blue
|
||||
0 0 205 MediumBlue
|
||||
65 105 225 royal blue
|
||||
65 105 225 RoyalBlue
|
||||
0 0 255 blue
|
||||
30 144 255 dodger blue
|
||||
30 144 255 DodgerBlue
|
||||
0 191 255 deep sky blue
|
||||
0 191 255 DeepSkyBlue
|
||||
135 206 235 sky blue
|
||||
135 206 235 SkyBlue
|
||||
135 206 250 light sky blue
|
||||
135 206 250 LightSkyBlue
|
||||
70 130 180 steel blue
|
||||
70 130 180 SteelBlue
|
||||
176 196 222 light steel blue
|
||||
176 196 222 LightSteelBlue
|
||||
173 216 230 light blue
|
||||
173 216 230 LightBlue
|
||||
176 224 230 powder blue
|
||||
176 224 230 PowderBlue
|
||||
175 238 238 pale turquoise
|
||||
175 238 238 PaleTurquoise
|
||||
0 206 209 dark turquoise
|
||||
0 206 209 DarkTurquoise
|
||||
72 209 204 medium turquoise
|
||||
72 209 204 MediumTurquoise
|
||||
64 224 208 turquoise
|
||||
0 255 255 cyan
|
||||
224 255 255 light cyan
|
||||
224 255 255 LightCyan
|
||||
95 158 160 cadet blue
|
||||
95 158 160 CadetBlue
|
||||
102 205 170 medium aquamarine
|
||||
102 205 170 MediumAquamarine
|
||||
127 255 212 aquamarine
|
||||
0 100 0 dark green
|
||||
0 100 0 DarkGreen
|
||||
85 107 47 dark olive green
|
||||
85 107 47 DarkOliveGreen
|
||||
143 188 143 dark sea green
|
||||
143 188 143 DarkSeaGreen
|
||||
46 139 87 sea green
|
||||
46 139 87 SeaGreen
|
||||
60 179 113 medium sea green
|
||||
60 179 113 MediumSeaGreen
|
||||
32 178 170 light sea green
|
||||
32 178 170 LightSeaGreen
|
||||
152 251 152 pale green
|
||||
152 251 152 PaleGreen
|
||||
0 255 127 spring green
|
||||
0 255 127 SpringGreen
|
||||
124 252 0 lawn green
|
||||
124 252 0 LawnGreen
|
||||
0 255 0 green
|
||||
127 255 0 chartreuse
|
||||
0 250 154 medium spring green
|
||||
0 250 154 MediumSpringGreen
|
||||
173 255 47 green yellow
|
||||
173 255 47 GreenYellow
|
||||
50 205 50 lime green
|
||||
50 205 50 LimeGreen
|
||||
154 205 50 yellow green
|
||||
154 205 50 YellowGreen
|
||||
34 139 34 forest green
|
||||
34 139 34 ForestGreen
|
||||
107 142 35 olive drab
|
||||
107 142 35 OliveDrab
|
||||
189 183 107 dark khaki
|
||||
189 183 107 DarkKhaki
|
||||
240 230 140 khaki
|
||||
238 232 170 pale goldenrod
|
||||
238 232 170 PaleGoldenrod
|
||||
250 250 210 light goldenrod yellow
|
||||
250 250 210 LightGoldenrodYellow
|
||||
255 255 224 light yellow
|
||||
255 255 224 LightYellow
|
||||
255 255 0 yellow
|
||||
255 215 0 gold
|
||||
238 221 130 light goldenrod
|
||||
238 221 130 LightGoldenrod
|
||||
218 165 32 goldenrod
|
||||
184 134 11 dark goldenrod
|
||||
184 134 11 DarkGoldenrod
|
||||
188 143 143 rosy brown
|
||||
188 143 143 RosyBrown
|
||||
205 92 92 indian red
|
||||
205 92 92 IndianRed
|
||||
139 69 19 saddle brown
|
||||
139 69 19 SaddleBrown
|
||||
160 82 45 sienna
|
||||
205 133 63 peru
|
||||
222 184 135 burlywood
|
||||
245 245 220 beige
|
||||
245 222 179 wheat
|
||||
244 164 96 sandy brown
|
||||
244 164 96 SandyBrown
|
||||
210 180 140 tan
|
||||
210 105 30 chocolate
|
||||
178 34 34 firebrick
|
||||
165 42 42 brown
|
||||
233 150 122 dark salmon
|
||||
233 150 122 DarkSalmon
|
||||
250 128 114 salmon
|
||||
255 160 122 light salmon
|
||||
255 160 122 LightSalmon
|
||||
255 165 0 orange
|
||||
255 140 0 dark orange
|
||||
255 140 0 DarkOrange
|
||||
255 127 80 coral
|
||||
240 128 128 light coral
|
||||
240 128 128 LightCoral
|
||||
255 99 71 tomato
|
||||
255 69 0 orange red
|
||||
255 69 0 OrangeRed
|
||||
255 0 0 red
|
||||
255 105 180 hot pink
|
||||
255 105 180 HotPink
|
||||
255 20 147 deep pink
|
||||
255 20 147 DeepPink
|
||||
255 192 203 pink
|
||||
255 182 193 light pink
|
||||
255 182 193 LightPink
|
||||
219 112 147 pale violet red
|
||||
219 112 147 PaleVioletRed
|
||||
176 48 96 maroon
|
||||
199 21 133 medium violet red
|
||||
199 21 133 MediumVioletRed
|
||||
208 32 144 violet red
|
||||
208 32 144 VioletRed
|
||||
255 0 255 magenta
|
||||
238 130 238 violet
|
||||
221 160 221 plum
|
||||
218 112 214 orchid
|
||||
186 85 211 medium orchid
|
||||
186 85 211 MediumOrchid
|
||||
153 50 204 dark orchid
|
||||
153 50 204 DarkOrchid
|
||||
148 0 211 dark violet
|
||||
148 0 211 DarkViolet
|
||||
138 43 226 blue violet
|
||||
138 43 226 BlueViolet
|
||||
160 32 240 purple
|
||||
147 112 219 medium purple
|
||||
147 112 219 MediumPurple
|
||||
216 191 216 thistle
|
||||
255 250 250 snow1
|
||||
238 233 233 snow2
|
||||
205 201 201 snow3
|
||||
139 137 137 snow4
|
||||
255 245 238 seashell1
|
||||
238 229 222 seashell2
|
||||
205 197 191 seashell3
|
||||
139 134 130 seashell4
|
||||
255 239 219 AntiqueWhite1
|
||||
238 223 204 AntiqueWhite2
|
||||
205 192 176 AntiqueWhite3
|
||||
139 131 120 AntiqueWhite4
|
||||
255 228 196 bisque1
|
||||
238 213 183 bisque2
|
||||
205 183 158 bisque3
|
||||
139 125 107 bisque4
|
||||
255 218 185 PeachPuff1
|
||||
238 203 173 PeachPuff2
|
||||
205 175 149 PeachPuff3
|
||||
139 119 101 PeachPuff4
|
||||
255 222 173 NavajoWhite1
|
||||
238 207 161 NavajoWhite2
|
||||
205 179 139 NavajoWhite3
|
||||
139 121 94 NavajoWhite4
|
||||
255 250 205 LemonChiffon1
|
||||
238 233 191 LemonChiffon2
|
||||
205 201 165 LemonChiffon3
|
||||
139 137 112 LemonChiffon4
|
||||
255 248 220 cornsilk1
|
||||
238 232 205 cornsilk2
|
||||
205 200 177 cornsilk3
|
||||
139 136 120 cornsilk4
|
||||
255 255 240 ivory1
|
||||
238 238 224 ivory2
|
||||
205 205 193 ivory3
|
||||
139 139 131 ivory4
|
||||
240 255 240 honeydew1
|
||||
224 238 224 honeydew2
|
||||
193 205 193 honeydew3
|
||||
131 139 131 honeydew4
|
||||
255 240 245 LavenderBlush1
|
||||
238 224 229 LavenderBlush2
|
||||
205 193 197 LavenderBlush3
|
||||
139 131 134 LavenderBlush4
|
||||
255 228 225 MistyRose1
|
||||
238 213 210 MistyRose2
|
||||
205 183 181 MistyRose3
|
||||
139 125 123 MistyRose4
|
||||
240 255 255 azure1
|
||||
224 238 238 azure2
|
||||
193 205 205 azure3
|
||||
131 139 139 azure4
|
||||
131 111 255 SlateBlue1
|
||||
122 103 238 SlateBlue2
|
||||
105 89 205 SlateBlue3
|
||||
71 60 139 SlateBlue4
|
||||
72 118 255 RoyalBlue1
|
||||
67 110 238 RoyalBlue2
|
||||
58 95 205 RoyalBlue3
|
||||
39 64 139 RoyalBlue4
|
||||
0 0 255 blue1
|
||||
0 0 238 blue2
|
||||
0 0 205 blue3
|
||||
0 0 139 blue4
|
||||
30 144 255 DodgerBlue1
|
||||
28 134 238 DodgerBlue2
|
||||
24 116 205 DodgerBlue3
|
||||
16 78 139 DodgerBlue4
|
||||
99 184 255 SteelBlue1
|
||||
92 172 238 SteelBlue2
|
||||
79 148 205 SteelBlue3
|
||||
54 100 139 SteelBlue4
|
||||
0 191 255 DeepSkyBlue1
|
||||
0 178 238 DeepSkyBlue2
|
||||
0 154 205 DeepSkyBlue3
|
||||
0 104 139 DeepSkyBlue4
|
||||
135 206 255 SkyBlue1
|
||||
126 192 238 SkyBlue2
|
||||
108 166 205 SkyBlue3
|
||||
74 112 139 SkyBlue4
|
||||
176 226 255 LightSkyBlue1
|
||||
164 211 238 LightSkyBlue2
|
||||
141 182 205 LightSkyBlue3
|
||||
96 123 139 LightSkyBlue4
|
||||
198 226 255 SlateGray1
|
||||
185 211 238 SlateGray2
|
||||
159 182 205 SlateGray3
|
||||
108 123 139 SlateGray4
|
||||
202 225 255 LightSteelBlue1
|
||||
188 210 238 LightSteelBlue2
|
||||
162 181 205 LightSteelBlue3
|
||||
110 123 139 LightSteelBlue4
|
||||
191 239 255 LightBlue1
|
||||
178 223 238 LightBlue2
|
||||
154 192 205 LightBlue3
|
||||
104 131 139 LightBlue4
|
||||
224 255 255 LightCyan1
|
||||
209 238 238 LightCyan2
|
||||
180 205 205 LightCyan3
|
||||
122 139 139 LightCyan4
|
||||
187 255 255 PaleTurquoise1
|
||||
174 238 238 PaleTurquoise2
|
||||
150 205 205 PaleTurquoise3
|
||||
102 139 139 PaleTurquoise4
|
||||
152 245 255 CadetBlue1
|
||||
142 229 238 CadetBlue2
|
||||
122 197 205 CadetBlue3
|
||||
83 134 139 CadetBlue4
|
||||
0 245 255 turquoise1
|
||||
0 229 238 turquoise2
|
||||
0 197 205 turquoise3
|
||||
0 134 139 turquoise4
|
||||
0 255 255 cyan1
|
||||
0 238 238 cyan2
|
||||
0 205 205 cyan3
|
||||
0 139 139 cyan4
|
||||
151 255 255 DarkSlateGray1
|
||||
141 238 238 DarkSlateGray2
|
||||
121 205 205 DarkSlateGray3
|
||||
82 139 139 DarkSlateGray4
|
||||
127 255 212 aquamarine1
|
||||
118 238 198 aquamarine2
|
||||
102 205 170 aquamarine3
|
||||
69 139 116 aquamarine4
|
||||
193 255 193 DarkSeaGreen1
|
||||
180 238 180 DarkSeaGreen2
|
||||
155 205 155 DarkSeaGreen3
|
||||
105 139 105 DarkSeaGreen4
|
||||
84 255 159 SeaGreen1
|
||||
78 238 148 SeaGreen2
|
||||
67 205 128 SeaGreen3
|
||||
46 139 87 SeaGreen4
|
||||
154 255 154 PaleGreen1
|
||||
144 238 144 PaleGreen2
|
||||
124 205 124 PaleGreen3
|
||||
84 139 84 PaleGreen4
|
||||
0 255 127 SpringGreen1
|
||||
0 238 118 SpringGreen2
|
||||
0 205 102 SpringGreen3
|
||||
0 139 69 SpringGreen4
|
||||
0 255 0 green1
|
||||
0 238 0 green2
|
||||
0 205 0 green3
|
||||
0 139 0 green4
|
||||
127 255 0 chartreuse1
|
||||
118 238 0 chartreuse2
|
||||
102 205 0 chartreuse3
|
||||
69 139 0 chartreuse4
|
||||
192 255 62 OliveDrab1
|
||||
179 238 58 OliveDrab2
|
||||
154 205 50 OliveDrab3
|
||||
105 139 34 OliveDrab4
|
||||
202 255 112 DarkOliveGreen1
|
||||
188 238 104 DarkOliveGreen2
|
||||
162 205 90 DarkOliveGreen3
|
||||
110 139 61 DarkOliveGreen4
|
||||
255 246 143 khaki1
|
||||
238 230 133 khaki2
|
||||
205 198 115 khaki3
|
||||
139 134 78 khaki4
|
||||
255 236 139 LightGoldenrod1
|
||||
238 220 130 LightGoldenrod2
|
||||
205 190 112 LightGoldenrod3
|
||||
139 129 76 LightGoldenrod4
|
||||
255 255 224 LightYellow1
|
||||
238 238 209 LightYellow2
|
||||
205 205 180 LightYellow3
|
||||
139 139 122 LightYellow4
|
||||
255 255 0 yellow1
|
||||
238 238 0 yellow2
|
||||
205 205 0 yellow3
|
||||
139 139 0 yellow4
|
||||
255 215 0 gold1
|
||||
238 201 0 gold2
|
||||
205 173 0 gold3
|
||||
139 117 0 gold4
|
||||
255 193 37 goldenrod1
|
||||
238 180 34 goldenrod2
|
||||
205 155 29 goldenrod3
|
||||
139 105 20 goldenrod4
|
||||
255 185 15 DarkGoldenrod1
|
||||
238 173 14 DarkGoldenrod2
|
||||
205 149 12 DarkGoldenrod3
|
||||
139 101 8 DarkGoldenrod4
|
||||
255 193 193 RosyBrown1
|
||||
238 180 180 RosyBrown2
|
||||
205 155 155 RosyBrown3
|
||||
139 105 105 RosyBrown4
|
||||
255 106 106 IndianRed1
|
||||
238 99 99 IndianRed2
|
||||
205 85 85 IndianRed3
|
||||
139 58 58 IndianRed4
|
||||
255 130 71 sienna1
|
||||
238 121 66 sienna2
|
||||
205 104 57 sienna3
|
||||
139 71 38 sienna4
|
||||
255 211 155 burlywood1
|
||||
238 197 145 burlywood2
|
||||
205 170 125 burlywood3
|
||||
139 115 85 burlywood4
|
||||
255 231 186 wheat1
|
||||
238 216 174 wheat2
|
||||
205 186 150 wheat3
|
||||
139 126 102 wheat4
|
||||
255 165 79 tan1
|
||||
238 154 73 tan2
|
||||
205 133 63 tan3
|
||||
139 90 43 tan4
|
||||
255 127 36 chocolate1
|
||||
238 118 33 chocolate2
|
||||
205 102 29 chocolate3
|
||||
139 69 19 chocolate4
|
||||
255 48 48 firebrick1
|
||||
238 44 44 firebrick2
|
||||
205 38 38 firebrick3
|
||||
139 26 26 firebrick4
|
||||
255 64 64 brown1
|
||||
238 59 59 brown2
|
||||
205 51 51 brown3
|
||||
139 35 35 brown4
|
||||
255 140 105 salmon1
|
||||
238 130 98 salmon2
|
||||
205 112 84 salmon3
|
||||
139 76 57 salmon4
|
||||
255 160 122 LightSalmon1
|
||||
238 149 114 LightSalmon2
|
||||
205 129 98 LightSalmon3
|
||||
139 87 66 LightSalmon4
|
||||
255 165 0 orange1
|
||||
238 154 0 orange2
|
||||
205 133 0 orange3
|
||||
139 90 0 orange4
|
||||
255 127 0 DarkOrange1
|
||||
238 118 0 DarkOrange2
|
||||
205 102 0 DarkOrange3
|
||||
139 69 0 DarkOrange4
|
||||
255 114 86 coral1
|
||||
238 106 80 coral2
|
||||
205 91 69 coral3
|
||||
139 62 47 coral4
|
||||
255 99 71 tomato1
|
||||
238 92 66 tomato2
|
||||
205 79 57 tomato3
|
||||
139 54 38 tomato4
|
||||
255 69 0 OrangeRed1
|
||||
238 64 0 OrangeRed2
|
||||
205 55 0 OrangeRed3
|
||||
139 37 0 OrangeRed4
|
||||
255 0 0 red1
|
||||
238 0 0 red2
|
||||
205 0 0 red3
|
||||
139 0 0 red4
|
||||
215 7 81 DebianRed
|
||||
255 20 147 DeepPink1
|
||||
238 18 137 DeepPink2
|
||||
205 16 118 DeepPink3
|
||||
139 10 80 DeepPink4
|
||||
255 110 180 HotPink1
|
||||
238 106 167 HotPink2
|
||||
205 96 144 HotPink3
|
||||
139 58 98 HotPink4
|
||||
255 181 197 pink1
|
||||
238 169 184 pink2
|
||||
205 145 158 pink3
|
||||
139 99 108 pink4
|
||||
255 174 185 LightPink1
|
||||
238 162 173 LightPink2
|
||||
205 140 149 LightPink3
|
||||
139 95 101 LightPink4
|
||||
255 130 171 PaleVioletRed1
|
||||
238 121 159 PaleVioletRed2
|
||||
205 104 137 PaleVioletRed3
|
||||
139 71 93 PaleVioletRed4
|
||||
255 52 179 maroon1
|
||||
238 48 167 maroon2
|
||||
205 41 144 maroon3
|
||||
139 28 98 maroon4
|
||||
255 62 150 VioletRed1
|
||||
238 58 140 VioletRed2
|
||||
205 50 120 VioletRed3
|
||||
139 34 82 VioletRed4
|
||||
255 0 255 magenta1
|
||||
238 0 238 magenta2
|
||||
205 0 205 magenta3
|
||||
139 0 139 magenta4
|
||||
255 131 250 orchid1
|
||||
238 122 233 orchid2
|
||||
205 105 201 orchid3
|
||||
139 71 137 orchid4
|
||||
255 187 255 plum1
|
||||
238 174 238 plum2
|
||||
205 150 205 plum3
|
||||
139 102 139 plum4
|
||||
224 102 255 MediumOrchid1
|
||||
209 95 238 MediumOrchid2
|
||||
180 82 205 MediumOrchid3
|
||||
122 55 139 MediumOrchid4
|
||||
191 62 255 DarkOrchid1
|
||||
178 58 238 DarkOrchid2
|
||||
154 50 205 DarkOrchid3
|
||||
104 34 139 DarkOrchid4
|
||||
155 48 255 purple1
|
||||
145 44 238 purple2
|
||||
125 38 205 purple3
|
||||
85 26 139 purple4
|
||||
171 130 255 MediumPurple1
|
||||
159 121 238 MediumPurple2
|
||||
137 104 205 MediumPurple3
|
||||
93 71 139 MediumPurple4
|
||||
255 225 255 thistle1
|
||||
238 210 238 thistle2
|
||||
205 181 205 thistle3
|
||||
139 123 139 thistle4
|
||||
0 0 0 gray0
|
||||
0 0 0 grey0
|
||||
3 3 3 gray1
|
||||
3 3 3 grey1
|
||||
5 5 5 gray2
|
||||
5 5 5 grey2
|
||||
8 8 8 gray3
|
||||
8 8 8 grey3
|
||||
10 10 10 gray4
|
||||
10 10 10 grey4
|
||||
13 13 13 gray5
|
||||
13 13 13 grey5
|
||||
15 15 15 gray6
|
||||
15 15 15 grey6
|
||||
18 18 18 gray7
|
||||
18 18 18 grey7
|
||||
20 20 20 gray8
|
||||
20 20 20 grey8
|
||||
23 23 23 gray9
|
||||
23 23 23 grey9
|
||||
26 26 26 gray10
|
||||
26 26 26 grey10
|
||||
28 28 28 gray11
|
||||
28 28 28 grey11
|
||||
31 31 31 gray12
|
||||
31 31 31 grey12
|
||||
33 33 33 gray13
|
||||
33 33 33 grey13
|
||||
36 36 36 gray14
|
||||
36 36 36 grey14
|
||||
38 38 38 gray15
|
||||
38 38 38 grey15
|
||||
41 41 41 gray16
|
||||
41 41 41 grey16
|
||||
43 43 43 gray17
|
||||
43 43 43 grey17
|
||||
46 46 46 gray18
|
||||
46 46 46 grey18
|
||||
48 48 48 gray19
|
||||
48 48 48 grey19
|
||||
51 51 51 gray20
|
||||
51 51 51 grey20
|
||||
54 54 54 gray21
|
||||
54 54 54 grey21
|
||||
56 56 56 gray22
|
||||
56 56 56 grey22
|
||||
59 59 59 gray23
|
||||
59 59 59 grey23
|
||||
61 61 61 gray24
|
||||
61 61 61 grey24
|
||||
64 64 64 gray25
|
||||
64 64 64 grey25
|
||||
66 66 66 gray26
|
||||
66 66 66 grey26
|
||||
69 69 69 gray27
|
||||
69 69 69 grey27
|
||||
71 71 71 gray28
|
||||
71 71 71 grey28
|
||||
74 74 74 gray29
|
||||
74 74 74 grey29
|
||||
77 77 77 gray30
|
||||
77 77 77 grey30
|
||||
79 79 79 gray31
|
||||
79 79 79 grey31
|
||||
82 82 82 gray32
|
||||
82 82 82 grey32
|
||||
84 84 84 gray33
|
||||
84 84 84 grey33
|
||||
87 87 87 gray34
|
||||
87 87 87 grey34
|
||||
89 89 89 gray35
|
||||
89 89 89 grey35
|
||||
92 92 92 gray36
|
||||
92 92 92 grey36
|
||||
94 94 94 gray37
|
||||
94 94 94 grey37
|
||||
97 97 97 gray38
|
||||
97 97 97 grey38
|
||||
99 99 99 gray39
|
||||
99 99 99 grey39
|
||||
102 102 102 gray40
|
||||
102 102 102 grey40
|
||||
105 105 105 gray41
|
||||
105 105 105 grey41
|
||||
107 107 107 gray42
|
||||
107 107 107 grey42
|
||||
110 110 110 gray43
|
||||
110 110 110 grey43
|
||||
112 112 112 gray44
|
||||
112 112 112 grey44
|
||||
115 115 115 gray45
|
||||
115 115 115 grey45
|
||||
117 117 117 gray46
|
||||
117 117 117 grey46
|
||||
120 120 120 gray47
|
||||
120 120 120 grey47
|
||||
122 122 122 gray48
|
||||
122 122 122 grey48
|
||||
125 125 125 gray49
|
||||
125 125 125 grey49
|
||||
127 127 127 gray50
|
||||
127 127 127 grey50
|
||||
130 130 130 gray51
|
||||
130 130 130 grey51
|
||||
133 133 133 gray52
|
||||
133 133 133 grey52
|
||||
135 135 135 gray53
|
||||
135 135 135 grey53
|
||||
138 138 138 gray54
|
||||
138 138 138 grey54
|
||||
140 140 140 gray55
|
||||
140 140 140 grey55
|
||||
143 143 143 gray56
|
||||
143 143 143 grey56
|
||||
145 145 145 gray57
|
||||
145 145 145 grey57
|
||||
148 148 148 gray58
|
||||
148 148 148 grey58
|
||||
150 150 150 gray59
|
||||
150 150 150 grey59
|
||||
153 153 153 gray60
|
||||
153 153 153 grey60
|
||||
156 156 156 gray61
|
||||
156 156 156 grey61
|
||||
158 158 158 gray62
|
||||
158 158 158 grey62
|
||||
161 161 161 gray63
|
||||
161 161 161 grey63
|
||||
163 163 163 gray64
|
||||
163 163 163 grey64
|
||||
166 166 166 gray65
|
||||
166 166 166 grey65
|
||||
168 168 168 gray66
|
||||
168 168 168 grey66
|
||||
171 171 171 gray67
|
||||
171 171 171 grey67
|
||||
173 173 173 gray68
|
||||
173 173 173 grey68
|
||||
176 176 176 gray69
|
||||
176 176 176 grey69
|
||||
179 179 179 gray70
|
||||
179 179 179 grey70
|
||||
181 181 181 gray71
|
||||
181 181 181 grey71
|
||||
184 184 184 gray72
|
||||
184 184 184 grey72
|
||||
186 186 186 gray73
|
||||
186 186 186 grey73
|
||||
189 189 189 gray74
|
||||
189 189 189 grey74
|
||||
191 191 191 gray75
|
||||
191 191 191 grey75
|
||||
194 194 194 gray76
|
||||
194 194 194 grey76
|
||||
196 196 196 gray77
|
||||
196 196 196 grey77
|
||||
199 199 199 gray78
|
||||
199 199 199 grey78
|
||||
201 201 201 gray79
|
||||
201 201 201 grey79
|
||||
204 204 204 gray80
|
||||
204 204 204 grey80
|
||||
207 207 207 gray81
|
||||
207 207 207 grey81
|
||||
209 209 209 gray82
|
||||
209 209 209 grey82
|
||||
212 212 212 gray83
|
||||
212 212 212 grey83
|
||||
214 214 214 gray84
|
||||
214 214 214 grey84
|
||||
217 217 217 gray85
|
||||
217 217 217 grey85
|
||||
219 219 219 gray86
|
||||
219 219 219 grey86
|
||||
222 222 222 gray87
|
||||
222 222 222 grey87
|
||||
224 224 224 gray88
|
||||
224 224 224 grey88
|
||||
227 227 227 gray89
|
||||
227 227 227 grey89
|
||||
229 229 229 gray90
|
||||
229 229 229 grey90
|
||||
232 232 232 gray91
|
||||
232 232 232 grey91
|
||||
235 235 235 gray92
|
||||
235 235 235 grey92
|
||||
237 237 237 gray93
|
||||
237 237 237 grey93
|
||||
240 240 240 gray94
|
||||
240 240 240 grey94
|
||||
242 242 242 gray95
|
||||
242 242 242 grey95
|
||||
245 245 245 gray96
|
||||
245 245 245 grey96
|
||||
247 247 247 gray97
|
||||
247 247 247 grey97
|
||||
250 250 250 gray98
|
||||
250 250 250 grey98
|
||||
252 252 252 gray99
|
||||
252 252 252 grey99
|
||||
255 255 255 gray100
|
||||
255 255 255 grey100
|
||||
169 169 169 dark grey
|
||||
169 169 169 DarkGrey
|
||||
169 169 169 dark gray
|
||||
169 169 169 DarkGray
|
||||
0 0 139 dark blue
|
||||
0 0 139 DarkBlue
|
||||
0 139 139 dark cyan
|
||||
0 139 139 DarkCyan
|
||||
139 0 139 dark magenta
|
||||
139 0 139 DarkMagenta
|
||||
139 0 0 dark red
|
||||
139 0 0 DarkRed
|
||||
144 238 144 light green
|
||||
144 238 144 LightGreen
|
||||
85
etc/adduser.conf
Normal file
85
etc/adduser.conf
Normal file
@@ -0,0 +1,85 @@
|
||||
# /etc/adduser.conf: `adduser' configuration.
|
||||
# See adduser(8) and adduser.conf(5) for full documentation.
|
||||
|
||||
# The DSHELL variable specifies the default login shell on your
|
||||
# system.
|
||||
DSHELL=/bin/bash
|
||||
|
||||
# The DHOME variable specifies the directory containing users' home
|
||||
# directories.
|
||||
DHOME=/home
|
||||
|
||||
# If GROUPHOMES is "yes", then the home directories will be created as
|
||||
# /home/groupname/user.
|
||||
GROUPHOMES=no
|
||||
|
||||
# If LETTERHOMES is "yes", then the created home directories will have
|
||||
# an extra directory - the first letter of the user name. For example:
|
||||
# /home/u/user.
|
||||
LETTERHOMES=no
|
||||
|
||||
# The SKEL variable specifies the directory containing "skeletal" user
|
||||
# files; in other words, files such as a sample .profile that will be
|
||||
# copied to the new user's home directory when it is created.
|
||||
SKEL=/etc/skel
|
||||
|
||||
# FIRST_SYSTEM_[GU]ID to LAST_SYSTEM_[GU]ID inclusive is the range for UIDs
|
||||
# for dynamically allocated administrative and system accounts/groups.
|
||||
# Please note that system software, such as the users allocated by the base-passwd
|
||||
# package, may assume that UIDs less than 100 are unallocated.
|
||||
FIRST_SYSTEM_UID=100
|
||||
LAST_SYSTEM_UID=999
|
||||
|
||||
FIRST_SYSTEM_GID=100
|
||||
LAST_SYSTEM_GID=999
|
||||
|
||||
# FIRST_[GU]ID to LAST_[GU]ID inclusive is the range of UIDs of dynamically
|
||||
# allocated user accounts/groups.
|
||||
FIRST_UID=1000
|
||||
LAST_UID=59999
|
||||
|
||||
FIRST_GID=1000
|
||||
LAST_GID=59999
|
||||
|
||||
# The USERGROUPS variable can be either "yes" or "no". If "yes" each
|
||||
# created user will be given their own group to use as a default. If
|
||||
# "no", each created user will be placed in the group whose gid is
|
||||
# USERS_GID (see below).
|
||||
USERGROUPS=yes
|
||||
|
||||
# If USERGROUPS is "no", then USERS_GID should be the GID of the group
|
||||
# `users' (or the equivalent group) on your system.
|
||||
USERS_GID=100
|
||||
|
||||
# If DIR_MODE is set, directories will be created with the specified
|
||||
# mode. Otherwise the default mode 0755 will be used.
|
||||
DIR_MODE=0755
|
||||
|
||||
# If SETGID_HOME is "yes" home directories for users with their own
|
||||
# group the setgid bit will be set. This was the default for
|
||||
# versions << 3.13 of adduser. Because it has some bad side effects we
|
||||
# no longer do this per default. If you want it nevertheless you can
|
||||
# still set it here.
|
||||
SETGID_HOME=no
|
||||
|
||||
# If QUOTAUSER is set, a default quota will be set from that user with
|
||||
# `edquota -p QUOTAUSER newuser'
|
||||
QUOTAUSER=""
|
||||
|
||||
# If SKEL_IGNORE_REGEX is set, adduser will ignore files matching this
|
||||
# regular expression when creating a new home directory
|
||||
SKEL_IGNORE_REGEX="dpkg-(old|new|dist|save)"
|
||||
|
||||
# Set this if you want the --add_extra_groups option to adduser to add
|
||||
# new users to other groups.
|
||||
# This is the list of groups that new non-system users will be added to
|
||||
# Default:
|
||||
#EXTRA_GROUPS="dialout cdrom floppy audio video plugdev users"
|
||||
|
||||
# If ADD_EXTRA_GROUPS is set to something non-zero, the EXTRA_GROUPS
|
||||
# option above will be default behavior for adding new, non-system users
|
||||
#ADD_EXTRA_GROUPS=1
|
||||
|
||||
|
||||
# check user and group names also against this regular expression.
|
||||
#NAME_REGEX="^[a-z][-a-z0-9_]*\$"
|
||||
2
etc/alternatives/README
Normal file
2
etc/alternatives/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Please read the update-alternatives(1) man page for information on this
|
||||
directory and its contents.
|
||||
1
etc/alternatives/aclocal
Symbolic link
1
etc/alternatives/aclocal
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/aclocal-1.16
|
||||
1
etc/alternatives/animate
Symbolic link
1
etc/alternatives/animate
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/animate-im6.q16
|
||||
1
etc/alternatives/animate-im6
Symbolic link
1
etc/alternatives/animate-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/animate-im6.q16
|
||||
1
etc/alternatives/automake
Symbolic link
1
etc/alternatives/automake
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/automake-1.16
|
||||
1
etc/alternatives/awk
Symbolic link
1
etc/alternatives/awk
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/mawk
|
||||
1
etc/alternatives/awk.1.gz
Symbolic link
1
etc/alternatives/awk.1.gz
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/man/man1/mawk.1.gz
|
||||
1
etc/alternatives/builtins.7.gz
Symbolic link
1
etc/alternatives/builtins.7.gz
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/man/man7/bash-builtins.7.gz
|
||||
1
etc/alternatives/c++
Symbolic link
1
etc/alternatives/c++
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/g++
|
||||
1
etc/alternatives/c89
Symbolic link
1
etc/alternatives/c89
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/c89-gcc
|
||||
1
etc/alternatives/c99
Symbolic link
1
etc/alternatives/c99
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/c99-gcc
|
||||
1
etc/alternatives/cc
Symbolic link
1
etc/alternatives/cc
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/gcc
|
||||
1
etc/alternatives/compare
Symbolic link
1
etc/alternatives/compare
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/compare-im6.q16
|
||||
1
etc/alternatives/compare-im6
Symbolic link
1
etc/alternatives/compare-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/compare-im6.q16
|
||||
1
etc/alternatives/composite
Symbolic link
1
etc/alternatives/composite
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/composite-im6.q16
|
||||
1
etc/alternatives/composite-im6
Symbolic link
1
etc/alternatives/composite-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/composite-im6.q16
|
||||
1
etc/alternatives/conjure
Symbolic link
1
etc/alternatives/conjure
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/conjure-im6.q16
|
||||
1
etc/alternatives/conjure-im6
Symbolic link
1
etc/alternatives/conjure-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/conjure-im6.q16
|
||||
1
etc/alternatives/convert
Symbolic link
1
etc/alternatives/convert
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/convert-im6.q16
|
||||
1
etc/alternatives/convert-im6
Symbolic link
1
etc/alternatives/convert-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/convert-im6.q16
|
||||
1
etc/alternatives/cpp
Symbolic link
1
etc/alternatives/cpp
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/cpp
|
||||
1
etc/alternatives/display
Symbolic link
1
etc/alternatives/display
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/display-im6.q16
|
||||
1
etc/alternatives/display-im6
Symbolic link
1
etc/alternatives/display-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/display-im6.q16
|
||||
1
etc/alternatives/editor
Symbolic link
1
etc/alternatives/editor
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/vim.basic
|
||||
1
etc/alternatives/ex
Symbolic link
1
etc/alternatives/ex
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/vim.basic
|
||||
1
etc/alternatives/gnome-www-browser
Symbolic link
1
etc/alternatives/gnome-www-browser
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/firefox-esr
|
||||
1
etc/alternatives/identify
Symbolic link
1
etc/alternatives/identify
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/identify-im6.q16
|
||||
1
etc/alternatives/identify-im6
Symbolic link
1
etc/alternatives/identify-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/identify-im6.q16
|
||||
1
etc/alternatives/import
Symbolic link
1
etc/alternatives/import
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/import-im6.q16
|
||||
1
etc/alternatives/import-im6
Symbolic link
1
etc/alternatives/import-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/import-im6.q16
|
||||
1
etc/alternatives/js
Symbolic link
1
etc/alternatives/js
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/nodejs
|
||||
1
etc/alternatives/libblas.so.3-x86_64-linux-gnu
Symbolic link
1
etc/alternatives/libblas.so.3-x86_64-linux-gnu
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/x86_64-linux-gnu/blas/libblas.so.3
|
||||
1
etc/alternatives/lzcat
Symbolic link
1
etc/alternatives/lzcat
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzcat
|
||||
1
etc/alternatives/lzcmp
Symbolic link
1
etc/alternatives/lzcmp
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzcmp
|
||||
1
etc/alternatives/lzdiff
Symbolic link
1
etc/alternatives/lzdiff
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzdiff
|
||||
1
etc/alternatives/lzegrep
Symbolic link
1
etc/alternatives/lzegrep
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzegrep
|
||||
1
etc/alternatives/lzfgrep
Symbolic link
1
etc/alternatives/lzfgrep
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzfgrep
|
||||
1
etc/alternatives/lzgrep
Symbolic link
1
etc/alternatives/lzgrep
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzgrep
|
||||
1
etc/alternatives/lzless
Symbolic link
1
etc/alternatives/lzless
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzless
|
||||
1
etc/alternatives/lzma
Symbolic link
1
etc/alternatives/lzma
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xz
|
||||
1
etc/alternatives/lzmore
Symbolic link
1
etc/alternatives/lzmore
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xzmore
|
||||
1
etc/alternatives/mogrify
Symbolic link
1
etc/alternatives/mogrify
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/mogrify-im6.q16
|
||||
1
etc/alternatives/mogrify-im6
Symbolic link
1
etc/alternatives/mogrify-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/mogrify-im6.q16
|
||||
1
etc/alternatives/montage
Symbolic link
1
etc/alternatives/montage
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/montage-im6.q16
|
||||
1
etc/alternatives/montage-im6
Symbolic link
1
etc/alternatives/montage-im6
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/montage-im6.q16
|
||||
1
etc/alternatives/my.cnf
Symbolic link
1
etc/alternatives/my.cnf
Symbolic link
@@ -0,0 +1 @@
|
||||
/etc/mysql/mariadb.cnf
|
||||
1
etc/alternatives/nawk
Symbolic link
1
etc/alternatives/nawk
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/mawk
|
||||
1
etc/alternatives/nawk.1.gz
Symbolic link
1
etc/alternatives/nawk.1.gz
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/man/man1/mawk.1.gz
|
||||
1
etc/alternatives/open
Symbolic link
1
etc/alternatives/open
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/xdg-open
|
||||
1
etc/alternatives/pager
Symbolic link
1
etc/alternatives/pager
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/less
|
||||
1
etc/alternatives/pinentry
Symbolic link
1
etc/alternatives/pinentry
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/pinentry-curses
|
||||
1
etc/alternatives/rcp
Symbolic link
1
etc/alternatives/rcp
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/scp
|
||||
1
etc/alternatives/rlogin
Symbolic link
1
etc/alternatives/rlogin
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/slogin
|
||||
1
etc/alternatives/rmt
Symbolic link
1
etc/alternatives/rmt
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/sbin/rmt-tar
|
||||
1
etc/alternatives/rmt.8.gz
Symbolic link
1
etc/alternatives/rmt.8.gz
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/man/man8/rmt-tar.8.gz
|
||||
1
etc/alternatives/rsh
Symbolic link
1
etc/alternatives/rsh
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/bin/ssh
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user