On Fri, Aug 31, 2001 at 09:30:23AM -0400, Subba Rao wrote:
> On 0, Dominik Vogt <fvwm_at_fvwm.org> wrote:
> > On Fri, Aug 31, 2001 at 06:44:06AM -0400, Subba Rao wrote:
> > > I am ruuning FVWM2 version 2.4.0 on Slackware 8. I have started the GNOME
> > > panel in FVWM. One of the features of the panel is that it has a menu style
> > > tool bar along with the large panel bar at the bottom of the screen. The menu
> > > style bar (I don't know what it is called) at the top is positioned a little
> > > low on the physical screen. How do I move this mene style bar to the top of the
> > > screen? I have attached a screen shot of the desktop to help you understand
> > > what I am trying to explain.
> >
> > I guess that's a question for the GNOME developers.
> >
>
> I got this one straightened out. After I restarted the system, the top menu
> bar at the top of the physical screen.
>
> Another question related to FVWM + GNOME is, how to execute the FVWM "Quit"
> function from the GNOME Panel ("Log Out")?
Fvwm commands can be issued via the command line. To do this,
make sure the FvwmCommandS module is started, e.g. from the
StartFunction:
AddToFunc StartFunction
+ I Module FvwmCommandS
After that, fvwm commands can be issues from a shell:
$ FvwmCommand "Quit"
Or if you know the process id, simply send it the QUIT signal:
$ kill -QUIT <fvwm's process id>
or
$ pkill -QUIT fvwm2
or
$ killall -QUIT fvwm2
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Fri Aug 31 2001 - 13:32:47 BST