OBMENU 1.0
Obmenu is an Openbox menu editor, written in python. It allows to edit menus in an intuitive way.
- REQUERIMENTS
-
python >= 2.3, pygtk, python-glade
- INSTALLATION
Type these commands in a shell:
su
<password>
python setup.py install
or
python minisetup.py install
if you don't want the pipemenus
- CHANGELOG
-
- Automatically reconfigures Openbox
- Create and modify pipemenus. Pipemenus are a way of creating menus dynamically. For more info, visit openbox documentation.
- The same with "link" menus, which are references to other menus by their IDs. That way you can reproduce a menu in several places of your file.
- Lot's of GUI enhancements
- Multifile support (New, open, save, ..)
- CREDITS
Manuel Colmenero 2005-2006
Thanks to Mikael from the Openbox project, who gave me lots of ideas and
tested the program. And thanks to all the helpful guys in the openbox
list.
- NOTICE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
