patch-data_menu_xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. --- openbox-3.6.1.orig/data/menu.xml 2009-12-18 19:49:32.000000000 +0100
  2. +++ openbox-3.6.1/data/menu.xml 2026-03-01 14:56:24.010659791 +0100
  3. @@ -2,103 +2,22 @@
  4. <openbox_menu xmlns="http://openbox.org/3.4/menu">
  5. -<menu id="apps-accessories-menu" label="Accessories">
  6. - <item label="Calculator">
  7. - <action name="Execute">
  8. - <command>gnome-calculator</command>
  9. - <startupnotify>
  10. - <enabled>yes</enabled>
  11. - </startupnotify>
  12. - </action>
  13. - </item>
  14. - <item label="Character Map">
  15. - <action name="Execute">
  16. - <command>gnome-character-map</command>
  17. - <startupnotify>
  18. - <enabled>yes</enabled>
  19. - </startupnotify>
  20. - </action>
  21. - </item>
  22. - <item label="Ark File Archiver">
  23. - <action name="Execute">
  24. - <command>ark</command>
  25. - <startupnotify>
  26. - <enabled>yes</enabled>
  27. - </startupnotify>
  28. - </action>
  29. - </item>
  30. -</menu>
  31. -
  32. <menu id="apps-editors-menu" label="Editors">
  33. - <item label="GVim">
  34. + <item label="vim">
  35. <action name="Execute">
  36. <command>gvim</command>
  37. <startupnotify>
  38. <enabled>yes</enabled>
  39. - <wmclass>GVim</wmclass>
  40. - </startupnotify>
  41. - </action>
  42. - </item>
  43. - <item label="Emacs">
  44. - <action name="Execute">
  45. - <command>emacs</command>
  46. - <startupnotify>
  47. - <enabled>yes</enabled>
  48. - <wmclass>Emacs</wmclass>
  49. - </startupnotify>
  50. - </action>
  51. - </item>
  52. - <item label="GEdit">
  53. - <action name="Execute">
  54. - <command>gedit</command>
  55. - <startupnotify>
  56. - <enabled>yes</enabled>
  57. - </startupnotify>
  58. - </action>
  59. - </item>
  60. - <item label="Kate">
  61. - <action name="Execute">
  62. - <command>kate</command>
  63. - <startupnotify>
  64. - <enabled>yes</enabled>
  65. - </startupnotify>
  66. - </action>
  67. - </item>
  68. - <item label="Kwrite">
  69. - <action name="Execute">
  70. - <command>kwrite</command>
  71. - <startupnotify>
  72. - <enabled>yes</enabled>
  73. + <wmclass>gvim</wmclass>
  74. </startupnotify>
  75. </action>
  76. </item>
  77. </menu>
  78. <menu id="apps-term-menu" label="Terminals">
  79. - <item label="Rxvt Unicode">
  80. - <action name="Execute">
  81. - <command>urxvt</command>
  82. - </action>
  83. - </item>
  84. - <item label="Gnome Terminal">
  85. - <action name="Execute">
  86. - <command>gnome-terminal</command>
  87. - <startupnotify>
  88. - <enabled>yes</enabled>
  89. - </startupnotify>
  90. - </action>
  91. - </item>
  92. - <item label="Xfce Terminal">
  93. - <action name="Execute">
  94. - <command>xfce4-terminal</command>
  95. - <startupnotify>
  96. - <enabled>yes</enabled>
  97. - </startupnotify>
  98. - </action>
  99. - </item>
  100. - <item label="Konsole">
  101. + <item label="LX Terminal">
  102. <action name="Execute">
  103. - <command>konsole</command>
  104. + <command>lxterminal</command>
  105. <startupnotify>
  106. <enabled>yes</enabled>
  107. </startupnotify>
  108. @@ -110,182 +29,18 @@
  109. </menu>
  110. <menu id="apps-net-menu" label="Internet">
  111. - <item label="Firefox">
  112. - <action name="Execute">
  113. - <command>firefox</command>
  114. - <startupnotify>
  115. - <enabled>yes</enabled>
  116. - <wmclass>Firefox</wmclass>
  117. - </startupnotify>
  118. - </action>
  119. - </item>
  120. - <item label="Opera">
  121. - <action name="Execute">
  122. - <command>opera</command>
  123. - <startupnotify>
  124. - <enabled>yes</enabled>
  125. - <wmclass>Opera</wmclass>
  126. - </startupnotify>
  127. - </action>
  128. - </item>
  129. - <item label="Konqueror">
  130. - <action name="Execute">
  131. - <command>konqueror</command>
  132. - <startupnotify>
  133. - <enabled>yes</enabled>
  134. - </startupnotify>
  135. - </action>
  136. - </item>
  137. - <item label="Epiphany">
  138. - <action name="Execute">
  139. - <command>epiphany</command>
  140. - <startupnotify>
  141. - <enabled>yes</enabled>
  142. - </startupnotify>
  143. - </action>
  144. - </item>
  145. - <item label="Pidgin Instant Messenger">
  146. - <action name="Execute">
  147. - <command>pidgin</command>
  148. - <startupnotify>
  149. - <enabled>yes</enabled>
  150. - </startupnotify>
  151. - </action>
  152. - </item>
  153. - <item label="Kopete Instant Messenger">
  154. - <action name="Execute">
  155. - <command>kopete</command>
  156. - <startupnotify>
  157. - <enabled>yes</enabled>
  158. - </startupnotify>
  159. - </action>
  160. - </item>
  161. - <item label="XChat">
  162. - <action name="Execute">
  163. - <command>xchat</command>
  164. - <startupnotify>
  165. - <enabled>yes</enabled>
  166. - </startupnotify>
  167. - </action>
  168. - </item>
  169. -</menu>
  170. -
  171. -<menu id="apps-office-menu" label="Office">
  172. - <item label="OpenOffice Base">
  173. - <action name="Execute">
  174. - <command>ooffice -base</command>
  175. - </action>
  176. - </item>
  177. - <item label="OpenOffice Calc">
  178. - <action name="Execute">
  179. - <command>ooffice -calc</command>
  180. - </action>
  181. - </item>
  182. - <item label="OpenOffice Draw">
  183. - <action name="Execute">
  184. - <command>ooffice -draw</command>
  185. - </action>
  186. - </item>
  187. - <item label="OpenOffice Impress">
  188. - <action name="Execute">
  189. - <command>ooffice -impress</command>
  190. - </action>
  191. - </item>
  192. - <item label="OpenOffice Math">
  193. - <action name="Execute">
  194. - <command>ooffice -math</command>
  195. - </action>
  196. - </item>
  197. - <item label="OpenOffice Printer Administration">
  198. - <action name="Execute">
  199. - <command>ooffice-printeradmin</command>
  200. - </action>
  201. - </item>
  202. - <item label="OpenOffice Writer">
  203. - <action name="Execute">
  204. - <command>ooffice -writer</command>
  205. - </action>
  206. - </item>
  207. -</menu>
  208. -
  209. -<menu id="apps-multimedia-menu" label="Multimedia">
  210. - <item label="Amarok">
  211. - <action name="Execute">
  212. - <command>amarok</command>
  213. - <startupnotify>
  214. - <enabled>yes</enabled>
  215. - </startupnotify>
  216. - </action>
  217. - </item>
  218. - <item label="Rhythmbox">
  219. - <action name="Execute">
  220. - <command>rhythmbox</command>
  221. - <startupnotify>
  222. - <enabled>yes</enabled>
  223. - </startupnotify>
  224. - </action>
  225. - </item>
  226. - <item label="K3b">
  227. - <action name="Execute">
  228. - <command>k3b</command>
  229. - <startupnotify>
  230. - <enabled>yes</enabled>
  231. - </startupnotify>
  232. - </action>
  233. - </item>
  234. - <item label="MPlayer">
  235. - <action name="Execute">
  236. - <command>gmplayer</command>
  237. - <startupnotify>
  238. - <enabled>yes</enabled>
  239. - <wmclass>MPlayer</wmclass>
  240. - </startupnotify>
  241. - </action>
  242. - </item>
  243. - <item label="Totem">
  244. + <item label="Dillo">
  245. <action name="Execute">
  246. - <command>totem</command>
  247. + <command>dillo</command>
  248. <startupnotify>
  249. <enabled>yes</enabled>
  250. + <wmclass>Dillo</wmclass>
  251. </startupnotify>
  252. </action>
  253. </item>
  254. </menu>
  255. <menu id="apps-fileman-menu" label="File Managers">
  256. - <item label="Nautilus">
  257. - <action name="Execute">
  258. - <command>nautilus --no-desktop --browser</command>
  259. - <startupnotify>
  260. - <enabled>yes</enabled>
  261. - </startupnotify>
  262. - </action>
  263. - </item>
  264. - <item label="Thunar">
  265. - <action name="Execute">
  266. - <command>Thunar</command>
  267. - <startupnotify>
  268. - <enabled>yes</enabled>
  269. - </startupnotify>
  270. - </action>
  271. - </item>
  272. - <item label="KDE File Manager">
  273. - <action name="Execute">
  274. - <command>kfmclient openURL ~</command>
  275. - <startupnotify>
  276. - <enabled>yes</enabled>
  277. - </startupnotify>
  278. - </action>
  279. - </item>
  280. - <item label="Rox">
  281. - <action name="Execute">
  282. - <command>rox</command>
  283. - <startupnotify>
  284. - <enabled>yes</enabled>
  285. - <wmclass>ROX-Filer</wmclass>
  286. - </startupnotify>
  287. - </action>
  288. - </item>
  289. <item label="PCMan File Manager">
  290. <action name="Execute">
  291. <command>pcmanfm</command>
  292. @@ -296,41 +51,6 @@
  293. </item>
  294. </menu>
  295. -<menu id="apps-graphics-menu" label="Graphics">
  296. - <item label="Gimp">
  297. - <action name="Execute">
  298. - <command>gimp</command>
  299. - <startupnotify>
  300. - <enabled>yes</enabled>
  301. - </startupnotify>
  302. - </action>
  303. - </item>
  304. - <item label="Gwenview">
  305. - <action name="Execute">
  306. - <command>gwenview</command>
  307. - <startupnotify>
  308. - <enabled>yes</enabled>
  309. - </startupnotify>
  310. - </action>
  311. - </item>
  312. - <item label="Dia Diagram Editor">
  313. - <action name="Execute">
  314. - <command>dia</command>
  315. - <startupnotify>
  316. - <enabled>yes</enabled>
  317. - </startupnotify>
  318. - </action>
  319. - </item>
  320. - <item label="Inkscape">
  321. - <action name="Execute">
  322. - <command>inkscape</command>
  323. - <startupnotify>
  324. - <enabled>yes</enabled>
  325. - </startupnotify>
  326. - </action>
  327. - </item>
  328. -</menu>
  329. -
  330. <menu id="system-menu" label="System">
  331. <item label="Openbox Configuration Manager">
  332. <action name="Execute">
  333. @@ -338,47 +58,12 @@
  334. <startupnotify><enabled>yes</enabled></startupnotify>
  335. </action>
  336. </item>
  337. - <item label="Gnome Control Center">
  338. - <action name="Execute">
  339. - <command>gnome-control-center</command>
  340. - <startupnotify><enabled>yes</enabled></startupnotify>
  341. - </action>
  342. - </item>
  343. - <item label="KDE Control Center">
  344. - <action name="Execute">
  345. - <command>kcontrol</command>
  346. - <startupnotify><enabled>yes</enabled></startupnotify>
  347. - </action>
  348. - </item>
  349. - <item label="Xfce Settings">
  350. - <action name="Execute">
  351. - <command>xfce-setting-show</command>
  352. - <startupnotify><enabled>yes</enabled></startupnotify>
  353. - </action>
  354. - </item>
  355. - <item label="Manage Cups Printers">
  356. - <action name="Execute">
  357. - <command>xdg-open http://localhost:631/</command>
  358. - <startupnotify>
  359. - <enabled>no</enabled>
  360. - <icon>cups</icon>
  361. - </startupnotify>
  362. - </action>
  363. - </item>
  364. - <separator />
  365. - <item label="Reconfigure Openbox">
  366. - <action name="Reconfigure" />
  367. - </item>
  368. </menu>
  369. <menu id="root-menu" label="Openbox 3">
  370. <separator label="Applications" />
  371. - <menu id="apps-accessories-menu"/>
  372. <menu id="apps-editors-menu"/>
  373. - <menu id="apps-graphics-menu"/>
  374. <menu id="apps-net-menu"/>
  375. - <menu id="apps-office-menu"/>
  376. - <menu id="apps-multimedia-menu"/>
  377. <menu id="apps-term-menu"/>
  378. <menu id="apps-fileman-menu"/>
  379. <separator label="System" />