-
No matter how I play with
Remember...
> Dimensions
> Position
> Save on close, ( [Close] {yes/no} )
Opera, Firefox (as a quick example - probably others too)
always open full screen.
Even if I edit 'apps' by hand, the behavior doesn't change.
However, interestingly,
'xterm' ALWAYS retains its position and dimensions.
All I want is an apps which "forces" Opera, Firefox, etc.
to behave...
2010-01-02 00:56:43 UTC by fluxboxuser
-
Fluxbox git : (c) 2001-2008 Fluxbox Team
GIT Revision: 8def80cec337a986b762cdbb5e2555c6da809353
Compiled: Dec 7 2009 16:10:27
Compiler: GCC
Compiler version: 4.3.4
OS: Debian Unstable
jdownloader is a java based, rapidshare batch downloader. More info at jdownloader.org
The Problem:
When jdownloader encounters a captcha it opens a window so you can read the captcha text and input...
2009-12-30 23:03:05 UTC by nobody
-
Fluxbox version: 1.1.1-2 (package from Ubuntu 9.10)
It seems that setting a window sticky will remove its property "skip_taskbar". I identified the problem using the panel Tint2. I thought it was a Tint2-related issue, but a Tint2 developer identified the problem as a Fluxbox bug.
Take for example the application lxterminal. I activate the property skip_taskbar on it:
wmctrl -r lxterminal...
2009-12-29 21:36:38 UTC by vivien_mallet
-
I reported the problem to Tint2 developers. It appears this is a problem originating from Tint2. So I change the status of this issue to "closed", with resolution "none".
They already fixed the bug:
http://code.google.com/p/tint2/issues/detail?id=185.
2009-12-29 21:14:28 UTC by vivien_mallet
-
Fixed in 1.1.
2009-12-27 11:56:48 UTC by dmxen
-
Update: It still happens with the StartResizing commented out, just much more rarely.
2009-12-21 10:37:40 UTC by nobody
-
Hi,
After discussion on freenode.org#fluxbox, I was suggested to report the following problem. I am not sure this is a bug, but it is likely.
When I put:
[app] (name=application_name)
[sticky] {yes}
[Layer] {12}
[end]
I expect that the application "application_name" will not be minimized by ShowDesktop. This is actually what happens with fbpanel and aterm. But with tint2,
2009-12-12 10:47:23 UTC by vivien_mallet
-
Another issue is, that in this script #!/bin/sh is used although bash-syntax is used in the following. After changing !#/bin/sh to !#/bin/bash in util/fluxbox-generate_menu.in additional to the grep -q issue, the script worked flawless.
Here is an excerpt from the Gnu-Grep-Man-Page regarding the grep -q issue:
Portability note: unlike GNU grep, traditional grep did not conform to POSIX.2...
2009-12-10 12:18:34 UTC by cpqrst3
-
I've uploaded a patch for WindowState.hh.
2009-12-10 11:16:41 UTC by cpqrst3
-
fluxbox-generate_menu fails during build because its trying to use "grep -q ...". The -q parameter is not available on Solaris-Grep but the same could be done with this transformation:
"grep -q arguments" is the same as "grep arguemnts > /dev/null".
2009-12-09 15:27:42 UTC by cpqrst3