Page 1 of 1

New guy , wierd problem

Posted: Sat Feb 26, 2011 2:58 am
by mick
I have been using Debian Squeeze with LXDE for a while now and I really like the combination with my hardware.
P4 2.4 , MSI board , 2 gig ram , geforce 6200 8x AGP , 1 TB seagate sata , 24" acer wide led screen.
I don't know where to post , so I'll try here and take a beating if needed.
I have been messing with Rxvt-Unicode and have gotten it looking pretty good , until last week.
Suddenly all my text is pink and everything else is normal.
I get an error in .xsession-errors like this.

/etc/gdm/Xsession: Beginning session setup...

(polkit-gnome-authentication-agent-1:1706): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'

(polkit-gnome-authentication-agent-1:1706): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
** (pcmanfm:1705): DEBUG: unable to load icon . GThemedIcon application-octet-stream gnome-mime-application-octet-stream application-x-generic
urxvt: unable to parse color 'fefdf6 ', using pink instead.

This doesn't seem to bother anything else , but after about 6 hours of Googling , I came up with zip on this.
If anyone has an idea where to start looking , I'd be greatfull for any suggestions.
Mick (nooby)

Re: New guy , wierd problem

Posted: Sat Feb 26, 2011 11:26 am
by Mark
irc.otfc.net #lxde

We have less spam there ;)

Re: New guy , wierd problem

Posted: Mon Feb 28, 2011 11:27 pm
by mick
I figured it out.
I forgot the second line with transparent.
Here's my config in .Xdefaults
## urxvt config
URxvt*termName: rxvt
URxvt*transparent:true
URxvt*background: #000000
URxvt*foreground: #a8a8a8
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: true
URxvt*cursorUnderline: True
URxvt*inheritPixmap: true
URxvt*geometry: 80x60+3+3
URxvt*tint:white
URxvt*font: xft:terminus-font:size=12x24
#URxvt*font: xft:terminus-bold-24
URxvt*color0: #000000
URxvt*color1: #A80000
URxvt*color2: #00A800
URxvt*color3: #A85400
URxvt*color4: #0000A8
URxvt*color5: #A800A8
URxvt*color6: #00A8A8
URxvt*color7: #fefdf6
URxvt*color8: #545054
URxvt*color9: #F85450
URxvt*color10: #50FC50
URxvt*color11: #F2FC50
URxvt*color12: #5054F8
URxvt*color13: #F854F8
URxvt*color14: #50FCF8
URxvt*color15: #F8FCF8

Without the transparent line I got pink for the foreground color.
mick