[openbox] open pipemenu in menu
Dave Foster
daf at minuslab.net
Wed Dec 17 13:12:58 EST 2008
Thomas Hinterberger wrote:
> <?xml version="1.0" encoding="utf-8"?>
> <openbox_menu xmlns="http://openbox.org/3.4/menu">
> <menu id="apps-menu" label="Programme">
> <menu execute=".config/openbox/obam.pl" id="Programme"
> label="Programme"/>
> </menu>
> </openbox_menu>
>
> what is wrong?
>
You shouldnt make the pipemenu execute line a child of where you want it
to go. A possibly working fixup (cannot test):
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="openbox">
<menu id="Programme" />
</menu>
</menu>
<menu execute=".config/openbox/obam.pl" id="Programme"
label="Programme"/>
</openbox_menu>
They are joined together by the id.
dave
More information about the openbox
mailing list