summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-03-02 04:10:47 -0500
committerDana Jansens <danakj@orodu.net>2008-03-02 04:10:47 -0500
commit6ca53a625db8385b9e18dee083b4961743e1abea (patch)
tree653ece6c4e240d74a45c7ad77871a5dc4a7c3443
parent9089156780d83a8b8d72df711a895fce9519077b (diff)
add cups manager to the default menu
-rw-r--r--data/menu.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/menu.xml b/data/menu.xml
index b37a552e..b7c0d64f 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -350,6 +350,15 @@
<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" />