Hi
Does the PipeRead kill the FvwmBanner module because it’s not shown when PipeRead-ing. I have a shell script that takes a while to be executed and I want to show an “wait” image with FvwmBanner.
[code]DestroyFunc ChangeIconTheme
AddToFunc ChangeIconTheme
- I Module FvwmBanner
- I PipeRead ‘Script && echo Restart’[/code]
DestroyModuleConfig FvwmBanner: *
*FvwmBanner: NoDecor
*FvwmBanner: Pixmap $[infostore.mBanners]/wait.png
*FvwmBanner: Timeout 60
Thanks!