Commit graph

3 commits

Author SHA1 Message Date
Thomas Klausner
d331a3bee9 Doesn't start with python26:
Traceback (most recent call last):
  File "/usr/pkg/bin/obmenu", line 582, in <module>
    app.init()
  File "/usr/pkg/bin/obmenu", line 575, in init
    self.createTree(None, None)
  File "/usr/pkg/bin/obmenu", line 41, in createTree
    if self.menu.getMenu(it["id"]) and it["action"] == "":
  File "/usr/pkg/lib/python2.6/site-packages/obxml.py", line 340, in getMenu
    d = self._get_item_props(i)
  File "/usr/pkg/lib/python2.6/site-packages/obxml.py", line 117, in _get_item_props
    accion = it.attributes["name"].nodeValue
  File "/usr/pkg/lib/python2.6/site-packages/_xmlplus/dom/minidom.py", line 532, in __getitem__
    return self._attrs[attname_or_tuple]
KeyError: 'name'
2010-01-06 16:52:13 +00:00
Thomas Klausner
26b7cdf6d5 Add missing file to PLIST. 2010-01-01 12:13:03 +00:00
César Catrián C
1953080576 Import obmenu-1.0 as wip/obmenu.
Obmenu is a menu editor designed for openbox. It's easy to use, allowing to get
the most out of the powerful Openbox menu system, while hiding the xml layout
from the user.
It also (optionally) installs a bunch of dynamic menus (pipe menus), such as
Gnome menus or a quick-navigator.
You can also use the obxml module to easily write pipe menus of your own in
Python.
2009-12-27 04:01:37 +00:00