fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Manoj Srivastava
Hi, This was reported by a Debian user. Please retain the CC to 449248-forwar...@bugs.debian.org so that the Debian BTS has a record of your contribution. --8<---cut here---start->8--- Some menu files in /usr/share/menu specify icons w

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Thomas Adam
2009/6/30 Manoj Srivastava : > --8<---cut here---start->8--- > Some menu files in /usr/share/menu specify icons without giving their full > path. > Apparently, /usr/share/pixmaps is the default location for these icon files. > fvwm fails to find them and floods

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Manoj Srivastava
Hi, Here is a setup I used to demonstrate this bug, though not on the CVS fvwm (I used the latest debian), Do y'all have a git gateway somewhere? (I have a git cvsimport repo, but I have not yet pulled it into my development repo (conflict with ./debian and all)) --8<---cu

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Viktor Griph
2009/6/30 Manoj Srivastava : > Hi, > >        This was reported by a Debian user. Please retain the CC to >        449248-forwar...@bugs.debian.org  so that the Debian BTS has a >        record of your contribution. > > > --8<---cut here---start->8--- > Some menu

Re: TitleWarp MenuStyle option inoperable

2009-06-30 Thread Manoj Srivastava
On Mon, May 04 2009, Paul Vojta wrote: > On Sun, May 03, 2009 at 02:31:09AM +0100, Thomas Adam wrote: >> 2009/5/3 Paul Vojta : >> Right -- so I finally realised what it is you're referring to (albeit >> I had to do too much guessing even with that config). The default for >> this changed in 2.5.

Re: TitleWarp MenuStyle option inoperable

2009-06-30 Thread Thomas Adam
2009/6/30 Manoj Srivastava : > On Mon, May 04 2009, Paul Vojta wrote: > >> On Sun, May 03, 2009 at 02:31:09AM +0100, Thomas Adam wrote: >>> 2009/5/3 Paul Vojta : > >>> Right -- so I finally realised what it is you're referring to (albeit >>> I had to do too much guessing even with that config).  Th

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Thomas Adam
2009/6/30 Manoj Srivastava : > Hi, > >        Here is a setup I used to demonstrate this bug, though not on >  the CVS fvwm (I used the latest debian), Do y'all have a git gateway >  somewhere? (I have a git cvsimport repo, but I have not yet pulled it >  into my development repo (conflict with ./d

*FvwmEvent: toggle_paging metal.au causes FvwmEvent to crash

2009-06-30 Thread Manoj Srivastava
Hi, This was reported by a Debian use. Please retain the CC to 438132-forwar...@bugs.debian.org so that the Dewbian BTS has a copy of your contribution. I have not been able to reproduce this crash, but I am passing it along in case someone here has a better view

Re: *FvwmEvent: toggle_paging metal.au causes FvwmEvent to crash

2009-06-30 Thread Thomas Adam
2009/6/30 Manoj Srivastava : > Hi, > >        This was reported by a Debian use. Please retain the CC to >        438132-forwar...@bugs.debian.org so that the Dewbian BTS has a >        copy of your contribution. > >        I have not been able to reproduce this crash, but I am passing >  it along

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Manoj Srivastava
On Tue, Jun 30 2009, Viktor Griph wrote: > 2009/6/30 Manoj Srivastava : >> Hi, >> --8<---cut here---start->8--- >> Some menu files in /usr/share/menu specify icons without giving their full >> path. >> Apparently, /usr/share/pixmaps is the default location for

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Thomas Adam
2009/6/30 Manoj Srivastava : >> +             { "Read /etc/X11/fvwm/menudefs.hook Quiet", "", "" }, >> +             { "Read menudefs.hook Quiet", "", "" }, Given that the files are "Read" in, just add: > ImagePath /usr/share/icons:/usr/share/pixmaps:/usr/share/icons/wm-icons:+ > ImagePath +:/usr

Re: fvwm fails to find certain icon files, ImagePath directive seems broken.

2009-06-30 Thread Thomas Adam
2009/6/30 Thomas Adam : > 2009/6/30 Manoj Srivastava : >>> +             { "Read /etc/X11/fvwm/menudefs.hook Quiet", "", "" }, >>> +             { "Read menudefs.hook Quiet", "", "" }, > > Given that the files are "Read" in, just add: > >> ImagePath /usr/share/icons:/usr/share/pixmaps:/usr/share/ic

[PATCH] [topic--typo-fix]: StayOnTop --> StaysOnTop

2009-06-30 Thread Manoj Srivastava
Signed-off-by: Manoj Srivastava --- sample.fvwmrc/system.fvwm2rc-sample-95 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sample.fvwmrc/system.fvwm2rc-sample-95 b/sample.fvwmrc/system.fvwm2rc-sample-95 index d0cce05..5590bc6 100644 --- a/sample.fvwmrc/system.fvwm2rc-sa

[PATCH] [topic--fic-missing-percentages]: Fix missing % signs in sample menus

2009-06-30 Thread Manoj Srivastava
The menu lines in the sample config file are missing the trailing % signs for icon images. This patch fixes them. Signed-off-by: Manoj Srivastava --- sample.fvwmrc/system.fvwm2rc-sample-95 | 40 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/s