Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6006 - flwm does not work correctly with fltk 1.1
Summary: flwm does not work correctly with fltk 1.1
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-04 11:49 UTC by Matt Behrens
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Behrens 2002-08-04 11:49:13 UTC
If flwm is compiled with fltk 1.1, the Alt-Tab root menu will not function
properly, requiring Enter to be pressed to complete the selection (normally the
highlighted option is selected when Alt is released).

Compiling flwm against fltk 1.0.11 yields the expected behavior.

The DEPEND should be changed from >=x11-libs/fltk-1.0.11 to =x11-libs/fltk-1.0.11.
Comment 1 SpanKY gentoo-dev 2002-08-04 12:45:46 UTC
so, is this a config issue or is this a bug with fltk ?
Comment 2 Matt Behrens 2002-08-04 16:41:17 UTC
I'm guessing fltk bug, though it may just be that flwm has not been made
up-to-date.  I do see that there are no changes made to fltk or flwm in the
portage tree.
Comment 3 SpanKY gentoo-dev 2002-08-05 10:43:52 UTC
try rc5 ... its not in portage, but you can just copy the ebuild to the new 
version number
`cd /usr/portage/x11-libs/fltk`
`cp fltk-1.1.0_rc4.ebuild fltk-1.1.0_rc5.ebuild`
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-14 05:40:20 UTC
ok, I have made some changes to both fltk and flwm. It turns out that flwm works
best with the 1.0 series of fltk rather than the 1.1 series.  An emerge rsync;
emerge -u world should pull in the new ebuilds for each.  Please test and gimme
feedback.  Also, please make sure any other apps which use fltk are performing
as you expect them to.
Comment 5 Matt Behrens 2002-08-16 10:42:53 UTC
sorry for the delay, yes it does work.  I can't rsync at work, and there is no
more pserver access, so I couldn't test when I first saw the fix.