urxvt looks terrible

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: urxvt looks terrible

Post by mimosa »

My one remaining niggle is why the line in user-settings-fluxbox's .bashrc is:

Code: Select all

export TERM=xterm
and not

Code: Select all

export TERM=rxvt-unicode
Indeed, everything seems to work OK without exporting any value for that environment variable.
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: urxvt looks terrible

Post by gapan »

rxvt-unicode is not a valid value for the TERM variable. Look in /usr/share/terminfo/*/* for valid values. TERM=xterm works without problems for most X terminals in most cases.

Code: Select all

man terminfo
for more information.
Image
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: urxvt looks terrible

Post by mimosa »

Got it. :)

Is there any reason why my existing .bashrc *doesn't* export that variable? I imagine that's how the file was created by the Ratpoison install disk - without any such line.
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: urxvt looks terrible

Post by gapan »

mimosa wrote:Is there any reason why my existing .bashrc *doesn't* export that variable?
Because it's not set explicitly in other environments as other terminals don't really need it.
mimosa wrote:I imagine that's how the file was created by the Ratpoison install disk - without any such line.
Yes.
Image
Image
thom1
Posts: 28
Joined: 16. May 2011, 09:40

Re: urxvt looks terrible

Post by thom1 »

mimosa wrote:When I tried to run screen, I was told

Code: Select all

$TERM too long - sorry.
Hi,

Sorry if this post is off topic.
I suggest you to switch from screen (old and buggy) to tmux (very very powerful).

Have a nice day
Thomas Bourdon
User avatar
fredg
Posts: 232
Joined: 3. Oct 2009, 16:50
Location: Lyon, France
Contact:

Re: urxvt looks terrible

Post by fredg »

I suggest you to switch from screen (old and buggy) to tmux (very very powerful).
I agree, tmux is now in the -current/14.0 repo.

++
Post Reply