I'm running a GUI editor (xvile) on a 'remote' (i.e. not my desktop) machine and I need to be able to set its X resources.
For xvile run on the local machine it's easy, I just put them in .Xresources and when X starts up it automatically loads any resources it finds in .Xresources (and/or .Xdefaults). So how do I do the equivalent when xvile is running on a remote client?
Do I have to install xrdb on the remote client and run it before running xvile? It somehow seems wrong as its the display machine (X server) which actually needs to set the resources, can't I somehow tell the local (server) machine to set resources for a remote client app.?