Re: prima behavior - blacking out areas...

From: Andy Harrison <aharrison+prima_at_gmail.com>
Date: Wed, 6 Feb 2008 13:06:37 -0500
To: prima <prima_at_prima.eu.org>

> use Prima qw(Application);
> printf "RGB=%06x\n", $::application-> map_color(cl::Back|wc::Label);
>
> On my machine this prints RGB=d4d0c8, as expected, on yours, if my
> suspicion is true, it should print RGB=000000. If it does, investigate
> the debug output and the content of your .Xdefaults .

(549)[12:08pm] > perl -le ' use Prima qw(Application); printf
"RGB=%06x\n", $::application-> map_color(cl::Back|wc::Label); '
RGB=cccccc

Yes, it looks like you're definitely on the right track.

However, I don't have an ~/.Xdefaults file. Just to test, I created
an entirely new user on my box, logged into a fresh X session as that
use the RGB output is the same cccccc value...

(562)[12:11pm] > ls -1a ~ | grep -i '^[.]x'
.Xauthority
.xcompmgrrc
.xcoralrc
.xemacs
.xim.template
.xine
.xinitrc.template
.Xmodmap
.xmoto
.xprofile
.xscreensaver
.xsession-errors
.xsession-errors-:1
.xsession-errors-ultra40.metrocast.net:1
.xtalkrc

(the .xprofile just contains one line, "xhost +SI:localuser:root")

(565)[12:13pm] > perl -le ' use Prima qw(Application); printf
"RGB=%06x\n", $::application-> map_color(cl::Back|wc::Label); ' --
--debug=X
misc: inst: visual
misc: class: Prima Visual
misc: inst: nocorefonts
misc: class: Prima Nocorefonts
misc: inst: ignoreEncodings
misc: class: Prima IgnoreEncodings
misc: inst: noscaledfonts
misc: class: Prima Noscaledfonts
misc: inst: usexft
misc: class: Prima UseXFT
misc: inst: font
misc: class: Prima Font
misc: inst: menu_font
misc: class: Prima Font
misc: inst: widget_font
misc: class: Prima Font
misc: inst: message_font
misc: class: Prima Font
misc: inst: caption_font
misc: class: Prima Font
misc: inst: prima color
misc: class: Prima Foreground
misc: inst: prima hiliteBackColor
misc: class: Prima Foreground
misc: inst: prima disabledColor
misc: class: Prima Foreground
misc: inst: prima dark3DColor
misc: class: Prima Foreground
misc: inst: prima backColor
misc: class: Prima Background
misc: inst: prima hiliteColor
misc: class: Prima Background
misc: inst: prima disabledBackColor
misc: class: Prima Background
misc: inst: prima light3DColor
misc: class: Prima Background
misc: inst: prima font
misc: class: Prima Font
misc: inst: prima popupFont
misc: class: Prima Font
misc: inst: prima hintWidget hiliteBackColor
misc: class: Prima HintWidget Foreground
misc: inst: prima hintWidget disabledColor
misc: class: Prima HintWidget Foreground
misc: inst: prima hintWidget dark3DColor
misc: class: Prima HintWidget Foreground
misc: inst: prima hintWidget hiliteColor
misc: class: Prima HintWidget Background
misc: inst: prima hintWidget disabledBackColor
misc: class: Prima HintWidget Background
misc: inst: prima hintWidget light3DColor
misc: class: Prima HintWidget Background
misc: inst: prima hintWidget font
misc: class: Prima HintWidget Font
misc: inst: prima hintWidget popupFont
misc: class: Prima HintWidget Font
RGB=cccccc

(574)[12:15pm] > strace -o strace-output.txt -e trace=file -f perl -le
' use Prima qw(Application); printf "RGB=%06x\n", $::application->
map_color(cl::Back|wc::Label); ' -- --debug=X

... the resulting strace-output.txt file...

7443 execve("/usr/bin/X11/perl", ["perl", "-le", " use Prima
qw(Application); "..., "--", "--debug=X"], [/* 97 vars */]) = 0
7443 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
7443 open("/etc/ld.so.cache", O_RDONLY) = 3
7443 open("/lib64/libm.so.6", O_RDONLY) = 3
7443 open("/lib64/libdl.so.2", O_RDONLY) = 3
7443 open("/lib64/libcrypt.so.1", O_RDONLY) = 3
7443 open("/lib64/libpthread.so.0", O_RDONLY) = 3
7443 open("/lib64/libc.so.6", O_RDONLY) = 3
7443 syscall_273(0x2b0605a3ed70, 0x18, 0x7fffa5e797c8,
0x2b0604c2f4a0, 0x2b0605a3ecd0, 0xff342d312d315e42, 0x5, 0x5, 0x5,
0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5,
0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5) = 0
7443 open("/usr/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No
such file or directory)
7443 open("/usr/share/locale/locale.alias", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY)
= -1 ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = 3
7443 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_MEASUREMENT", O_RDONLY) =
-1 ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_MEASUREMENT", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_TELEPHONE", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_TELEPHONE", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_ADDRESS", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_ADDRESS", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_NAME", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_NAME", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_PAPER", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_PAPER", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_MESSAGES", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES",
O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_MONETARY", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_MONETARY", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_COLLATE", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_COLLATE", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_TIME", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_TIME", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_NUMERIC", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_NUMERIC", O_RDONLY) = 3
7443 open("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY) = -1
ENOENT (No such file or directory)
7443 open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY) = 3
7443 open("/dev/urandom", O_RDONLY) = 3
7443 open("/dev/null", O_RDONLY) = 3
7443 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima.pmc", 0x7fffa5e78e60) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima.pm", 0x7fffa5e78d20) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima.pmc", 0x7fffa5e78e60)
= -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima.pm", 0x7fffa5e78d20)
= -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima.pmc", 0x7fffa5e78e60) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima.pm", 0x7fffa5e78d20) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima.pm",
{st_mode=S_IFREG|0644, st_size=12622, ...}) = 0
7443 open("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima.pm",
O_RDONLY) = 4
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/strict.pmc",
0x7fffa5e78880) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/strict.pm",
0x7fffa5e78740) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/strict.pmc", 0x7fffa5e78880) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/strict.pm", {st_mode=S_IFREG|0444,
st_size=3292, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/strict.pm", O_RDONLY) = 5
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/vars.pmc",
0x7fffa5e78880) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/vars.pm",
0x7fffa5e78740) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/vars.pmc", 0x7fffa5e78880) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/vars.pm", {st_mode=S_IFREG|0444,
st_size=2358, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/vars.pm", O_RDONLY) = 5
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/warnings/register.pmc",
0x7fffa5e782a0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/warnings/register.pm",
0x7fffa5e78160) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/warnings/register.pmc",
0x7fffa5e782a0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/warnings/register.pm",
{st_mode=S_IFREG|0444, st_size=1023, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/warnings/register.pm", O_RDONLY) = 6
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/warnings.pmc",
0x7fffa5e782a0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/warnings.pm",
0x7fffa5e78160) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/warnings.pmc", 0x7fffa5e782a0) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/warnings.pm", {st_mode=S_IFREG|0444,
st_size=15879, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/warnings.pm", O_RDONLY) = 6
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Carp.pmc",
0x7fffa5e77cc0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Carp.pm",
0x7fffa5e77b80) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Carp.pmc", 0x7fffa5e77cc0) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Carp.pm", {st_mode=S_IFREG|0444,
st_size=8840, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/Carp.pm", O_RDONLY) = 7
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Exporter.pmc",
0x7fffa5e77cc0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Exporter.pm",
0x7fffa5e77b80) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Exporter.pmc", 0x7fffa5e77cc0) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Exporter.pm", {st_mode=S_IFREG|0444,
st_size=14419, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/Exporter.pm", O_RDONLY) = 7
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm",
{st_mode=S_IFREG|0444, st_size=28125, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm",
O_RDONLY) = 4
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Config.pmc",
0x7fffa5e78880) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Config.pm",
{st_mode=S_IFREG|0444, st_size=2597, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Config.pm",
O_RDONLY) = 5
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/AutoLoader.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/AutoLoader.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/AutoLoader.pmc", 0x7fffa5e78e60) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/AutoLoader.pm",
{st_mode=S_IFREG|0444, st_size=11093, ...}) = 0
7443 open("/usr/lib/perl5/5.8.8/AutoLoader.pm", O_RDONLY) = 4
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/auto/Prima",
0x73b140) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/auto/Prima", 0x73b140) = -1 ENOENT
(No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Prima",
0x73b140) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/auto/Prima", 0x73b140) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/auto/Prima", 0x73b140) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Prima",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Prima/Prima.so",
{st_mode=S_IFREG|0644, st_size=1481912, ...}) = 0
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Prima/Prima.bs",
0x73b140) = -1 ENOENT (No such file or directory)
7443 open("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Prima/Prima.so",
O_RDONLY) = 4
7443 open("/etc/ld.so.cache", O_RDONLY) = 4
7443 open("/usr/lib64/libX11.so.6", O_RDONLY) = 4
7443 open("/usr/lib64/libXext.so.6", O_RDONLY) = 4
7443 open("/usr/lib64/libfreetype.so.6", O_RDONLY) = 4
7443 open("/usr/lib64/libfontconfig.so.1", O_RDONLY) = 4
7443 open("/usr/lib64/libXrender.so.1", O_RDONLY) = 4
7443 open("/usr/lib64/libXft.so.2", O_RDONLY) = 4
7443 open("/usr/lib64/libjpeg.so.62", O_RDONLY) = 4
7443 open("/usr/lib64/libpng12.so.0", O_RDONLY) = 4
7443 open("/usr/lib64/libtiff.so.3", O_RDONLY) = 4
7443 open("/usr/lib64/libgif.so.4", O_RDONLY) = 4
7443 open("/usr/lib64/libXpm.so.4", O_RDONLY) = 4
7443 open("/usr/lib64/libXau.so.6", O_RDONLY) = 4
7443 open("/usr/lib64/libXdmcp.so.6", O_RDONLY) = 4
7443 open("/lib64/libz.so.1", O_RDONLY) = 4
7443 open("/usr/lib64/libexpat.so.1", O_RDONLY) = 4
7443 open("/usr/lib64/libSM.so.6", O_RDONLY) = 4
7443 open("/usr/lib64/libICE.so.6", O_RDONLY) = 4
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima/Const.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima/Const.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima/Const.pmc", 0x7fffa5e78e60) =
-1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima/Const.pm", 0x7fffa5e78d20) = -1
ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima/Const.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima/Const.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima/Const.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima/Const.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima/Const.pmc", 0x7fffa5e78e60)
= -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima/Const.pm", 0x7fffa5e78d20)
= -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Const.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Const.pm",
{st_mode=S_IFREG|0644, st_size=23887, ...}) = 0
7443 open("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Const.pm",
O_RDONLY) = 4
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima/Classes.pmc", 0x7fffa5e78e60) =
-1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima/Classes.pm", 0x7fffa5e78d20) =
-1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima/Classes.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima/Classes.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima/Classes.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima/Classes.pm",
0x7fffa5e78d20) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pmc",
0x7fffa5e78e60) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pm",
{st_mode=S_IFREG|0644, st_size=43686, ...}) = 0
7443 open("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Classes.pm",
O_RDONLY) = 5
7443 access("/home/aharrison/.Xauthority", R_OK) = 0
7443 open("/home/aharrison/.Xauthority", O_RDONLY) = 7
7443 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 7
7443 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 7
7443 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 7
7443 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
7443 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 7
7443 access("/etc/fonts/fonts.conf", R_OK) = 0
7443 stat("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644,
st_size=5519, ...}) = 0
7443 open("/etc/fonts/fonts.conf", O_RDONLY) = 7
7443 access("/etc/fonts/conf.d", R_OK) = 0
7443 stat("/etc/fonts/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
7443 open("/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 8
7443 access("/etc/fonts/conf.d/05-suse-font-dirs.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/05-suse-font-dirs.conf",
{st_mode=S_IFREG|0644, st_size=1654, ...}) = 0
7443 open("/etc/fonts/conf.d/05-suse-font-dirs.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/20-fix-globaladvance.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/20-fix-globaladvance.conf",
{st_mode=S_IFREG|0644, st_size=943, ...}) = 0
7443 open("/etc/fonts/conf.d/20-fix-globaladvance.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/20-lohit-gujarati.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/20-lohit-gujarati.conf",
{st_mode=S_IFREG|0644, st_size=301, ...}) = 0
7443 open("/etc/fonts/conf.d/20-lohit-gujarati.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/20-unhint-small-vera.conf",
{st_mode=S_IFREG|0644, st_size=1188, ...}) = 0
7443 open("/etc/fonts/conf.d/20-unhint-small-vera.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/30-amt-aliases.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/30-amt-aliases.conf",
{st_mode=S_IFREG|0644, st_size=514, ...}) = 0
7443 open("/etc/fonts/conf.d/30-amt-aliases.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/30-urw-aliases.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/30-urw-aliases.conf",
{st_mode=S_IFREG|0644, st_size=1484, ...}) = 0
7443 open("/etc/fonts/conf.d/30-urw-aliases.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/40-generic.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/40-generic.conf", {st_mode=S_IFREG|0644,
st_size=1723, ...}) = 0
7443 open("/etc/fonts/conf.d/40-generic.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/49-sansserif.conf",
{st_mode=S_IFREG|0644, st_size=545, ...}) = 0
7443 open("/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/50-suse-pre-user.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/50-suse-pre-user.conf",
{st_mode=S_IFREG|0644, st_size=10664, ...}) = 0
7443 open("/etc/fonts/conf.d/50-suse-pre-user.conf", O_RDONLY) = 9
7443 access("/etc/fonts/suse-hinting.conf", R_OK) = 0
7443 stat("/etc/fonts/suse-hinting.conf", {st_mode=S_IFREG|0644,
st_size=10101, ...}) = 0
7443 open("/etc/fonts/suse-hinting.conf", O_RDONLY) = 10
7443 access("/etc/fonts/suse-bitmaps.conf", R_OK) = 0
7443 stat("/etc/fonts/suse-bitmaps.conf", {st_mode=S_IFREG|0644,
st_size=4437, ...}) = 0
7443 open("/etc/fonts/suse-bitmaps.conf", O_RDONLY) = 10
7443 access("/etc/fonts/conf.d/55-local.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/55-local.conf", {st_mode=S_IFREG|0644,
st_size=271, ...}) = 0
7443 open("/etc/fonts/conf.d/55-local.conf", O_RDONLY) = 9
7443 access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file
or directory)
7443 access("/etc/fonts/conf.d/56-user.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/56-user.conf", {st_mode=S_IFREG|0644,
st_size=269, ...}) = 0
7443 open("/etc/fonts/conf.d/56-user.conf", O_RDONLY) = 9
7443 access("/home/aharrison/.fonts.conf", R_OK) = -1 ENOENT (No such
file or directory)
7443 access("/etc/fonts/conf.d/58-suse-post-user.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/58-suse-post-user.conf",
{st_mode=S_IFREG|0644, st_size=5453, ...}) = 0
7443 open("/etc/fonts/conf.d/58-suse-post-user.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/60-latin.conf", {st_mode=S_IFREG|0644,
st_size=1064, ...}) = 0
7443 open("/etc/fonts/conf.d/60-latin.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/65-fonts-persian.conf",
{st_mode=S_IFREG|0644, st_size=12559, ...}) = 0
7443 open("/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/65-nonlatin.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/65-nonlatin.conf",
{st_mode=S_IFREG|0644, st_size=995, ...}) = 0
7443 open("/etc/fonts/conf.d/65-nonlatin.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/69-unifont.conf", {st_mode=S_IFREG|0644,
st_size=454, ...}) = 0
7443 open("/etc/fonts/conf.d/69-unifont.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/80-delicious.conf",
{st_mode=S_IFREG|0644, st_size=433, ...}) = 0
7443 open("/etc/fonts/conf.d/80-delicious.conf", O_RDONLY) = 9
7443 access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
7443 stat("/etc/fonts/conf.d/90-synthetic.conf",
{st_mode=S_IFREG|0644, st_size=2169, ...}) = 0
7443 open("/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY) = 9
7443 stat("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/X11R6/lib/X11/fonts", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/c5f5d66d15c24edc3e863c27139db87e-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/opt/kde3/share/fonts", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/cf6c88e680607f2ab796171745f068a4-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/local/share/fonts", 0x7fffa5e77750) = -1 ENOENT (No
such file or directory)
7443 open("/usr/local/share/fonts", O_RDONLY|O_NONBLOCK|O_DIRECTORY)
= -1 ENOENT (No such file or directory)
7443 stat("/home/aharrison/.fonts", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/52d1f0942665ee3c3ea5de557ac73561-x86-64.cache-2",
O_RDONLY) = -1 ENOENT (No such file or directory)
7443 open("/home/aharrison/.fontconfig/52d1f0942665ee3c3ea5de557ac73561-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/Speedo", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/30786aca7a961ef9f9799e540455831d-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/util", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/4b172ca7f111e3cffadc3636415fead9-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/100dpi", {st_mode=S_IFDIR|0755,
st_size=102400, ...}) = 0
7443 open("/var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/encodings", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/a1c95d6dfc9a7b34f44445cf81166004-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/encodings/large", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/5ca8086aeacc9c68e81a71e7ef846b3b-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/misc", {st_mode=S_IFDIR|0755,
st_size=28672, ...}) = 0
7443 open("/var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/truetype", {st_mode=S_IFDIR|0755,
st_size=20480, ...}) = 0
7443 open("/var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/cyrillic", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/2d31a572ce6667f6a0da9c8dc611898b-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/java", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/43759d6532d7c8fa2377cba0d6368316-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/uni", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/d458be102e54cf534d1eef0dcbb02d07-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/Type1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/75dpi", {st_mode=S_IFDIR|0755,
st_size=102400, ...}) = 0
7443 open("/var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/X11R6/lib/X11/fonts/jmk", {st_mode=S_IFDIR|0755,
st_size=12288, ...}) = 0
7443 open("/var/cache/fontconfig/ef006da8917a67620c77667ef3ebffd7-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/opt/kde3/share/fonts/override", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/0c42b92420913fbcd7539015ba025a31-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/lib64/ooo-2.0/share/fonts", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/5582bcdff229c67b5fec2ece77d58e8f-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/lib64/ooo-2.0/share/fonts/truetype",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/17eac1165263be9f8c818b6f419cf6e6-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/lib/jvm/java-1_4_2-sun-1.4.2_update15/jre/lib/fonts",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/672c8cb605ebf0a63904dd72b8851a18-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/lib64/jvm/java-1.5.0-sun-1.5.0_update12/jre/lib/fonts",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/d35eb0e8f26c5e07269f8f004d946f56-x86-64.cache-2",
O_RDONLY) = 7
7443 stat("/usr/share/fonts/URW", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
7443 open("/var/cache/fontconfig/77e41c5059666d75f92e318d4be8c21e-x86-64.cache-2",
O_RDONLY) = 7
7443 open("/home/aharrison/.Xdefaults-ultra40", O_RDONLY) = -1 ENOENT
(No such file or directory)
7443 open("/usr/share/fonts/truetype/arial.ttf", O_RDONLY) = 7
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima/Application.pmc",
0x7fffa5e788c0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/Prima/Application.pm",
0x7fffa5e78780) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima/Application.pmc",
0x7fffa5e788c0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/5.8.8/Prima/Application.pm",
0x7fffa5e78780) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima/Application.pmc",
0x7fffa5e788c0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Prima/Application.pm",
0x7fffa5e78780) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima/Application.pmc",
0x7fffa5e788c0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/5.8.8/Prima/Application.pm",
0x7fffa5e78780) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima/Application.pmc",
0x7fffa5e788c0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/site_perl/Prima/Application.pm",
0x7fffa5e78780) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Application.pmc",
0x7fffa5e788c0) = -1 ENOENT (No such file or directory)
7443 stat("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Application.pm",
{st_mode=S_IFREG|0644, st_size=23588, ...}) = 0
7443 open("/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Prima/Application.pm",
O_RDONLY) = 7
7443 open("/etc/ld.so.cache", O_RDONLY) = 7
7443 open("/usr/lib64/libXcursor.so.1", O_RDONLY) = 7
7443 open("/usr/lib64/libXfixes.so.3", O_RDONLY) = 7
7443 open("/home/aharrison/.icons/crystalwhite/cursors/left_ptr",
O_RDONLY) = -1 ENOENT (No such file or directory)
7443 open("/home/aharrison/.icons/crystalwhite/index.theme",
O_RDONLY) = -1 ENOENT (No such file or directory)
7443 open("/usr/share/icons/crystalwhite/cursors/left_ptr", O_RDONLY) = 7

I was poking around my /etc/X11 directory, but didn't see anything
like a global default X Not really sure what to do from here...
#cccccc corresponds to gray80 and I tried poking around looking for
files referencing gray80, but couldn't really find anything.

-- 
Andy
Received on Wed 06 Feb 2008 - 19:06:45 CET

This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:06 CET