Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306200 Details for
Bug 447665
Package applications menu generator for WindowMaker
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
A script that generates the application menu.
wmmenu.py (text/x-python), 580 bytes, created by
Petr Machata
on 2008-05-21 02:02:37 UTC
(
hide
)
Description:
A script that generates the application menu.
Filename:
MIME Type:
Creator:
Petr Machata
Created:
2008-05-21 02:02:37 UTC
Size:
580 bytes
patch
obsolete
>#!/usr/bin/python -tt ># This has been adapted from Luke Macken's OpenBox menu generation ># script. > >import gmenu > >def walk_menu(entry): > if entry.get_type() == gmenu.TYPE_DIRECTORY: > print '"%s" MENU' % entry.get_name() > map(walk_menu, entry.get_contents()) > print '"%s" END' % entry.get_name() > > elif entry.get_type() == gmenu.TYPE_ENTRY and not entry.is_excluded: > print '"%s" EXEC %s' % (entry.get_name(), entry.get_exec()) > >print '"Fedora" MENU' >map(walk_menu, gmenu.lookup_tree('applications.menu').root.get_contents()) >print '"Fedora" END'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 447665
: 306200