patch-data_menu_xml 9.7 KB

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