Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2:Ports
openbox
openbox-pipemenu
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openbox-pipemenu of Package openbox
#!/bin/sh PATH=/bin:/usr/bin { cat <<EOF <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xml" href="#stylesheet"?> <!DOCTYPE doc [ <!ATTLIST xsl:stylesheet id ID #REQUIRED> ]> <doc> <xsl:stylesheet id="stylesheet" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output omit-xml-declaration="yes" /> <xsl:template match="/doc/openbox_pipe_menu"> <openbox_pipe_menu> <xsl:choose> <xsl:when test="count(./menu) = 1"> <xsl:copy-of select="./menu/*" /> </xsl:when> <xsl:otherwise> <xsl:copy-of select="*" /> </xsl:otherwise> </xsl:choose> </openbox_pipe_menu> </xsl:template> <xsl:template match="xsl:stylesheet" /> </xsl:stylesheet> EOF xdg_menu --format openbox3-pipe "$@" printf "</doc>\n" } | xsltproc --nonet --novalid -
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor