Am 09.01.2014 21:17, schrieb Antonis Tsolomitis: > Is it this? Why then a command such as > dtterm -xrm > "-b&h-lucidatypewriter-medium-r-normal-sans-8-80-75-75-m-50-iso10646-1" > fails? > Same with -fn or -font in the place of -xrm. > Same with -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-7 > Same with -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
First of all, -xrm defines an X resource string, therefore you probably have to use something like dtterm -xrm '*Foo.Bar: baz' You can look up specific resources for Dtterm in /usr/dt/app-defaults/$LANG/Dtterm. Second of all, I don't know if -fn affects all font resources. IIRC it's an option of the X11 Toolkit Intrincics, so it probably should, but I don't know how far Motif goes with that. The thing is that you have multiple fonts for various GUI elements of a Motif-based application, which are all controlled by one or more X resources and resource classes. Some of them are globally used by CDE and its applications, some of them are application specific. Menus and the like are usually set globally so every application has the same look and feel, more or less. But the terminal font for dtterm is likely to be application specific. To get an impression what resources are set you can use xrdb -query I hope this helps to some extent... Cheers, J. -- Johannes von Rotz Bachmannweg 11 8046 Zuerich +41 79 705 23 96 ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel