add cups manager to the default menu
authorDana Jansens <danakj@orodu.net>
Sun, 2 Mar 2008 09:10:47 +0000 (04:10 -0500)
committerDana Jansens <danakj@orodu.net>
Sun, 2 Mar 2008 09:10:47 +0000 (04:10 -0500)
data/menu.xml

index b37a552..b7c0d64 100644 (file)
       <startupnotify><enabled>yes</enabled></startupnotify>
     </action>
   </item>
+  <item label="Manage Cups Printers">
+    <action name="Execute">
+      <command>xdg-open http://localhost:631/</command>
+      <startupnotify>
+        <enabled>no</enabled>
+        <icon>cups</icon>
+      </startupnotify>
+    </action>
+  </item>
   <separator />
   <item label="Reconfigure Openbox">
     <action name="Reconfigure" />