On Thu, Aug 21, 2003 at 02:46:41PM +0200, Uwe Pross wrote:
> 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.
Why don't you just use the compiled in default? Delete the
ModulePath line and you should be fine.
Bye
Dominik ^_^ ^_^
--
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 - 08:13:30 BST