Bug 4344 - <keepBorder> adds border to tint2 which has no <decor>
Status: CLOSED FIXED
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: 3.4.7.2
Hardware: PC Linux
: P3 minor
Assignee: Dana Jansens
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2009-11-18 05:14 EST by Freddie
Modified: 2009-12-16 15:44:51 EST
1 user (show)

See Also:



Description Freddie 2009-11-18 05:14:24 EST
Putting 

<keepBorder>yes</keepBorder>

and

<application name=*>
    <decor>no</decor>
</application>

in the relevant positions in rc.xml gives a border to my tint2 dock on launch. Re-configuring openbox removes the border.

Removing the application specific rule stops the border from appearing.

Steps to Reproduce: 

Add
<keepBorder>yes</keepBorder>
and
<application name=*>
    <decor>no</decor>
</application>
to rc.xml

Actual Results:
tint2 launches with openbox theme border.

Expected Results:
tint2 launches without openbox theme border.

Platform:
Debian unstable, 2.6.30
Comment 1 Dana Jansens 2009-11-21 17:01:25 EST
This is fixed by commit ada5de28f71efaa5584709673cc49cdb3b703299 and will be in the next release.  Thanks.  Feel free to test and report back. :)
Comment 2 Freddie 2009-12-10 20:48:28 EST
Sorry, been a tad busy over the last few weeks so this was forgotten while I concentrated on pulling my hair out.

This works perfectly. Thanks for getting it sorted so quickly.
Comment 3 Dana Jansens 2009-12-16 15:44:51 EST
great, thanks for letting me know