-----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@klepp.biz Date: Fri, September 11, 2015 11:06 am To: trinity-users@lists.pearsoncomputing.net - --------------------------------------------------------------------------
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