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/.ideskrc
===================================================================
--- base/radix-system/etc/skel/.ideskrc	(nonexistent)
+++ base/radix-system/etc/skel/.ideskrc	(revision 190)
@@ -0,0 +1,43 @@
+table Config
+  FontName: Sans
+  FontSize: 10
+  FontColor: #dfdfdf
+  ToolTip.FontSize: 10
+  ToolTip.FontName: gothic
+  ToolTip.ForeColor: #0000FF
+  ToolTip.BackColor: #FFFFFF
+  ToolTip.CaptionOnHover: false
+  ToolTip.CaptionPlacement: Right
+  Locked: false
+  Transparency: 50
+  Shadow: true
+  ShadowColor: #000000
+  ShadowX: 1
+  ShadowY: 1 
+  Bold: false
+  ClickDelay: 300
+  IconSnap: true
+  SnapWidth: 10
+  SnapHeight: 10
+  SnapOrigin: BottomRight
+  SnapShadow: false
+  SnapShadowTrans: 200
+  CaptionOnHover: false
+  CaptionPlacement: bottom
+  FillStyle: fill
+  Background.Delay: 0
+  Background.Source: None
+  Background.File: None
+  Background.Mode: Center
+  Background.Color: #cccccc
+  CursorOver: HAND2
+end
+
+table Actions
+  Lock: control right doubleClk
+  Reload: middle doubleClk
+  Drag: left hold
+  EndDrag: left singleClk
+  Execute[0]: left doubleClk
+  Execute[1]: right doubleClk
+end
Index: base/radix-system/etc/skel/.idesktop/firefox.lnk
===================================================================
--- base/radix-system/etc/skel/.idesktop/firefox.lnk	(nonexistent)
+++ base/radix-system/etc/skel/.idesktop/firefox.lnk	(revision 190)
@@ -0,0 +1,9 @@
+table Icon
+  Caption: Firefox
+  Command: /usr/bin/firefox
+  Icon: /usr/share/icons/hicolor/48x48/apps/firefox.png
+  Width: 48
+  Height: 48
+  X: 114
+  Y: 360
+end
Index: base/radix-system/etc/skel/.idesktop/thunderbird.lnk
===================================================================
--- base/radix-system/etc/skel/.idesktop/thunderbird.lnk	(nonexistent)
+++ base/radix-system/etc/skel/.idesktop/thunderbird.lnk	(revision 190)
@@ -0,0 +1,9 @@
+table Icon
+  Caption: Thunderbird
+  Command: /usr/bin/thunderbird
+  Icon: /usr/share/icons/hicolor/48x48/apps/thunderbird.png
+  Width: 48
+  Height: 48
+  X: 114
+  Y: 460
+end