trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2015

[Fwd: Re: [trinity-users] Odd ssh -Y problem. A TDEism?]

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 11 Sep 2015 11:10:12 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA224

Forwarding here to get other developer input on this.  There is a
long-standing issue with TDE and certain old X11 applications that try to
read the xrdb color control file.  Before I spend time figuring out the
proper way to fix this issue, has anyone else already debugged this and/or
come up with a proposed fix for TDE itself?

Thanks!

- ---------------------------- Original Message ----------------------------
Subject: Re: [trinity-users] Odd ssh -Y problem.  A TDEism?
From:    "Dr. Nikolaus Klepp" <office@...>
Date:    Fri, September 11, 2015 11:06 am
To:      trinity-users@...
- --------------------------------------------------------------------------

Hi Gene!

you may want to add this line on your remote machines .bashrc:

xrdb -all -query|sed -e '\''s#[A-Z_]*BACKGROUND# gray90#'\'' -e
'\''s#[A-Z_]*FOREGROUND# Black#'\''  -e '\''s#[A-Z_]*HIGHLIGHT#White#'\''
- -e '\''s#[A-Z_]*LOWLIGHT# Black#'\''|xrdb -merge;

This has to go in one line. It's just the part of the "alias"-line I sent
you ages ago to make linuxcnc work on TDE :-) This is the line as an
alias:

alias linuxcnc='xrdb -all -query|sed -e '\''s#[A-Z_]*BACKGROUND#
gray90#'\'' -e '\''s#[A-Z_]*FOREGROUND# Black#'\''  -e
'\''s#[A-Z_]*HIGHLIGHT# White#'\'' -e '\''s#[A-Z_]*LOWLIGHT#
Black#'\''|xrdb -merge; linuxcnc'

Again, just one line :-)

Nik

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iFYEARELAAYFAlXy/OQACgkQLaxZSoRZrGEQ6gDgxRtTlLjEcInqNOMfwMnyY0ml
K81IC0hSzWAy1ADgnrnEVWIWElmJHY1uxvaK41+Ed/DO9c4W4vOTVQ==
=cx0M
-----END PGP SIGNATURE-----