FVWM: List of windows in a menu

2011-04-22 Thread rff
Hello,

I'd like to have a root menu item that opens a submenu
listing every window. In other words, each item in the
submenu would represent one window and I'd be able to
click it to switch to the selected window. Is this
possible?
When I run WindowList from the root menu, it creates
and "detaches" a submenu containing the list. I don't
want that.

By the way, congrats on the 2.6.0 release! :)

Thanks.




FVWM: OpenOffice & LibreOffice crashing w/ opensuse's fvwm2-2.5.26-47.1.i586

2011-04-22 Thread j debert
Before I trouble anyone with details, is this already a known issue?

When OpenOffice is first started during a session, it dies silently.
Next time, it dies and java, OpenJDK Runtime Environment (IcedTea6
1.9.7) (suse-1.2.1-i386), also crashes with a lengthy crash report.

When LibreOffice is started, whether it's the first or subsequent
times, it dies silently.

Both work OK w/ gnome & kde4 but I'm not using (and don't want to use)
either one.

I haven't tried using Ooo w/ fvwm for a year or so. It worked back then.

thanks in advance,

jd
-- 




Re: FVWM: List of windows in a menu

2011-04-22 Thread Thomas Adam
On Fri, Apr 22, 2011 at 08:47:16AM -0700, rff wrote:
> Hello,
> 
> I'd like to have a root menu item that opens a submenu
> listing every window. In other words, each item in the
> submenu would represent one window and I'd be able to
> click it to switch to the selected window. Is this
> possible?

Using FvwmWindowMenu, I believe so.

-- Thomas Adam

-- 
"Deep in my heart I wish I was wrong.  But deep in my heart I know I am
not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)



Re: FVWM: OpenOffice & LibreOffice crashing w/ opensuse's fvwm2-2.5.26-47.1.i586

2011-04-22 Thread Thomas Adam
On Fri, Apr 22, 2011 at 09:37:52AM -0700, j debert wrote:
> Before I trouble anyone with details, is this already a known issue?
> 
> When OpenOffice is first started during a session, it dies silently.
> Next time, it dies and java, OpenJDK Runtime Environment (IcedTea6
> 1.9.7) (suse-1.2.1-i386), also crashes with a lengthy crash report.
> 
> When LibreOffice is started, whether it's the first or subsequent
> times, it dies silently.
> 
> Both work OK w/ gnome & kde4 but I'm not using (and don't want to use)
> either one.
> 
> I haven't tried using Ooo w/ fvwm for a year or so. It worked back then.

I've never had a problem, but do try using FVWM 2.6.1

Oh, and this is all moot without a corefile, so if you can get one of
those...  You'll need to compile FVWM with debug symbols, setting "-g -ggdb"
in CFLAGS, for instance.

-- Thomas Adam

-- 
"Deep in my heart I wish I was wrong.  But deep in my heart I know I am
not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)



Re: FVWM: List of windows in a menu

2011-04-22 Thread rff
> Using FvwmWindowMenu, I believe so.

I'm trying to keep the number of modules/external binaries as low
as possible (old machine), but FvwmWindowMenu runs a Perl binary.
So I'll reconsider my way of doing things.

Thanks anyway.




Re: FVWM: List of windows in a menu

2011-04-22 Thread Thomas Adam
On Fri, Apr 22, 2011 at 03:09:16PM -0700, rff wrote:
> > Using FvwmWindowMenu, I believe so.
> 
> I'm trying to keep the number of modules/external binaries as low
> as possible (old machine), but FvwmWindowMenu runs a Perl binary.
> So I'll reconsider my way of doing things.

Umm, given it's *shipped* with FVWM, uses things *shipped* with FVWM, but
requires perl, which is not unreasonable at all, I fail to see what else
there is for you to do to "reconsider".  Just what is your perceived
problem?

-- Thomas Adam

-- 
"Deep in my heart I wish I was wrong.  But deep in my heart I know I am
not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)



Re: FVWM: List of windows in a menu

2011-04-22 Thread rff
> Umm, given it's *shipped* with FVWM, uses things *shipped*
> with FVWM, but > requires perl, which is not unreasonable at all,
You're absolutely right. I was just looking for a more "compact"
solution. My configs are minimalist to the maximum.

> I fail to see what else there is for you to do to "reconsider"
My objectives and the way to achieve them.
I'm making a few changes to my config file and I'll just do it
differently than what I first had in mind. Really, it's no big deal.