Re: umask in modules
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: Istvan M. <mi...@im...> - 2000-05-30 21:57:17
|
Robert Minsk <eg...@ce...> writes: > The X font path seems to be useful. There are a few things that make it a > bit hard to implement. Checking to see if the directory is a valid font > directory for one. The X server has to check the validity of the font path. The font might not even exist in the same directory on the client. xset fp+ doesn't check either, it just lets the X server do the checking. > Another thing what happens to running applications when the font > path is changed? I guess one could look at the X server code to > find out. Applications that have already opened their fonts should continue to run fine. Anything that tries to open the fonts in the directory in question will fail. But this is the same as it works when you manipulate the fontpath with xset. -- Istvan |