Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: base/radix-system/etc/skel/.config/openbox/menu.xml.in
===================================================================
--- base/radix-system/etc/skel/.config/openbox/menu.xml.in	(revision 203)
+++ base/radix-system/etc/skel/.config/openbox/menu.xml.in	(revision 204)
@@ -204,45 +204,43 @@
  -->
 </menu>
 
-<!--
 <menu id="apps-office-menu" label="Office">
-  <item label="OpenOffice Base">
+  <item label="LibreOffice">
     <action name="Execute">
-      <command>ooffice -base</command>
+      <command>libreoffice</command>
     </action>
   </item>
-  <item label="OpenOffice Calc">
+  <item label="LibreOffice Base">
     <action name="Execute">
-      <command>ooffice -calc</command>
+      <command>libreoffice --base</command>
     </action>
   </item>
-  <item label="OpenOffice Draw">
+  <item label="LibreOffice Calc">
     <action name="Execute">
-      <command>ooffice -draw</command>
+      <command>libreoffice --calc</command>
     </action>
   </item>
-  <item label="OpenOffice Impress">
+  <item label="LibreOffice Draw">
     <action name="Execute">
-      <command>ooffice -impress</command>
+      <command>libreoffice --draw</command>
     </action>
   </item>
-  <item label="OpenOffice Math">
+  <item label="LibreOffice Impress">
     <action name="Execute">
-      <command>ooffice -math</command>
+      <command>libreoffice --impress</command>
     </action>
   </item>
-  <item label="OpenOffice Printer Administration">
+  <item label="LibreOffice Math">
     <action name="Execute">
-      <command>ooffice-printeradmin</command>
+      <command>libreoffice --math</command>
     </action>
   </item>
-  <item label="OpenOffice Writer">
+  <item label="LibreOffice Writer">
     <action name="Execute">
-      <command>ooffice -writer</command>
+      <command>libreoffice --writer</command>
     </action>
   </item>
 </menu>
- -->
 
 <menu id="apps-multimedia-menu" label="Multimedia">
   <item label="Audacious (Music Player)">