Hi there,
I often work on different machines on the same network. The
machines have different OS-versions installed and different
versions of libraries avialable. To get the right
fvwm-version I try to start different versions in my
.xinitrc:
if /home/science/pross/installed/fvwm-2.5.7-installed/bin/fvwm -f /home/science/pross/.fvwm/.fvwm2rc-2.5.7 2> ~/.fvwm.log ; then
exit 0 ;
elif /var/tmp/fvwm-2.5.6-installed/bin/fvwm -f /home/science/pross/.fvwm/.fvwm2rc-2.5.6 2> ~/.fvwm.log ; then
exit 0 ;
elif ...
My problem is that I need for each version a config file
since the ModulePath differs from version to version. All my
.fvwm2rc*-files look like this:
ModulePath /var/tmp/fvwm-2.5.6-installed/libexec/fvwm/2.5.6
Read FvwmConfig
Where FvwmConfig contains configuration statements for all
version.
Is there a way the avoid the setting of FvwmModulePath? It
might be compiled in fvwm.
Thanks in advance.
Regards Uwe
--
,_, For personal reply/mail put "fvwm"
(O,O) in the subject.
( ) Otherwise I won't receive our mail.
--"-"----------------------------------------
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Aug 21 2003 - 07:48:45 BST