On Wed, Jul 29, 1998 at 08:48:04PM -0400, Dan Espen wrote:
> Vikas Agnihotri <VikasA_at_cagw1.att.com> writes:
> > + "I" FvwmCommandS
> > in my InitFunction as well as RestartFunction but when fvwm2 (.0.46) starts
> > up, the FvwmCommandS module is not started up. I either need to restart
> > fvwm2 or use the 'Modules' menu to start FvwmCommandS.
> If you can start it during restart, or from a menu, but not from your
> init function, I think you should show us the whole InitFunction.
AddToFunc "InitFunction" "I" Exec xsetroot -solid lightpink3
+ "I" Exec xsetroot -cursor_name iron_cross
+ "I" Module FvwmAuto 500
+ "I" Module FvwmPager 0 0
AddToFunc "RestartFunction" "I" Exec xsetroot -solid lightpink3
+ "I" Exec xsetroot -cursor_name iron_cross
+ "I" Module FvwmAuto 500
+ "I" Module FvwmPager 0 0
+ "I" Module FvwmCommandS
Then towards the end of the .fvwm2rc file, I extend the function as
follows:
AddToFunc InitFunction "I" Desk 0 0
+ "I" Exec xterm -geometry 80x45+2145+1 -name News
+ "I" Exec xterm -geometry 80x35+47+15 -name Email -iconic
+ "I" Exec xterm -geometry 81x44+2061+726 -name Pumbaa
+ "I" Exec xterm -geometry 80x27+2287+844 -name Pumbaa
+ "I" Exec xterm -geometry 80x44+6+4 -name Pumbaa
+ "I" Function Decorwin95
+ "I" Module FvwmCommandS
Does it matter that I am splitting the InitFunction definition? The other
commands in the InitFunction are fine. I do indeed get all my xterms and my
Win95 decor.
As I said, I also have the following modules menu. FvwmCommandS works fine
when I launch it from:
AddToMenu "Module-Popup" "Modules" Title
+ "Buttons" Module FvwmButtons
+ "Clean-Up" Module FvwmClean
+ "Task bar" Module FvwmTaskBar
+ "Identify" Module FvwmIdent
+ "Save Desktop" Module FvwmSaveDesk
+ "Pager" Module FvwmPager 0 0
+ "Command Server" Module FvwmCommandS
On Thu, Jul 30, 1998 at 07:21:36AM -0400, Bob Woodside wrote:
> > [ blather-blather, "module FvwmCommandS", etc. ]
> Do you get any error messages on the console at startup, like
> squawking about the ModulePath or anything?
No.
Thanks,
Vikas
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Jul 30 1998 - 07:39:01 BST