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/rc.d/rc.4
===================================================================
--- radix-system/etc/rc.d/rc.4	(revision 343)
+++ radix-system/etc/rc.d/rc.4	(revision 344)
@@ -20,6 +20,15 @@
 
 # Try to use lightdm session manager:
 if [ -x /usr/bin/lightdm ]; then
+  mkdir -p /var/lib/lightdm/.cache
+  chmod 0700 /var/lib/lightdm/.cache
+  chown -R lightdm:lightdm /var/lib/lightdm/.cache
+
+  PATH="/usr/bin:/bin"
+  HOME=/var/lib/lightdm
+
+  export PATH HOME
+
   exec /usr/bin/lightdm
 fi