Re: FVWM: lack of pager

From: Marcus Lundblad <ml_at_update.uu.se>
Date: Mon, 17 Jun 2002 18:52:44 +0200 (CEST)

On Mon, 17 Jun 2002, Brian Postow wrote:

>
> I'm having trouble getting a pager to appear. I'm using a .fvwm2rc
> that has worked fine in previous versions of fvwm2, so I'm not sure
> what I'm doing wrong. I'm running a slightly old version of fvwm
> (2.2.5), but that shouldn't have any effect, unless there's a fixed
> bug that I don't know about.
>
> Here are the relevant parts of my .fvwm2rc:
>
> DeskTopSize 3x3
> DeskTopScale 32
> Module FvwmPager * *
>
> .
> .
> .
> Style "FvwmPager" Icon, NoTitle, NoHandles, Sticky, CirculateSkip, WindowListSkip, BackColor Green, ForeColor Black
> .
> .
> .
> AddToMenu "Utilities" "Utilities" Title
> + "Calculator" exec calctool -geometry 0x0 &
> + "Xman" exec xman &
> + "Xmag" exec xmag &
> + "" Nop
> + "Pager" Module FvwmPager 0 0
> .
> .
> .
>
> Function "InitFunction"
> Module FvwmPager * *
> # Exec "I" xsetroot -solid blue3
> EndFunction
>
> Function "RestartFunction"
> Module FvwmPager * *
> Exec "I" xsetroot -solid Green
> EndFunction
>


Hmm, this looks like fvwm version 1 systax

It should be

Function "InitFunction"
+ Module FvwmPager * *
+ Exec "I" xsetroot -solid blue3

Function "RestartFunction"
+ Module FvwmPager * *
+ Exec "I" xsetroot -solid Green


Note the "+" to continue a definition. And no EndFunction because + always
adds to the latest "mentioned" function.

//Marcus

--
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 17 2002 - 11:53:25 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:53 BST