You are not logged in.

#1 2006-05-24 12:27:09

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

amsn doesn't start... because of a colour error?!!

Yet another post by moi.. so many problems arise when you fiddle around with your desktops and apps tongue

Any idea what's causing this?

Error in startup script: unknown color name "white"
    (processing "-background" option)
    invoked from within
"text $window.info -background white -width 60 -height 30 -wrap word  -yscrollcommand "$window.ys set""
    (procedure "::pluginslog::draw" line 10)
    invoked from within
"::pluginslog::draw"
    invoked from within
"if { $initialize_amsn == 1 } {
     ::pluginslog::draw
}"
    (file "pluginslog.tcl" line 205)
    invoked from within
"source pluginslog.tcl"
    ("uplevel" body line 22)
    invoked from within
"uplevel #0 {
    
    source ctthemes.tcl
    source progressbar.tcl    ;# Progressbar Megawidget
    source migmd5.tcl
    source des.tcl        ;# DES encryption
    source s..."
    (procedure "reload_files" line 2)
    invoked from within
"reload_files"
    (file "/usr/bin/amsn" line 233)

I've got tcl-cvs and tk-cvs installed from cimi's repository , so that's not the problem...


.oO Komodo Dave Oo.

Offline

#2 2006-05-24 12:32:23

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: amsn doesn't start... because of a colour error?!!

color errors usually are due to wrong path to rgb.txt in xorg.conf.
Can you check what your path to rgb in xorg.conf is ?

Offline

#3 2006-05-24 12:33:01

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: amsn doesn't start... because of a colour error?!!

pressh wrote:

color errors usually are due to wrong path to rgb.txt in xorg.conf

ffs.. I just realised that, lol. What a muppet tongue

Cheers for the reminder pressh wink


.oO Komodo Dave Oo.

Offline

#4 2006-05-24 12:56:31

torindan2
Member
Registered: 2004-07-15
Posts: 74

Re: amsn doesn't start... because of a colour error?!!

Did you recently upgraded to xorg7?
take a look into /etc/X11/xorg.conf and check that RgbPath is set correctly

...
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
...

Offline

#5 2006-05-24 12:57:50

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: amsn doesn't start... because of a colour error?!!

torindan2 wrote:

Did you recently upgraded to xorg7?
take a look into /etc/X11/xorg.conf and check that RgbPath is set correctly

...
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
...

Thanks torindan2, but read above tongue


.oO Komodo Dave Oo.

Offline

Board footer

Powered by FluxBB