You are not logged in.

#1 2009-08-11 15:21:32

scv5
Member
Registered: 2008-10-19
Posts: 109

[solved] pacman -Syu made my rxvt-unicode pink

nothing against those who likes their terminal looking like Barbie's Dream House, but I'm baffled.

I did a pacman -Syu, shutdown, installed a 1TB drive, booted back up  and now my urxvt background is bright pink.

This is my .Xdefaults.

URxvt*termName: rxvt-unicode
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: firefox
URxvt.matcher.button: 2
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] 
URxvt*saveLines: 4000
URxvt*background: #1c1c1c 
!URxvt*background: #2E3436 
URxvt*secondaryScroll: true
URxvt*scrollBar: false
URxvt*geometry: 130x25
URxvt.font: xft:DejaVu Sans Mono:size=8
URxvt.xftAntialias:      true
URxvt*foreground: white 
URxvt*pointerColor: white
URxvt*pointerColorBackground: black
URxvt*cursorColor: white 
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
!URxvt*inheritPixmap: True
URxvt*shading: 20   
URxvt*tintColor: black
! Black
URxvt*color0:           #262626
URxvt*color8:           #252525

! Red
URxvt*color1:           #C12121
URxvt*color9:           #E50E0E

! Green
URxvt*color2:           #597b20
URxvt*color10:          #89b83f

! Yellow
URxvt*color3:           #Ded838
URxvt*color11:          #efef60

! Blue
URxvt*color4:           #265997
URxvt*color12:          #3F6FD0

! Magenta
URxvt*color5:           #706c9a
URxvt*color13:          #826ab1

! Cyan
URxvt*color6:           #69a2b0
URxvt*color14:          #a1cdcd

! White
URxvt*color7:           #BBBBBB
URxvt*color15:          #EEEEEF

I can't figure this out.  Any ideas?

Last edited by scv5 (2009-08-12 16:46:40)

Offline

#2 2009-08-11 16:28:49

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [solved] pacman -Syu made my rxvt-unicode pink

Try to install rxvt-unicode-256colors package from community wink


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#3 2009-08-11 17:16:25

scv5
Member
Registered: 2008-10-19
Posts: 109

Re: [solved] pacman -Syu made my rxvt-unicode pink

I should have specified, this is the rxvt-unicode from community.

Offline

#4 2009-08-11 17:53:35

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [solved] pacman -Syu made my rxvt-unicode pink

But you tried to install rxvt-unicoede-256colors?


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#5 2009-08-11 18:48:19

scv5
Member
Registered: 2008-10-19
Posts: 109

Re: [solved] pacman -Syu made my rxvt-unicode pink

yes

Offline

#6 2009-08-11 19:44:50

Maxa
Member
Registered: 2008-11-30
Posts: 31

Re: [solved] pacman -Syu made my rxvt-unicode pink

I've had the same problem with Cygwin, so I gave a try... looks like the problem is the whitespace after the colours.

URxvt*background: #1c1c1c_
URxvt*foreground: white_

Offline

#7 2009-08-12 16:46:27

scv5
Member
Registered: 2008-10-19
Posts: 109

Re: [solved] pacman -Syu made my rxvt-unicode pink

that was it, thanks.

Offline

Board footer

Powered by FluxBB