| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
- --- openbox-3.6.1.orig/data/menu.xml 2009-12-18 19:49:32.000000000 +0100
- +++ openbox-3.6.1/data/menu.xml 2026-02-22 18:20:04.824616420 +0100
- @@ -2,103 +2,22 @@
-
- <openbox_menu xmlns="http://openbox.org/3.4/menu">
-
- -<menu id="apps-accessories-menu" label="Accessories">
- - <item label="Calculator">
- - <action name="Execute">
- - <command>gnome-calculator</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Character Map">
- - <action name="Execute">
- - <command>gnome-character-map</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Ark File Archiver">
- - <action name="Execute">
- - <command>ark</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- -</menu>
- -
- <menu id="apps-editors-menu" label="Editors">
- - <item label="GVim">
- - <action name="Execute">
- - <command>gvim</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - <wmclass>GVim</wmclass>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Emacs">
- - <action name="Execute">
- - <command>emacs</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - <wmclass>Emacs</wmclass>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="GEdit">
- - <action name="Execute">
- - <command>gedit</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Kate">
- - <action name="Execute">
- - <command>kate</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Kwrite">
- + <item label="vim">
- <action name="Execute">
- - <command>kwrite</command>
- + <command>vim</command>
- <startupnotify>
- <enabled>yes</enabled>
- + <wmclass>vim</wmclass>
- </startupnotify>
- </action>
- </item>
- </menu>
-
- <menu id="apps-term-menu" label="Terminals">
- - <item label="Rxvt Unicode">
- - <action name="Execute">
- - <command>urxvt</command>
- - </action>
- - </item>
- - <item label="Gnome Terminal">
- - <action name="Execute">
- - <command>gnome-terminal</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Xfce Terminal">
- - <action name="Execute">
- - <command>xfce4-terminal</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Konsole">
- + <item label="LX Terminal">
- <action name="Execute">
- - <command>konsole</command>
- + <command>lxterminal</command>
- <startupnotify>
- <enabled>yes</enabled>
- </startupnotify>
- @@ -110,141 +29,21 @@
- </menu>
-
- <menu id="apps-net-menu" label="Internet">
- - <item label="Firefox">
- - <action name="Execute">
- - <command>firefox</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - <wmclass>Firefox</wmclass>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Opera">
- - <action name="Execute">
- - <command>opera</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - <wmclass>Opera</wmclass>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Konqueror">
- - <action name="Execute">
- - <command>konqueror</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Epiphany">
- - <action name="Execute">
- - <command>epiphany</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Pidgin Instant Messenger">
- - <action name="Execute">
- - <command>pidgin</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Kopete Instant Messenger">
- - <action name="Execute">
- - <command>kopete</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="XChat">
- + <item label="Dillo">
- <action name="Execute">
- - <command>xchat</command>
- + <command>dillo</command>
- <startupnotify>
- <enabled>yes</enabled>
- + <wmclass>Dillo</wmclass>
- </startupnotify>
- </action>
- </item>
- </menu>
-
- -<menu id="apps-office-menu" label="Office">
- - <item label="OpenOffice Base">
- - <action name="Execute">
- - <command>ooffice -base</command>
- - </action>
- - </item>
- - <item label="OpenOffice Calc">
- - <action name="Execute">
- - <command>ooffice -calc</command>
- - </action>
- - </item>
- - <item label="OpenOffice Draw">
- - <action name="Execute">
- - <command>ooffice -draw</command>
- - </action>
- - </item>
- - <item label="OpenOffice Impress">
- - <action name="Execute">
- - <command>ooffice -impress</command>
- - </action>
- - </item>
- - <item label="OpenOffice Math">
- - <action name="Execute">
- - <command>ooffice -math</command>
- - </action>
- - </item>
- - <item label="OpenOffice Printer Administration">
- - <action name="Execute">
- - <command>ooffice-printeradmin</command>
- - </action>
- - </item>
- - <item label="OpenOffice Writer">
- - <action name="Execute">
- - <command>ooffice -writer</command>
- - </action>
- - </item>
- -</menu>
- -
- <menu id="apps-multimedia-menu" label="Multimedia">
- - <item label="Amarok">
- - <action name="Execute">
- - <command>amarok</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Rhythmbox">
- - <action name="Execute">
- - <command>rhythmbox</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="K3b">
- - <action name="Execute">
- - <command>k3b</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="MPlayer">
- - <action name="Execute">
- - <command>gmplayer</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - <wmclass>MPlayer</wmclass>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Totem">
- + <item label="Mpv">
- <action name="Execute">
- - <command>totem</command>
- + <command>mpv</command>
- <startupnotify>
- <enabled>yes</enabled>
- </startupnotify>
- @@ -253,39 +52,6 @@
- </menu>
-
- <menu id="apps-fileman-menu" label="File Managers">
- - <item label="Nautilus">
- - <action name="Execute">
- - <command>nautilus --no-desktop --browser</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Thunar">
- - <action name="Execute">
- - <command>Thunar</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="KDE File Manager">
- - <action name="Execute">
- - <command>kfmclient openURL ~</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Rox">
- - <action name="Execute">
- - <command>rox</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - <wmclass>ROX-Filer</wmclass>
- - </startupnotify>
- - </action>
- - </item>
- <item label="PCMan File Manager">
- <action name="Execute">
- <command>pcmanfm</command>
- @@ -297,33 +63,9 @@
- </menu>
-
- <menu id="apps-graphics-menu" label="Graphics">
- - <item label="Gimp">
- - <action name="Execute">
- - <command>gimp</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Gwenview">
- - <action name="Execute">
- - <command>gwenview</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Dia Diagram Editor">
- - <action name="Execute">
- - <command>dia</command>
- - <startupnotify>
- - <enabled>yes</enabled>
- - </startupnotify>
- - </action>
- - </item>
- - <item label="Inkscape">
- + <item label="Feh">
- <action name="Execute">
- - <command>inkscape</command>
- + <command>feh</command>
- <startupnotify>
- <enabled>yes</enabled>
- </startupnotify>
- @@ -338,33 +80,6 @@
- <startupnotify><enabled>yes</enabled></startupnotify>
- </action>
- </item>
- - <item label="Gnome Control Center">
- - <action name="Execute">
- - <command>gnome-control-center</command>
- - <startupnotify><enabled>yes</enabled></startupnotify>
- - </action>
- - </item>
- - <item label="KDE Control Center">
- - <action name="Execute">
- - <command>kcontrol</command>
- - <startupnotify><enabled>yes</enabled></startupnotify>
- - </action>
- - </item>
- - <item label="Xfce Settings">
- - <action name="Execute">
- - <command>xfce-setting-show</command>
- - <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" />
- @@ -373,11 +88,9 @@
-
- <menu id="root-menu" label="Openbox 3">
- <separator label="Applications" />
- - <menu id="apps-accessories-menu"/>
- <menu id="apps-editors-menu"/>
- <menu id="apps-graphics-menu"/>
- <menu id="apps-net-menu"/>
- - <menu id="apps-office-menu"/>
- <menu id="apps-multimedia-menu"/>
- <menu id="apps-term-menu"/>
- <menu id="apps-fileman-menu"/>
|