[openbox] Obmenu 1.0

Fabrizio Listello flistello at gmail.com
Thu Feb 9 13:13:12 EST 2006


Can I propose to change the setup.py as follows making it suitable for a
gentoo ebuild I'm working on.

Thanks

----
import os, sys

libdir = 'share/obmenu'
sys.path = [os.path.join(os.curdir, libdir)] + sys.path

from distutils.core import setup
import glob

setup(name='obMenu',
      version='1.0',
      description='Openbox Menu Editor',
      author='Manuel Colmenero',
      author_email='m.kolme at gmail.com',
      scripts=['obmenu', 'pipes/obm-xdg',
'pipes/obm-dir','pipes/obm-moz','pipes/obm-nav'],
      py_modules=['obxml'],
      data_files=[(libdir, ['obmenu.glade', 'icons/mnu16.png',
'icons/mnu48.png'])]
      )
---


On 2/9/06, mike obrien <greypins at nc.rr.com> wrote:
>
> awesome! that worked, pete. thanks for your help.
>
> mike
>
> On Thu, 09 Feb 2006 10:49:39 -0500
> "Peter N. Spotts" <pspotts at alum.mit.edu> wrote:
>
> > Mike,
> >
> > Copy the menu.xml file in the  /usr/local/etc/xdg/openbox  directory
> > into /home/~/.config/openbox
> >
> > You may have to set up that openbox subdirectory within /.config, but
> > once the menu file is there, obmenu will read it.
> >
> > Best,
> >
> > Pete
>



--
I can receive www.openoffice.org files... and you ?
--

FList
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/openbox/attachments/20060209/6ef6acfb/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup.py
Type: text/x-python
Size: 506 bytes
Desc: not available
URL: <http://icculus.org/pipermail/openbox/attachments/20060209/6ef6acfb/attachment.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: obmenu-1.0.ebuild
Type: application/octet-stream
Size: 548 bytes
Desc: not available
URL: <http://icculus.org/pipermail/openbox/attachments/20060209/6ef6acfb/attachment.obj>


More information about the openbox mailing list