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

452 Commits   2 Branches   1 Tag
Index: radix-system/etc/skel/.config/openbox/autostart
===================================================================
--- radix-system/etc/skel/.config/openbox/autostart	(revision 188)
+++ radix-system/etc/skel/.config/openbox/autostart	(revision 189)
@@ -9,4 +9,5 @@
 nm-applet &
 
 sleep 1
-conky-clock
+idesk &
+conky-clock &
Index: radix-system/etc/skel/.config/openbox/menu.xml
===================================================================
--- radix-system/etc/skel/.config/openbox/menu.xml	(revision 188)
+++ radix-system/etc/skel/.config/openbox/menu.xml	(revision 189)
@@ -392,6 +392,11 @@
       <command>feh -g 640x480+140+150 -d -S filename ~/pixmaps/desktop/</command>
     </action>
   </item>
+  <item label="Reload Desktop Icons">
+    <action name="Execute">
+      <command>reload-desktop-icons</command>
+    </action>
+  </item>
 </menu>
 
 <menu id="system-menu" label="System">
Index: radix-system/etc/skel/bin/reload-desktop-icons
===================================================================
--- radix-system/etc/skel/bin/reload-desktop-icons	(nonexistent)
+++ radix-system/etc/skel/bin/reload-desktop-icons	(revision 189)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+killall idesk
+idesk &

Property changes on: radix-system/etc/skel/bin/reload-desktop-icons
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property