Topic: [SOLVED]Undecorating apps problem
On Openbox, I have a list of apps that are set to be undecorated when I start them. But all of a sudden when I started adding new apps to the list, they won't start undecorated. Is it possible that there's a number to how many undecorated apps there can be in the rc.xml?
Here's the undecorate section of my rc.xml(starting with the line 'end of example' and to down to the line 'open_config':
# end of the example
-->
<application name="gmessage">
<decor>no</decor>
<shade>no</shade>
<skip_pager>yes</skip_pager>
<skip_taskbar>yes</skip_taskbar>
<fullscreen>no</fullscreen>
<maximized>no</maximized>
</application>
<application name="openbox-logout">
<decor>no</decor>
<shade>no</shade>
<skip_pager>yes</skip_pager>
<fullscreen>no</fullscreen>
<maximized>no</maximized>
<layer>above</layer>
</application>
<application name="wterm">
<decor>no</decor>
</application>
<application name="sylpheed">
<decor>no</decor>
</application>
<application name="easytag">
<decor>no</decor>
</application>
<application name="sakura">
<decor>no</decor>
</application>
<application name="pcmanfm">
<decor>no</decor>
</application>
<application name="thunar">
<decor>no</decor>
</application>
<application name="terminator">
<decor>no</decor>
</application>
<application name="swiftfox">
<decor>no</decor>
</application>
</applications>
</openbox_config>I started adding them starting with wterm. And Terminator is the last app on that list that pops up undecorated. Anything I add after Terminator part will not open undecorated. I've tried with swiftfox, uzbl-browser, and a few other apps.
Can anyone see what the problem is or what I'm doing wrong?
Thanks for any help
Last edited by h8uthemost (2011-12-27 15:26:29)