On Fri, Jun 11, 1999 at 06:51:34PM +0200, Rainer Dorsch wrote:
>
> I replace FvwmPager in the standard configuration of Debian Linux
>
> *DebianFvwmButtons(2x1, Swallow(UseOld,NoKill) "FvwmPager")
This does not work either. If a pager *does* appear that's because it
is started somewhere else in your config file.
> *DebianFvwmButtons(2x1, Swallow(UseOld,NoKill) "FvwmPager")
^^^^^^^^^^^
|
This is just the label. ------------------------------|
The correct syntax of the Swallow commands is:
Swallow(options) Label Command
I.e. in above line the command part is missing, i.e. nothing is executed.
If you would start xload manually it would be swallowed into the button bar.
> by xload and added it
>
> *DebianFvwmButtons(2x1, Swallow(UseOld,NoKill) xload)
>
> Though there appear something like xload no information is displayed.
I believe what you see is simply an empty button that looks pressed in.
The correct line is:
*DebianFvwmButtons(2x1, Swallow(UseOld,NoKill) "xload" 'Exec xload')
^^^^^^^^^^^^
|
The command that FvwmButtons will run -----------------------|
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 Mon Jun 14 1999 - 15:24:07 BST