On Sun, May 29, 2005 at 10:33:03AM -0600, Dave Serls wrote > I realize this subject has been covered earlier this year, but no > matter what I do (including the upgrading of Xorg, GTK2, blackbox) > blackbox does not seem to raise windows that fbpanel (or blackbox) > iconize.
I had identical problems earlier this year. Somewhere along the line, an "emerge --update" (I'm running Gentoo) solved that problem. One day it started simply working properly. (How often have you ever had that experience?) What version of fbpanel are you running? I opened an xterm and ran "fbpanel -v", and it responds "fbpanel 4.1". Are you running Intel or some other cpu? The Gentoo ebuild shows... KEYWORDS="x86 ~amd64 ~alpha ~ppc" meaning that the Gentoo packager doesn't want it built on amd64 or alpha or ppc systems. This could be simply because nobody's tested it out on AMD64 yet. Or it may be due to massive problems encountered on those systems. Here's my ~/.xinitrc (may be ~/.Xsession on your system)... #!/bin/bash /usr/bin/firefox -width 1142 -height 800 -P default & sleep 5 /usr/bin/bbkeys & /usr/bin/xterm & /usr/bin/fbpanel & exec /usr/bin/blackbox > ~/.blackbox.log 2>&1 -- Walter Dnes <[EMAIL PROTECTED]> An infinite number of monkeys pounding away on keyboards will eventually produce a report showing that Windows is more secure, and has a lower TCO, than linux. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
